View | Details | Raw Unified | Return to bug 169731
Collapse All | Expand All

(-)./Makefile (-1 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	nsd
8
PORTNAME=	nsd
9
PORTVERSION=	3.2.10
9
PORTVERSION=	3.2.11
10
CATEGORIES=	dns ipv6
10
CATEGORIES=	dns ipv6
11
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
11
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
12
		ftp://ftp.rhnet.is/pub/nsd/
12
		ftp://ftp.rhnet.is/pub/nsd/
Lines 53-58 Link Here
53
		LARGEFILE	"Enable support for large files" On \
53
		LARGEFILE	"Enable support for large files" On \
54
		IPV6		"Enable IPv6 support" On \
54
		IPV6		"Enable IPv6 support" On \
55
		BIND8_STATS	"Enable BIND8 like NSTATS & XSTATS" Off \
55
		BIND8_STATS	"Enable BIND8 like NSTATS & XSTATS" Off \
56
		ZONE_STATS	"Enable per zone BIND8 stats" Off \
56
		CHECKING	"Enable internal runtime checks" Off \
57
		CHECKING	"Enable internal runtime checks" Off \
57
		NSEC3		"Enable NSEC3 support" On \
58
		NSEC3		"Enable NSEC3 support" On \
58
		MINRESPSIZE	"Enable minimized response size" On \
59
		MINRESPSIZE	"Enable minimized response size" On \
Lines 82-87 Link Here
82
CONFIGURE_ARGS+=	--enable-bind8-stats
83
CONFIGURE_ARGS+=	--enable-bind8-stats
83
.endif
84
.endif
84
85
86
.if defined(WITH_ZONE_STATS)
87
.if defined(WITHOUT_BIND8_STATS)
88
CONFIGURE_ARGS+=	--enable-bind8-stats
89
.endif
90
CONFIGURE_ARGS+=	--enable-zone-stats
91
.endif
92
85
.if defined(WITH_CHECKING)
93
.if defined(WITH_CHECKING)
86
CONFIGURE_ARGS+=	--enable-checking
94
CONFIGURE_ARGS+=	--enable-checking
87
.endif
95
.endif
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (nsd-3.2.10.tar.gz) = fe6d9fae7ec549f1fa1f4fb1e40c9f05311fac43edf256a0d9f4f46377c23f31
1
SHA256 (nsd-3.2.11.tar.gz) = 9cd23d177ca241836d184b0203f6add0e5c2b98461069100001efe79afdc0d80
2
SIZE (nsd-3.2.10.tar.gz) = 879180
2
SIZE (nsd-3.2.11.tar.gz) = 885810

Return to bug 169731