From owner-svn-ports-head@FreeBSD.ORG Fri Feb 7 14:47:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8074AAA1; Fri, 7 Feb 2014 14:47:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4BAA11486; Fri, 7 Feb 2014 14:47:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s17ElNnw061112; Fri, 7 Feb 2014 14:47:23 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s17ElMvu061108; Fri, 7 Feb 2014 14:47:22 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201402071447.s17ElMvu061108@svn.freebsd.org> From: Bernhard Froehlich Date: Fri, 7 Feb 2014 14:47:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343251 - head/dns/nsd3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 14:47:23 -0000 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 (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 * * *