svn commit: r387726 - head/dns/nsd3
Erwin Lansing
erwin at FreeBSD.org
Thu May 28 13:33:23 UTC 2015
Author: erwin
Date: Thu May 28 13:33:22 2015
New Revision: 387726
URL: https://svnweb.freebsd.org/changeset/ports/387726
Log:
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 at NLnetLabs.nl> (maintainer)
Modified:
head/dns/nsd3/Makefile
head/dns/nsd3/distinfo
head/dns/nsd3/pkg-message
Modified: head/dns/nsd3/Makefile
==============================================================================
--- head/dns/nsd3/Makefile Thu May 28 12:25:18 2015 (r387725)
+++ head/dns/nsd3/Makefile Thu May 28 13:33:22 2015 (r387726)
@@ -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-
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 sizi
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-preh
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>
Modified: head/dns/nsd3/distinfo
==============================================================================
--- head/dns/nsd3/distinfo Thu May 28 12:25:18 2015 (r387725)
+++ head/dns/nsd3/distinfo Thu May 28 13:33:22 2015 (r387726)
@@ -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
Modified: head/dns/nsd3/pkg-message
==============================================================================
--- head/dns/nsd3/pkg-message Thu May 28 12:25:18 2015 (r387725)
+++ head/dns/nsd3/pkg-message Thu May 28 13:33:22 2015 (r387726)
@@ -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 *
More information about the svn-ports-head
mailing list