From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 08:58:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCD36F6F; Fri, 31 Jan 2014 08:58:46 +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 9D02E189A; Fri, 31 Jan 2014 08:58:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0V8wkcN012446; Fri, 31 Jan 2014 08:58:46 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0V8wkhZ012443; Fri, 31 Jan 2014 08:58:46 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201401310858.s0V8wkhZ012443@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 31 Jan 2014 08:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341947 - head/dns/bind99 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, 31 Jan 2014 08:58:46 -0000 Author: mat Date: Fri Jan 31 08:58:45 2014 New Revision: 341947 URL: http://svnweb.freebsd.org/changeset/ports/341947 QAT: https://qat.redports.org/buildarchive/r341947/ Log: Update to 9.9.5. Changes: https://lists.isc.org/pipermail/bind-announce/2014-January/000896.html Sponsored by: Absolight Modified: head/dns/bind99/Makefile head/dns/bind99/distinfo head/dns/bind99/pkg-plist Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Fri Jan 31 08:48:25 2014 (r341946) +++ head/dns/bind99/Makefile Fri Jan 31 08:58:45 2014 (r341947) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= bind99 -PORTVERSION= 9.9.4.2 +PORTVERSION= 9.9.5 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -13,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.9.4-P2 +ISCVERSION= 9.9.5 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind99/distinfo ============================================================================== --- head/dns/bind99/distinfo Fri Jan 31 08:48:25 2014 (r341946) +++ head/dns/bind99/distinfo Fri Jan 31 08:58:45 2014 (r341947) @@ -1,2 +1,2 @@ -SHA256 (bind-9.9.4-P2.tar.gz) = 50f3c6431e26d3f322b69092a49c92e163e73029fe4a1933ce532dc97ec40a89 -SIZE (bind-9.9.4-P2.tar.gz) = 7513077 +SHA256 (bind-9.9.5.tar.gz) = d4b64c1dde442145a316679acff2df4008aa117ae52dfa3a6bc69efecc7840d1 +SIZE (bind-9.9.5.tar.gz) = 7729695 Modified: head/dns/bind99/pkg-plist ============================================================================== --- head/dns/bind99/pkg-plist Fri Jan 31 08:48:25 2014 (r341946) +++ head/dns/bind99/pkg-plist Fri Jan 31 08:58:45 2014 (r341947) @@ -1,3 +1,4 @@ +bin/bind9-config bin/dig bin/host bin/isc-config.sh @@ -12,6 +13,7 @@ include/dns/byaddr.h include/dns/cache.h include/dns/callbacks.h include/dns/cert.h +include/dns/client.h include/dns/clientinfo.h include/dns/compress.h include/dns/db.h @@ -52,13 +54,13 @@ include/dns/rdatasetiter.h include/dns/rdataslab.h include/dns/rdatastruct.h include/dns/rdatatype.h -include/dns/rpz.h -include/dns/sdlz.h include/dns/request.h include/dns/resolver.h include/dns/result.h include/dns/rootns.h +include/dns/rpz.h include/dns/sdb.h +include/dns/sdlz.h include/dns/secalg.h include/dns/secproto.h include/dns/soa.h @@ -66,6 +68,7 @@ include/dns/ssu.h include/dns/tcpmsg.h include/dns/time.h include/dns/tkey.h +include/dns/tsec.h include/dns/tsig.h include/dns/ttl.h include/dns/types.h @@ -161,6 +164,7 @@ include/isc/taskpool.h include/isc/thread.h include/isc/time.h include/isc/timer.h +include/isc/tm.h include/isc/types.h include/isc/util.h include/isc/version.h @@ -204,6 +208,7 @@ lib/libisccc.a lib/libisccfg.a lib/liblwres.a %%SHARE_MAN%%man/man1/arpaname.1.gz +%%SHARE_MAN%%man/man1/bind9-config.1.gz %%SHARE_MAN%%man/man1/dig.1.gz %%SHARE_MAN%%man/man1/host.1.gz %%SHARE_MAN%%man/man1/isc-config.sh.1.gz @@ -318,6 +323,7 @@ lib/liblwres.a sbin/arpaname sbin/ddns-confgen sbin/dnssec-dsfromkey +sbin/dnssec-importkey sbin/dnssec-keyfromlabel sbin/dnssec-keygen sbin/dnssec-revoke