ports/145781: [PATCH] dns/nsd: update to 3.2.5

Jaap Akkerhuis jaap at NLnetLabs.nl
Sat Apr 17 15:30:02 UTC 2010


>Number:         145781
>Category:       ports
>Synopsis:       [PATCH] dns/nsd: update to 3.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 17 15:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Akkerhuis
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bartok.nlnetlabs.nl 8.0-STABLE FreeBSD 8.0-STABLE #147: Tue Apr 13 16:38:07 CEST 2010
>Description:
- Update to 3.2.5

Port maintainer (jaap at bartok.nlnetlabs.nl) is cc'd.

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

--- nsd-3.2.5.patch begins here ---
diff -ruN --exclude=CVS /home/jaap/ports/dns/nsd.orig/Makefile /home/jaap/ports/dns/nsd/Makefile
--- /home/jaap/ports/dns/nsd.orig/Makefile	2010-04-17 00:28:53.000000000 +0200
+++ /home/jaap/ports/dns/nsd/Makefile	2010-04-17 00:30:50.000000000 +0200
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	nsd
-PORTVERSION=	3.2.4
-PORTREVISION=	1
+PORTVERSION=	3.2.5
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/
 
-MAINTAINER=	jaap at bartok.nlnetlabs.nl
+MAINTAINER=	jaap at nlnetlabs.nl
 COMMENT=	An authoritative only non-recursive name server
 
 CONFLICTS=	nsd-[0-2]*
@@ -58,7 +57,8 @@
 		CHECKING	"Enable internal runtime checks" Off \
 		TSIG		"Enable TSIG support" On \
 		NSEC3		"Enable NSEC3 support" On \
-		NSID		"Enable NSID support" Off \
+		NSID		"Enable NSID support" On \
+		MMAP		"Use mmap instead of malloc(experimental)" Off \
 		MAXINT		"Raise max_interfaces from 8 to ${NSDMAX_INT}" Off
 
 .include <bsd.port.pre.mk>
@@ -95,8 +95,12 @@
 CONFIGURE_ARGS+=	--disable-nsec3
 .endif
 
-.if defined(WITH_NSID)
-CONFIGURE_ARGS+=	--enable-nsid
+.if defined(WITHOUT_NSID)
+CONFIGURE_ARGS+=	--disable-nsid
+.endif
+
+.if defined(WITH_MMAP)
+CONFIGURE_ARGS+=	--enable-mmap
 .endif
 
 .if defined(WITH_MAXINT)
diff -ruN --exclude=CVS /home/jaap/ports/dns/nsd.orig/distinfo /home/jaap/ports/dns/nsd/distinfo
--- /home/jaap/ports/dns/nsd.orig/distinfo	2010-04-17 00:28:53.000000000 +0200
+++ /home/jaap/ports/dns/nsd/distinfo	2010-04-17 00:30:50.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (nsd-3.2.4.tar.gz) = 0c394fd713d194bde24a1035e56d5a79
-SHA256 (nsd-3.2.4.tar.gz) = 41ed4a3e21d7381379c85d46ee7131937195aa780f120b03e5d4d878d397c769
-SIZE (nsd-3.2.4.tar.gz) = 859712
+MD5 (nsd-3.2.5.tar.gz) = 73d60d82854609ca705bf48500fb14e6
+SHA256 (nsd-3.2.5.tar.gz) = 219d27655168e66b9d0383689724492709902bc1229000d27099d41a6c9798d9
+SIZE (nsd-3.2.5.tar.gz) = 863577
--- nsd-3.2.5.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list