Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2012 13:50:08 +0200 (CEST)
From:      Jaap Akkerhuis <jaap@NLnetLabs.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jaap@NLnetLabs.nl
Subject:   ports/169731: [MAINTAINER] dns/nsd: update to 3.2.11
Message-ID:  <201207091150.q69Bo88A041632@bela.nlnetlabs.nl>
Resent-Message-ID: <201207091200.q69C0Kwi087964@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169731
>Category:       ports
>Synopsis:       [MAINTAINER] dns/nsd: update to 3.2.11
>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:   Mon Jul 09 12:00:20 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Akkerhuis
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bela.nlnetlabs.nl 9.0-STABLE FreeBSD 9.0-STABLE #24: Mon Jul  9 01:44:47 CEST
>Description:
- Update to 3.2.11

Major Changes:
	Support for TLSA/DANE and ECDSA
	Optional per zone statistics
	Bugfixes

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- nsd-3.2.11.patch begins here ---
diff -ruN --exclude=CVS ../nsd.orig/Makefile ./Makefile
--- ../nsd.orig/Makefile	2012-07-02 14:20:41.785119472 +0200
+++ ./Makefile	2012-07-09 12:15:45.048490480 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nsd
-PORTVERSION=	3.2.10
+PORTVERSION=	3.2.11
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/
@@ -53,6 +53,7 @@
 		LARGEFILE	"Enable support for large files" On \
 		IPV6		"Enable IPv6 support" On \
 		BIND8_STATS	"Enable BIND8 like NSTATS & XSTATS" Off \
+		ZONE_STATS	"Enable per zone BIND8 stats" Off \
 		CHECKING	"Enable internal runtime checks" Off \
 		NSEC3		"Enable NSEC3 support" On \
 		MINRESPSIZE	"Enable minimized response size" On \
@@ -82,6 +83,13 @@
 CONFIGURE_ARGS+=	--enable-bind8-stats
 .endif
 
+.if defined(WITH_ZONE_STATS)
+.if defined(WITHOUT_BIND8_STATS)
+CONFIGURE_ARGS+=	--enable-bind8-stats
+.endif
+CONFIGURE_ARGS+=	--enable-zone-stats
+.endif
+
 .if defined(WITH_CHECKING)
 CONFIGURE_ARGS+=	--enable-checking
 .endif
diff -ruN --exclude=CVS ../nsd.orig/distinfo ./distinfo
--- ../nsd.orig/distinfo	2012-07-02 14:20:41.786119672 +0200
+++ ./distinfo	2012-07-09 12:17:31.945491049 +0200
@@ -1,2 +1,2 @@
-SHA256 (nsd-3.2.10.tar.gz) = fe6d9fae7ec549f1fa1f4fb1e40c9f05311fac43edf256a0d9f4f46377c23f31
-SIZE (nsd-3.2.10.tar.gz) = 879180
+SHA256 (nsd-3.2.11.tar.gz) = 9cd23d177ca241836d184b0203f6add0e5c2b98461069100001efe79afdc0d80
+SIZE (nsd-3.2.11.tar.gz) = 885810
--- nsd-3.2.11.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207091150.q69Bo88A041632>