svn commit: r419981 - branches/2016Q3/dns/nsd
Jason Unovitch
junovitch at FreeBSD.org
Wed Aug 10 01:33:02 UTC 2016
Author: junovitch
Date: Wed Aug 10 01:33:00 2016
New Revision: 419981
URL: https://svnweb.freebsd.org/changeset/ports/419981
Log:
MFH: r419980
dns/nsd: update 4.1.10 -> 4.1.11
- Restore configurable IPV6 option. Upstream integrated fix for issue.
- FEATURES:
* When tcp is more than half full, use short timeout for tcp session.
* Patch for {max,min}-{refresh,retry}-time from YAMAGUCHI Takanori.
* Fix #790: size-limit-xfr can stop NSD from downloading infinite zone transfer
data size, from Toshifumi Sakaguchi.
Fixes CVE-2016-6173 JVN#63359718 JPCERT#91251865.
- BUGFIXES:
* Fix build without IPv6, patch from Zdenek Kaspar.
* Fix #783: Trying to run a root server without having configured it silently
gives wrong answers.
* Fix #782: Serve DS record but parent zone has no NS record.
* Fix nsec3 missing for nsec3 signed parent and child for DS at zonecut.
PR: 211693
Submitted by: jaap at NLnetLabs.nl (maintainer)
Approved by: ports-secteam (with hat)
Security: CVE-2016-6173
Security: https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html
Modified:
branches/2016Q3/dns/nsd/Makefile
branches/2016Q3/dns/nsd/distinfo
Directory Properties:
branches/2016Q3/ (props changed)
Modified: branches/2016Q3/dns/nsd/Makefile
==============================================================================
--- branches/2016Q3/dns/nsd/Makefile Wed Aug 10 01:32:14 2016 (r419980)
+++ branches/2016Q3/dns/nsd/Makefile Wed Aug 10 01:33:00 2016 (r419981)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nsd
-PORTVERSION= 4.1.10
+PORTVERSION= 4.1.11
CATEGORIES= dns ipv6
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
ftp://ftp.rhnet.is/pub/nsd/
@@ -34,8 +34,7 @@ CONFIGURE_ARGS= --with-libevent=${LOCALB
--localstatedir=${NSDLSDIR} \
--with-dbfile=${NSDDBDIR}/nsd.db \
--with-ssl=${OPENSSLBASE} \
- --with-pidfile=${NSDRUNDIR}/nsd.pid \
- --enable-ipv6
+ --with-pidfile=${NSDRUNDIR}/nsd.pid
PLIST_SUB= NSDUSER=${NSDUSER} \
NSDGROUP=${NSDGROUP} \
@@ -50,7 +49,7 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD-
REQUIREMENTS TESTPLAN TODO UPGRADING coding-style \
differences.tex
-OPTIONS_DEFINE= ROOT_SERVER LARGEFILE BIND8_STATS CHECKING \
+OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \
MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN
OPTIONS_DEFAULT= LARGEFILE NSEC3 MINRESPSIZE RRL
OPTIONS_SUB= yes
@@ -79,6 +78,7 @@ MINRESPSIZE_CONFIGURE_ENABLE= minimal-re
MMAP_CONFIGURE_ENABLE= mmap
RRL_CONFIGURE_ENABLE= ratelimit
ZONE_STATS_CONFIGURE_ENABLE= zone-stats
+IPV6_CONFIGURE_ENABLE= ipv6
post-build-MUNIN_PLUGIN-on:
${REINPLACE_CMD} \
Modified: branches/2016Q3/dns/nsd/distinfo
==============================================================================
--- branches/2016Q3/dns/nsd/distinfo Wed Aug 10 01:32:14 2016 (r419980)
+++ branches/2016Q3/dns/nsd/distinfo Wed Aug 10 01:33:00 2016 (r419981)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466286030
-SHA256 (nsd-4.1.10.tar.gz) = 3a757014046752a0b0b11c1a2e22a36bb796f89f6939147ed3226556b4298727
-SIZE (nsd-4.1.10.tar.gz) = 1075892
+TIMESTAMP = 1470733493
+SHA256 (nsd-4.1.11.tar.gz) = c7712fd05eb0ab97040738e01d9369d02b89c0a7fa0943fd5bfc43b2111a92df
+SIZE (nsd-4.1.11.tar.gz) = 1080220
More information about the svn-ports-branches
mailing list