Date: Sat, 28 Sep 2013 12:32:53 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328564 - head/dns/bind98 Message-ID: <201309281232.r8SCWrFK049382@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: erwin Date: Sat Sep 28 12:32:53 2013 New Revision: 328564 URL: http://svnweb.freebsd.org/changeset/ports/328564 Log: Update to 9.8.6 Modified: head/dns/bind98/Makefile head/dns/bind98/distinfo head/dns/bind98/pkg-plist Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Sat Sep 28 11:13:15 2013 (r328563) +++ head/dns/bind98/Makefile Sat Sep 28 12:32:53 2013 (r328564) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bind98 -PORTVERSION= 9.8.5.2 +PORTVERSION= 9.8.6 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.8.5-P2 +ISCVERSION= 9.8.6 MAKE_JOBS_UNSAFE= yes @@ -51,7 +51,7 @@ DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver DLZ_STUB_DESC= DLZ stub driver -NO_STAGE= yes +NO_STAGE= yes .include <bsd.port.options.mk> .if (${ARCH} == "amd64") @@ -116,7 +116,7 @@ CONFIGURE_ARGS+= --enable-rpz-nsdname .endif .if ${PORT_OPTIONS:MRPZRRL_PATCH} -PATCHFILES= 9.8.5-rpz+rl.13208.13-P2.patch +PATCHFILES= rpz2+rl-9.8.6.patch PATCH_SITES= http://ss.vix.com/~vjs/ .endif Modified: head/dns/bind98/distinfo ============================================================================== --- head/dns/bind98/distinfo Sat Sep 28 11:13:15 2013 (r328563) +++ head/dns/bind98/distinfo Sat Sep 28 12:32:53 2013 (r328564) @@ -1,4 +1,4 @@ -SHA256 (bind-9.8.5-P2.tar.gz) = 4c0e25e69e6a4665295b2322df94647f020e93c86189c39f6860d7654a411f1e -SIZE (bind-9.8.5-P2.tar.gz) = 7262961 -SHA256 (9.8.5-rpz+rl.13208.13-P2.patch) = 797fa7c2aedf92ac8fd99b732047df1c8d57a1a79141a97266b345672c8222d7 -SIZE (9.8.5-rpz+rl.13208.13-P2.patch) = 364085 +SHA256 (bind-9.8.6.tar.gz) = 01cc3a0105b47833b99e61b69acd824be4eeefd6557fffa26eced8e03f1249cd +SIZE (bind-9.8.6.tar.gz) = 7275769 +SHA256 (rpz2+rl-9.8.6.patch) = 76b988205ce17034ff6c03cff943d0e579a5a46dbc47e1fac83704c88fb96d79 +SIZE (rpz2+rl-9.8.6.patch) = 348361 Modified: head/dns/bind98/pkg-plist ============================================================================== --- head/dns/bind98/pkg-plist Sat Sep 28 11:13:15 2013 (r328563) +++ head/dns/bind98/pkg-plist Sat Sep 28 12:32:53 2013 (r328564) @@ -144,11 +144,13 @@ include/isc/resource.h include/isc/result.h include/isc/resultclass.h include/isc/rwlock.h +include/isc/safe.h include/isc/serial.h include/isc/sha1.h include/isc/sha2.h include/isc/sockaddr.h include/isc/socket.h +include/isc/stat.h include/isc/stdio.h include/isc/stdlib.h include/isc/stdtime.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309281232.r8SCWrFK049382>