diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-09 19:22:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-09 19:22:47 +0800 |
commit | 233df0992f6f909702e0df70552d528ced7844f4 (patch) | |
tree | 4a9b6be6906ddfca02459804f70051d7108e32d5 /dns/nsd | |
parent | a113ab71d948744cacf8a9b8b3c07b1a3455c42e (diff) | |
download | freebsd-ports-gnome-233df0992f6f909702e0df70552d528ced7844f4.tar.gz freebsd-ports-gnome-233df0992f6f909702e0df70552d528ced7844f4.tar.zst freebsd-ports-gnome-233df0992f6f909702e0df70552d528ced7844f4.zip |
- Update to 3.2.5
PR: 145781
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Diffstat (limited to 'dns/nsd')
-rw-r--r-- | dns/nsd/Makefile | 16 | ||||
-rw-r--r-- | dns/nsd/distinfo | 6 |
2 files changed, 13 insertions, 9 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 02d86b4e42f7..70855517df0b 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -6,13 +6,12 @@ # PORTNAME= nsd -PORTVERSION= 3.2.4 -PORTREVISION= 1 +PORTVERSION= 3.2.5 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ -MAINTAINER= jaap@bartok.nlnetlabs.nl +MAINTAINER= jaap@nlnetlabs.nl COMMENT= An authoritative only non-recursive name server CONFLICTS= nsd-[0-2]* @@ -58,7 +57,8 @@ OPTIONS= ROOT_SERVER "Configure NSD as a root server" Off \ CHECKING "Enable internal runtime checks" Off \ TSIG "Enable TSIG support" On \ NSEC3 "Enable NSEC3 support" On \ - NSID "Enable NSID support" Off \ + NSID "Enable NSID support" On \ + MMAP "Use mmap instead of malloc(experimental)" Off \ MAXINT "Raise max_interfaces from 8 to ${NSDMAX_INT}" Off .include <bsd.port.pre.mk> @@ -95,8 +95,12 @@ CONFIGURE_ARGS+= --disable-tsig CONFIGURE_ARGS+= --disable-nsec3 .endif -.if defined(WITH_NSID) -CONFIGURE_ARGS+= --enable-nsid +.if defined(WITHOUT_NSID) +CONFIGURE_ARGS+= --disable-nsid +.endif + +.if defined(WITH_MMAP) +CONFIGURE_ARGS+= --enable-mmap .endif .if defined(WITH_MAXINT) diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 200f029499ad..f599af4fe10e 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,3 +1,3 @@ -MD5 (nsd-3.2.4.tar.gz) = 0c394fd713d194bde24a1035e56d5a79 -SHA256 (nsd-3.2.4.tar.gz) = 41ed4a3e21d7381379c85d46ee7131937195aa780f120b03e5d4d878d397c769 -SIZE (nsd-3.2.4.tar.gz) = 859712 +MD5 (nsd-3.2.5.tar.gz) = 73d60d82854609ca705bf48500fb14e6 +SHA256 (nsd-3.2.5.tar.gz) = 219d27655168e66b9d0383689724492709902bc1229000d27099d41a6c9798d9 +SIZE (nsd-3.2.5.tar.gz) = 863577 |