Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 09:21:54 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r341955 - branches/2014Q1/dns/bind99
Message-ID:  <201401310921.s0V9LsHe024641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Jan 31 09:21:53 2014
New Revision: 341955
URL: http://svnweb.freebsd.org/changeset/ports/341955
QAT: https://qat.redports.org/buildarchive/r341955/

Log:
  MFH: r341947
  
  Update to 9.9.5.
  
  Changes:	https://lists.isc.org/pipermail/bind-announce/2014-January/000896.html
  Sponsored by:	Absolight

Modified:
  branches/2014Q1/dns/bind99/Makefile
  branches/2014Q1/dns/bind99/distinfo
  branches/2014Q1/dns/bind99/pkg-plist
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/dns/bind99/Makefile
==============================================================================
--- branches/2014Q1/dns/bind99/Makefile	Fri Jan 31 09:20:58 2014	(r341954)
+++ branches/2014Q1/dns/bind99/Makefile	Fri Jan 31 09:21:53 2014	(r341955)
@@ -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
 
@@ -197,7 +197,7 @@ PLIST_SUB+=	NOBASE=""
 PLIST_SUB+=	NOBASE="@comment "
 .endif
 
-MAN1?=	arpaname.1 dig.1 host.1 isc-config.sh.1 nslookup.1 nsupdate.1
+MAN1?=	arpaname.1 dig.1 host.1 isc-config.sh.1 nslookup.1 nsupdate.1 bind9-config.1
 .if !defined(BIND_TOOLS_SLAVE)
 MAN3=	lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \
 	lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \

Modified: branches/2014Q1/dns/bind99/distinfo
==============================================================================
--- branches/2014Q1/dns/bind99/distinfo	Fri Jan 31 09:20:58 2014	(r341954)
+++ branches/2014Q1/dns/bind99/distinfo	Fri Jan 31 09:21:53 2014	(r341955)
@@ -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: branches/2014Q1/dns/bind99/pkg-plist
==============================================================================
--- branches/2014Q1/dns/bind99/pkg-plist	Fri Jan 31 09:20:58 2014	(r341954)
+++ branches/2014Q1/dns/bind99/pkg-plist	Fri Jan 31 09:21:53 2014	(r341955)
@@ -1,3 +1,4 @@
+bin/bind9-config
 bin/dig
 bin/host
 bin/isc-config.sh
@@ -14,6 +15,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
@@ -54,13 +56,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
@@ -68,6 +70,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
@@ -163,6 +166,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
@@ -208,6 +212,7 @@ lib/liblwres.a
 sbin/arpaname
 sbin/ddns-confgen
 sbin/dnssec-dsfromkey
+sbin/dnssec-importkey
 sbin/dnssec-keyfromlabel
 sbin/dnssec-keygen
 sbin/dnssec-revoke



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