- Update to 3.2.17 FEATURES: - Support for CAA RR type (RFC6844). - EUI48 and EUI64 RR types (RFC7043) enabled by default. BUG FIXES: - Bugfix #509: USE_ZONE_STATS used initialised memory for statistics data. - Bugfix #510: USE_ZONE_STATS use a different zone stats file per process. - Bugfix #542: Match RRSIG TTL with SOA TTL in negative response. See also the release notes. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->decke I'll take it.
Author: decke Date: Fri Feb 7 14:47:22 2014 New Revision: 343251 URL: http://svnweb.freebsd.org/changeset/ports/343251 QAT: https://qat.redports.org/buildarchive/r343251/ Log: - Update to 3.2.17 - Add notice that support for nsd3 will stop in the future FEATURES: - Support for CAA RR type (RFC6844). - EUI48 and EUI64 RR types (RFC7043) enabled by default. BUG FIXES: - Bugfix #509: USE_ZONE_STATS used initialised memory for statistics data. - Bugfix #510: USE_ZONE_STATS use a different zone stats file per process. - Bugfix #542: Match RRSIG TTL with SOA TTL in negative response. PR: ports/186307 Submitted by: Jaap Akkerhuis <jaap@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 Fri Feb 7 14:44:23 2014 (r343250) +++ head/dns/nsd3/Makefile Fri Feb 7 14:47:22 2014 (r343251) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 3.2.16 +PORTVERSION= 3.2.17 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ -PKGNAMESUFFIX= 3 MAINTAINER= jaap@NLnetLabs.nl COMMENT= Authoritative only non-recursive name server Modified: head/dns/nsd3/distinfo ============================================================================== --- head/dns/nsd3/distinfo Fri Feb 7 14:44:23 2014 (r343250) +++ head/dns/nsd3/distinfo Fri Feb 7 14:47:22 2014 (r343251) @@ -1,2 +1,2 @@ -SHA256 (nsd-3.2.16.tar.gz) = 15a5fd69ea80345eefced83a58b40e8f262a06ac4f7f83606d33033b167d6604 -SIZE (nsd-3.2.16.tar.gz) = 917815 +SHA256 (nsd-3.2.17.tar.gz) = f566fa408ac45944a264e80e53adf2c7d479ce8b545dce2caa7e50d4d21d330d +SIZE (nsd-3.2.17.tar.gz) = 921978 Modified: head/dns/nsd3/pkg-message ============================================================================== --- head/dns/nsd3/pkg-message Fri Feb 7 14:44:23 2014 (r343250) +++ head/dns/nsd3/pkg-message Fri Feb 7 14:47:22 2014 (r343251) @@ -1,4 +1,7 @@ ************************************************************************** +* +* Do consider to use nsd-4.0.1. Support for the nsd-3 branch +* will stop in future * * * To run nsd from startup, add nsd_enable="YES" to your /etc/rc.conf * * * _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!