ports/80654: [MAINTAINER] dns/nsd: update to 2.3.0

Olafur Osvaldsson oli at isnic.is
Thu May 5 10:40:07 UTC 2005


>Number:         80654
>Category:       ports
>Synopsis:       [MAINTAINER] dns/nsd: update to 2.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 05 10:40:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Olafur Osvaldsson
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
ISNIC
>Environment:
System: FreeBSD aker.isnic.is 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Thu Dec 23 13:50:53 UTC 2004
>Description:
- Update to 2.3.0

DNSSEC support upgraded to conform with the new standards and enabled
by default.
And more...

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

--- nsd-2.3.0.patch begins here ---
diff -ruN --exclude=CVS ../nsd.orig/Makefile ../nsd/Makefile
--- ../nsd.orig/Makefile	Thu May  5 09:54:17 2005
+++ ../nsd/Makefile	Thu May  5 09:54:41 2005
@@ -13,7 +13,7 @@
 # NSD_OPTIONS can be set in /etc/make.conf also.
 
 PORTNAME=	nsd
-PORTVERSION=	2.2.1
+PORTVERSION=	2.3.0
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/
diff -ruN --exclude=CVS ../nsd.orig/distinfo ../nsd/distinfo
--- ../nsd.orig/distinfo	Thu May  5 09:54:17 2005
+++ ../nsd/distinfo	Thu May  5 09:59:18 2005
@@ -1,2 +1,2 @@
-MD5 (nsd-2.2.1.tar.gz) = 6875cb2495122654334e6234ebeb9d98
-SIZE (nsd-2.2.1.tar.gz) = 231676
+MD5 (nsd-2.3.0.tar.gz) = 76512e7d188d3da4a83d0d3cc6c9399e
+SIZE (nsd-2.3.0.tar.gz) = 232288
diff -ruN --exclude=CVS ../nsd.orig/scripts/configure.nsd ../nsd/scripts/configure.nsd
--- ../nsd.orig/scripts/configure.nsd	Thu May  5 09:54:17 2005
+++ ../nsd/scripts/configure.nsd	Thu May  5 09:57:24 2005
@@ -21,7 +21,7 @@
 Please select desired options:" -1 -1 16 \
 ROOT_SERVER	"Configure NSD as a root server" "$status_ROOT_SERVER" \
 NOIPv6		"Disable IPv6 support" "$status_NOIPv6" \
-DNSSEC		"Enable experimental DNSSEC support according to the latest drafts." "$status_DNSSEC" \
+NODNSSEC	"Disable DNSSEC" "$status_NODNSSEC" \
 NOAXFR		"Disable AXFR" "$status_NOAXFR" \
 BIND8_STATS	"Enable BIND8 like NSTATS & XSTATS" "$status_BIND8_STATS" \
 PLUGINS		"Enable plugin support" "$status_PLUGINS" \
@@ -58,8 +58,8 @@
 		NOIPv6)
 			echo "CONFIGURE_ARGS+=        --disable-ipv6"
 			;;
-		DNSSEC)
-			echo "CONFIGURE_ARGS+=        --enable-dnssec"
+		NODNSSEC)
+			echo "CONFIGURE_ARGS+=        --disable-dnssec"
 			;;
 		NOAXFR)
 			echo "CONFIGURE_ARGS+=        --disable-axfr"
--- nsd-2.3.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list