d53abc9f78
Add LICENSE Upstream changes: maradns-2.0.13: This is the stable release of MaraDNS. Two non-critical buffer overflows from ParseMaraRc fixed. One can never be exploited; the other one can only be exploted by the (usually) root user by writing to the system mararc file. Deadwood updated to 3.2.09 (2015-09-25) maradns-2.0.12: This is the stable release of MaraDNS. Security fix for improper free() in zoneserver Deadwood updated to 3.2.08 Zone transfers now work with newer versions of dig Documentation updates (2015.08.19) maradns-2.0.11: This is the stable release of MaraDNS. Deadwood updated to 3.2.07 (2015.01.30) maradns-2.0.10: This is the stable release of MaraDNS. Deadwood updated to 3.2.06 Zoneserver now compiles and runs in Cygwin (so Windows users can have DNS-over-TCP support). (2015.01.24) maradns-2.0.09: This is the stable release of MaraDNS. Deadwood updated to 3.2.05 Startup scripts are now chkconfig-compatible (2014.02.12) maradns-2.0.08: This is the stable release of MaraDNS. Deadwood updated to 3.2.04 Make DNS packet compression case-insensitive Attach IPv6 glue to NS and MX records when MaraDNS is compiled for IPv6 Remove warning when MaraDNS is compiled for IPv6 Remove warning when compiling getzone.c (2014.01.14) maradns-2.0.07d: This is the stable release of MaraDNS. Deadwood updated to 3.2.03d to patch security hole discussed at samiam.org/blog/20131202.html (2013.12.02) maradns-2.0.07c: This is the stable release of MaraDNS. Seven-line fix to Deadwood to fix resolution problem; more details in blog (2013.07.20; declared stable 2013.09.20) maradns-2.0.07b: This is the stable release of MaraDNS. One-line fix to Deadwood to fix resolution problem (2013.04.23; declared stable 2013.06.22) maradns-2.0.07: This is the stable release of MaraDNS. MaraDNS updated for CentOS 6 Deadwood updated to 3.2.03 GPG key updated Installs and tests pass in new CentOS install (2013.01.20) maradns-2.0.06: This is a stable release of MaraDNS. Deadwood updated to 3.2.02 (2012.03.11)
36 lines
950 B
Makefile
36 lines
950 B
Makefile
# $NetBSD: Makefile,v 1.27 2015/09/26 07:40:25 wen Exp $
|
|
|
|
DISTNAME= maradns-2.0.13
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.maradns.org/download/2.0/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ddeus.pkgsrc@mailnull.com
|
|
HOMEPAGE= http://www.maradns.org/
|
|
COMMENT= Secure DNS server for *NIX systems
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_TOOLS+= awk:build
|
|
|
|
HAS_CONFIGURE= yes
|
|
PTHREAD_OPTS+= require
|
|
PTHREAD_AUTO_VARS= yes
|
|
MAKE_ENV+= LANGUAGE="en"
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 \
|
|
${PKGMANDIR}/man8 sbin share/examples
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
|
|
|
SUBST_CLASSES+= sysconf
|
|
SUBST_STAGE.sysconf= pre-configure
|
|
SUBST_VARS.sysconf= PKG_SYSCONFDIR
|
|
SUBST_FILES.sysconf= parse/ParseMaraRc.c MaraDns.h deadwood-3.2.09/src/DwMain.c
|
|
|
|
.include "options.mk"
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/share/doc/maradns && ${MV} examples ../../examples/maradns
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|