aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-11-28 19:36:53 +0800
committermiwi <miwi@FreeBSD.org>2011-11-28 19:36:53 +0800
commitac3f8e78fb19584e0f37b15f8cd9970a9feab7b2 (patch)
tree8568eaa19e94c95b2de43e01a934520883b088b0 /dns
parent81b620f653ce2cf786b9bcb31ff0239f17303c4a (diff)
downloadfreebsd-ports-graphics-ac3f8e78fb19584e0f37b15f8cd9970a9feab7b2.tar.gz
freebsd-ports-graphics-ac3f8e78fb19584e0f37b15f8cd9970a9feab7b2.tar.zst
freebsd-ports-graphics-ac3f8e78fb19584e0f37b15f8cd9970a9feab7b2.zip
- Update to 3.2.9
PR: 162782 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Feature safe: yes
Diffstat (limited to 'dns')
-rw-r--r--dns/nsd/Makefile12
-rw-r--r--dns/nsd/distinfo4
-rw-r--r--dns/nsd/files/nsd.in2
3 files changed, 15 insertions, 3 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile
index e3743deab1f..014f08fa5a2 100644
--- a/dns/nsd/Makefile
+++ b/dns/nsd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nsd
-PORTVERSION= 3.2.8
+PORTVERSION= 3.2.9
CATEGORIES= dns ipv6
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
ftp://ftp.rhnet.is/pub/nsd/
@@ -55,6 +55,8 @@ OPTIONS= ROOT_SERVER "Configure NSD as a root server" Off \
BIND8_STATS "Enable BIND8 like NSTATS & XSTATS" Off \
CHECKING "Enable internal runtime checks" Off \
NSEC3 "Enable NSEC3 support" On \
+ MINRESPSIZE "Enable minimized response size" On \
+ NSEC3PREHASH "Enable full NSEC3 prehashing" On \
MMAP "Use mmap instead of malloc(experimental)" Off \
MAXIPS "Raise max-ips from 8 to ${NSDMAX_IPS}" Off
@@ -92,6 +94,14 @@ CONFIGURE_ARGS+= --disable-tsig
CONFIGURE_ARGS+= --disable-nsec3
.endif
+.if defined(WITHOUT_MINRESPSIZE)
+CONFIGURE_ARGS+= --disable-minimal-responses
+.endif
+
+.if defined(WITHOUT_NSEC3PREHASH)
+CONFIGURE_ARGS+= --disable-disable-full-prehash
+.endif
+
.if defined(WITHOUT_NSID)
CONFIGURE_ARGS+= --disable-nsid
.endif
diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo
index ee9a5fa25f3..3f642930d8f 100644
--- a/dns/nsd/distinfo
+++ b/dns/nsd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (nsd-3.2.8.tar.gz) = 6153f4ef36097e34629d7bfc7b9bda9abd362df971e855d97acf11974bc810b2
-SIZE (nsd-3.2.8.tar.gz) = 868051
+SHA256 (nsd-3.2.9.tar.gz) = 3bb0e07e9e2ba863f08f56ca766f201b04fe8e5131ce02e1982b631033939146
+SIZE (nsd-3.2.9.tar.gz) = 877836
diff --git a/dns/nsd/files/nsd.in b/dns/nsd/files/nsd.in
index 9ced2414811..a040d4d5b59 100644
--- a/dns/nsd/files/nsd.in
+++ b/dns/nsd/files/nsd.in
@@ -4,6 +4,8 @@
#
# PROVIDE: nsd
# REQUIRE: DAEMON
+# REQUIRE: LOGIN
+# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable nsd:
#