summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-03 17:26:10 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-03 17:26:10 +0000
commit96f9e636c9652b52752d742cf52513bbf797bc7c (patch)
treecfecdd4368ac2e1faed1430bc7946b8c743f8d89 /dns
parentUpdate to 0.7. (diff)
- Update to 3.2.6
PR: ports/149234 Submitted by: Jaap Akkerhuis <jaap AT NLnetLabs.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=258702
Diffstat (limited to 'dns')
-rw-r--r--dns/nsd/Makefile13
-rw-r--r--dns/nsd/distinfo6
2 files changed, 8 insertions, 11 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile
index 70855517df0b..1a4e33afa36f 100644
--- a/dns/nsd/Makefile
+++ b/dns/nsd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nsd
-PORTVERSION= 3.2.5
+PORTVERSION= 3.2.6
CATEGORIES= dns ipv6
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
ftp://ftp.rhnet.is/pub/nsd/
@@ -23,7 +23,7 @@ NSDGROUP?= bind
NSDLSDIR= /var
NSDDBDIR= /var/db/nsd
NSDRUNDIR= /var/run/nsd
-NSDMAX_INT?= 512
+NSDMAX_IPS?= 512
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-user=${NSDUSER} \
@@ -52,14 +52,11 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \
OPTIONS= ROOT_SERVER "Configure NSD as a root server" Off \
LARGEFILE "Enable support for large files" On \
IPV6 "Enable IPv6 support" On \
- DNSSEC "Enable DNSSEC" On \
BIND8_STATS "Enable BIND8 like NSTATS & XSTATS" Off \
CHECKING "Enable internal runtime checks" Off \
- TSIG "Enable TSIG support" On \
NSEC3 "Enable NSEC3 support" On \
- NSID "Enable NSID support" On \
MMAP "Use mmap instead of malloc(experimental)" Off \
- MAXINT "Raise max_interfaces from 8 to ${NSDMAX_INT}" Off
+ MAXIPS "Raise max-ips from 8 to ${NSDMAX_IPS}" Off
.include <bsd.port.pre.mk>
@@ -103,8 +100,8 @@ CONFIGURE_ARGS+= --disable-nsid
CONFIGURE_ARGS+= --enable-mmap
.endif
-.if defined(WITH_MAXINT)
-CONFIGURE_ARGS+= --with-max_interfaces=${NSDMAX_INT}
+.if defined(WITH_MAXIPS)
+CONFIGURE_ARGS+= --with-max-ips=${NSDMAX_IPS}
.endif
pre-patch:
diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo
index f599af4fe10e..92cfaaec559b 100644
--- a/dns/nsd/distinfo
+++ b/dns/nsd/distinfo
@@ -1,3 +1,3 @@
-MD5 (nsd-3.2.5.tar.gz) = 73d60d82854609ca705bf48500fb14e6
-SHA256 (nsd-3.2.5.tar.gz) = 219d27655168e66b9d0383689724492709902bc1229000d27099d41a6c9798d9
-SIZE (nsd-3.2.5.tar.gz) = 863577
+MD5 (nsd-3.2.6.tar.gz) = f29abd647c70a35e0f52607440c66b1a
+SHA256 (nsd-3.2.6.tar.gz) = 858bc6cd2cb81c2e364b9a8a324c97f38a8c676b9f5ae8e07a100d8f528d8d6e
+SIZE (nsd-3.2.6.tar.gz) = 865021