From owner-svn-ports-head@FreeBSD.ORG Thu May 28 13:33:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F246C52; Thu, 28 May 2015 13:33:23 +0000 (UTC) (envelope-from erwin@FreeBSD.org) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 612F8330; Thu, 28 May 2015 13:33:23 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4SDXNHB028716; Thu, 28 May 2015 13:33:23 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4SDXMfT028713; Thu, 28 May 2015 13:33:22 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201505281333.t4SDXMfT028713@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Thu, 28 May 2015 13:33:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387726 - 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.20 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: Thu, 28 May 2015 13:33:23 -0000 Author: erwin Date: Thu May 28 13:33:22 2015 New Revision: 387726 URL: https://svnweb.freebsd.org/changeset/ports/387726 Log: iupgrade to 3.2.19 FEATURES: - Synthesize CNAMEs with same TTL as DNAME. - RFC 7344: CDS and CDNSKEY (read in). - hmac sha224, sha384 and sha512 support, patch from David Gwynne. - max-interfaces raised to 32. BUG FIXES:- Fix endian.h include for OpenBSD. - Fix per-zone query class statistics. - Fixes for wildcard addition and deletion. - Fixes to zonec origin and b64 read (like in NSD 4.1.2). - Fix tcp waiting list for zone transfers where the bind and connect calls fail. (like in NSD 4.1.2) - Removed compiler warnings from lex about unput and input functions. NSD 3 is end-of-life. Please install an NSD 4 package if you want to use NSD. Our support commitment lasts for about a year. For details, see http://www.nlnetlabs.nl/pipermail/nsd-users/2015-May/002100.html . PR: 200491 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 Thu May 28 12:25:18 2015 (r387725) +++ head/dns/nsd3/Makefile Thu May 28 13:33:22 2015 (r387726) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 3.2.18 +PORTVERSION= 3.2.19 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -44,7 +44,7 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD- differences.tex OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS ZONE_STATS CHECKING \ - MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS RRL EUI_RRTYPES + MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS RRL OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 NSEC3PREHASH MINRESPSIZE ROOT_SERVER_DESC= Configure as a root server @@ -58,7 +58,6 @@ MINRESPSIZE_DESC= Minimial response sizi MMAP_DESC= Use mmap instead of malloc (experimental) MAXIPS_DESC= Raise max-ips from 8 to ${NSDMAX_IPS} RRL_DESC= Response Rate Limiting -EUI_RRTYPES_DESC= EUI48 and EUI64 RRtypes support ROOT_SERVER_CONFIGURE_ENABLE= root-server LARGEFILE_CONFIGURE_ENABLE= largefile @@ -71,7 +70,6 @@ NSEC3PREHASH_CONFIGURE_ENABLE= full-preh MMAP_CONFIGURE_ENABLE= mmap MAXIPS_CONFIGURE_ON= --with-max-ips=${NSDMAX_IPS} RRL_CONFIGURE_ENABLE= ratelimit -EUI_RRTYPES_CONFIGURE_ENABLE= draft-rrtypes .include @@ -87,5 +85,11 @@ post-install: ${STAGEDIR}${PREFIX}/etc/nsd/nsd.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/nsd \ + ${STAGEDIR}${PREFIX}/sbin/nsd-checkconf \ + ${STAGEDIR}${PREFIX}/sbin/nsd-notify \ + ${STAGEDIR}${PREFIX}/sbin/nsd-patch \ + ${STAGEDIR}${PREFIX}/sbin/nsd-xfer \ + ${STAGEDIR}${PREFIX}/sbin/zonec .include Modified: head/dns/nsd3/distinfo ============================================================================== --- head/dns/nsd3/distinfo Thu May 28 12:25:18 2015 (r387725) +++ head/dns/nsd3/distinfo Thu May 28 13:33:22 2015 (r387726) @@ -1,2 +1,2 @@ -SHA256 (nsd-3.2.18.tar.gz) = 541047c2114466d6fa7d7b9f397f632e542750475f1fcef5339da86a1ebdfcdb -SIZE (nsd-3.2.18.tar.gz) = 924566 +SHA256 (nsd-3.2.19.tar.gz) = f80058d7044ac5c5574133e8bbb66c30a05810786a2455fe9f5e650e88a94a39 +SIZE (nsd-3.2.19.tar.gz) = 923467 Modified: head/dns/nsd3/pkg-message ============================================================================== --- head/dns/nsd3/pkg-message Thu May 28 12:25:18 2015 (r387725) +++ head/dns/nsd3/pkg-message Thu May 28 13:33:22 2015 (r387726) @@ -1,8 +1,12 @@ ************************************************************************** -* -* Do consider to use nsd-4.0.3. Support for the nsd-3 branch -* will stop in future * * +* NSD 3 is end-of-life. Please install NSD 4 if you want to use NSD. * +* For details, of the support commitments, see the mail at * +* http://www.nlnetlabs.nl/pipermail/nsd-users/2015-May/002100.html * +* and the project page . * +* * +************************************************************************** +************************************************************************** * To run nsd from startup, add nsd_enable="YES" to your etc/rc.conf * * * * Take good care when using nsd commands, since they often need to *