Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 14:47:22 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343251 - head/dns/nsd3
Message-ID:  <201402071447.s17ElMvu061108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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   *
 *                                                                        *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402071447.s17ElMvu061108>