ports/149234: [MAINTAINER] dns/nsd: update to 3.2.6

Jaap Akkerhuis jaap at NLnetLabs.nl
Tue Aug 3 12:40:09 UTC 2010


>Number:         149234
>Category:       ports
>Synopsis:       [MAINTAINER] dns/nsd: update to 3.2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 03 12:40:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Akkerhuis
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bartok.nlnetlabs.nl 8.1-STABLE FreeBSD 8.1-STABLE #162: Mon Aug  2 02:54:30 CEST
>Description:
- Update to 3.2.6

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- nsd-3.2.6.patch begins here ---
diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/nsd.orig/Makefile /space/portstrees/AFreeBSD/ports/dns/nsd/Makefile
--- /space/portstrees/AFreeBSD/ports/dns/nsd.orig/Makefile	2010-08-03 12:44:57.000000000 +0200
+++ /space/portstrees/AFreeBSD/ports/dns/nsd/Makefile	2010-08-03 12:54:03.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nsd
-PORTVERSION=	3.2.5
+PORTVERSION=	3.2.6
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/
@@ -23,7 +23,7 @@
 NSDLSDIR=	/var
 NSDDBDIR=	/var/db/nsd
 NSDRUNDIR=	/var/run/nsd
-NSDMAX_INT?=	512
+NSDMAX_IPS?=	512
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-user=${NSDUSER} \
@@ -52,14 +52,11 @@
 OPTIONS=	ROOT_SERVER	"Configure NSD as a root server" Off \
 		LARGEFILE	"Enable support for large files" On \
 		IPV6		"Enable IPv6 support" On \
-		DNSSEC		"Enable DNSSEC" On \
 		BIND8_STATS	"Enable BIND8 like NSTATS & XSTATS" Off \
 		CHECKING	"Enable internal runtime checks" Off \
-		TSIG		"Enable TSIG support" On \
 		NSEC3		"Enable NSEC3 support" On \
-		NSID		"Enable NSID support" On \
 		MMAP		"Use mmap instead of malloc(experimental)" Off \
-		MAXINT		"Raise max_interfaces from 8 to ${NSDMAX_INT}" Off
+		MAXIPS		"Raise max-ips from 8 to ${NSDMAX_IPS}" Off
 
 .include <bsd.port.pre.mk>
 
@@ -103,8 +100,8 @@
 CONFIGURE_ARGS+=	--enable-mmap
 .endif
 
-.if defined(WITH_MAXINT)
-CONFIGURE_ARGS+=	--with-max_interfaces=${NSDMAX_INT}
+.if defined(WITH_MAXIPS)
+CONFIGURE_ARGS+=	--with-max-ips=${NSDMAX_IPS}
 .endif
 
 pre-patch:
diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/nsd.orig/distinfo /space/portstrees/AFreeBSD/ports/dns/nsd/distinfo
--- /space/portstrees/AFreeBSD/ports/dns/nsd.orig/distinfo	2010-08-03 12:44:57.000000000 +0200
+++ /space/portstrees/AFreeBSD/ports/dns/nsd/distinfo	2010-08-03 10:25:47.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (nsd-3.2.5.tar.gz) = 73d60d82854609ca705bf48500fb14e6
-SHA256 (nsd-3.2.5.tar.gz) = 219d27655168e66b9d0383689724492709902bc1229000d27099d41a6c9798d9
-SIZE (nsd-3.2.5.tar.gz) = 863577
+MD5 (nsd-3.2.6.tar.gz) = f29abd647c70a35e0f52607440c66b1a
+SHA256 (nsd-3.2.6.tar.gz) = 858bc6cd2cb81c2e364b9a8a324c97f38a8c676b9f5ae8e07a100d8f528d8d6e
+SIZE (nsd-3.2.6.tar.gz) = 865021
--- nsd-3.2.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list