diff options
author | erwin <erwin@FreeBSD.org> | 2015-05-28 21:33:22 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2015-05-28 21:33:22 +0800 |
commit | 6a5fa618679095bf5bb717292fa6a21aba8cb906 (patch) | |
tree | 4024a7e2d3857c5e0ed23d47b3a3572a823fdf55 | |
parent | 49841043e0e30536666d1d5814830e69a7eb6ddf (diff) | |
download | freebsd-ports-gnome-6a5fa618679095bf5bb717292fa6a21aba8cb906.tar.gz freebsd-ports-gnome-6a5fa618679095bf5bb717292fa6a21aba8cb906.tar.zst freebsd-ports-gnome-6a5fa618679095bf5bb717292fa6a21aba8cb906.zip |
iupgrade to 3.2.19
FEATURES:
- Synthesize CNAMEs with same TTL as DNAME.
- RFC 7344: CDS and CDNSKEY (read in).
- hmac sha224, sha384 and sha512 support, patch from David Gwynne.
- max-interfaces raised to 32.
BUG FIXES:- Fix endian.h include for OpenBSD.
- Fix per-zone query class statistics.
- Fixes for wildcard addition and deletion.
- Fixes to zonec origin and b64 read (like in NSD 4.1.2).
- Fix tcp waiting list for zone transfers where the bind and connect calls
fail. (like in NSD 4.1.2)
- Removed compiler warnings from lex about unput and input functions.
NSD 3 is end-of-life. Please install an NSD 4 package if you want to
use NSD. Our support commitment lasts for about a year. For details,
see http://www.nlnetlabs.nl/pipermail/nsd-users/2015-May/002100.html .
PR: 200491
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
-rw-r--r-- | dns/nsd3/Makefile | 12 | ||||
-rw-r--r-- | dns/nsd3/distinfo | 4 | ||||
-rw-r--r-- | dns/nsd3/pkg-message | 10 |
3 files changed, 17 insertions, 9 deletions
diff --git a/dns/nsd3/Makefile b/dns/nsd3/Makefile index b81a61394f00..26bd5d97d6dc 100644 --- a/dns/nsd3/Makefile +++ b/dns/nsd3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 3.2.18 +PORTVERSION= 3.2.19 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -44,7 +44,7 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \ differences.tex OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS ZONE_STATS CHECKING \ - MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS RRL EUI_RRTYPES + MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS RRL OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 NSEC3PREHASH MINRESPSIZE ROOT_SERVER_DESC= Configure as a root server @@ -58,7 +58,6 @@ MINRESPSIZE_DESC= Minimial response sizing MMAP_DESC= Use mmap instead of malloc (experimental) MAXIPS_DESC= Raise max-ips from 8 to ${NSDMAX_IPS} RRL_DESC= Response Rate Limiting -EUI_RRTYPES_DESC= EUI48 and EUI64 RRtypes support ROOT_SERVER_CONFIGURE_ENABLE= root-server LARGEFILE_CONFIGURE_ENABLE= largefile @@ -71,7 +70,6 @@ NSEC3PREHASH_CONFIGURE_ENABLE= full-prehash MMAP_CONFIGURE_ENABLE= mmap MAXIPS_CONFIGURE_ON= --with-max-ips=${NSDMAX_IPS} RRL_CONFIGURE_ENABLE= ratelimit -EUI_RRTYPES_CONFIGURE_ENABLE= draft-rrtypes .include <bsd.port.options.mk> @@ -87,5 +85,11 @@ post-install: ${STAGEDIR}${PREFIX}/etc/nsd/nsd.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/nsd \ + ${STAGEDIR}${PREFIX}/sbin/nsd-checkconf \ + ${STAGEDIR}${PREFIX}/sbin/nsd-notify \ + ${STAGEDIR}${PREFIX}/sbin/nsd-patch \ + ${STAGEDIR}${PREFIX}/sbin/nsd-xfer \ + ${STAGEDIR}${PREFIX}/sbin/zonec .include <bsd.port.mk> diff --git a/dns/nsd3/distinfo b/dns/nsd3/distinfo index 4ce1af573911..5964a318f4d1 100644 --- a/dns/nsd3/distinfo +++ b/dns/nsd3/distinfo @@ -1,2 +1,2 @@ -SHA256 (nsd-3.2.18.tar.gz) = 541047c2114466d6fa7d7b9f397f632e542750475f1fcef5339da86a1ebdfcdb -SIZE (nsd-3.2.18.tar.gz) = 924566 +SHA256 (nsd-3.2.19.tar.gz) = f80058d7044ac5c5574133e8bbb66c30a05810786a2455fe9f5e650e88a94a39 +SIZE (nsd-3.2.19.tar.gz) = 923467 diff --git a/dns/nsd3/pkg-message b/dns/nsd3/pkg-message index d579b390f68b..c9750e7ca4e2 100644 --- a/dns/nsd3/pkg-message +++ b/dns/nsd3/pkg-message @@ -1,8 +1,12 @@ ************************************************************************** -* -* Do consider to use nsd-4.0.3. Support for the nsd-3 branch -* will stop in future * * +* NSD 3 is end-of-life. Please install NSD 4 if you want to use NSD. * +* For details, of the support commitments, see the mail at * +* http://www.nlnetlabs.nl/pipermail/nsd-users/2015-May/002100.html * +* and the project page <http://www.nlnetlabs.nl/projects/nsd/>. * +* * +************************************************************************** +************************************************************************** * To run nsd from startup, add nsd_enable="YES" to your etc/rc.conf * * * * Take good care when using nsd commands, since they often need to * |