Bug 186307 - [MAINTAINER] dns/nsd3: update to 3.2.17
Summary: [MAINTAINER] dns/nsd3: update to 3.2.17
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 19:30 UTC by Jaap Akkerhuis
Modified: 2014-02-07 14:50 UTC (History)
1 user (show)

See Also:


Attachments
nsd-3.2.17.patch (1.50 KB, patch)
2014-01-31 19:30 UTC, Jaap Akkerhuis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2014-01-31 19:30:00 UTC
- 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)
Comment 1 Bernhard Froehlich freebsd_committer freebsd_triage 2014-02-07 14:26:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-07 14:47:35 UTC
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"
Comment 3 Bernhard Froehlich freebsd_committer freebsd_triage 2014-02-07 14:47:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!