From owner-svn-ports-head@FreeBSD.ORG Mon Dec 8 17:29: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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A75C7A7; Mon, 8 Dec 2014 17:29: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B47C2DE; Mon, 8 Dec 2014 17:29:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB8HTkJh038972; Mon, 8 Dec 2014 17:29:46 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB8HTiVZ038965; Mon, 8 Dec 2014 17:29:44 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201412081729.sB8HTiVZ038965@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 8 Dec 2014 17:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374305 - in head/dns: bind-tools bind910 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.18-1 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: Mon, 08 Dec 2014 17:29:46 -0000 Author: mat Date: Mon Dec 8 17:29:44 2014 New Revision: 374305 URL: https://svnweb.freebsd.org/changeset/ports/374305 QAT: https://qat.redports.org/buildarchive/r374305/ Log: Security update of BIND9 to 9.9.6-P1 and 9.10.1-P1. Security: CVE-2014-8500 CVE-2014-8680 Sponsored by: Absolight Modified: head/dns/bind-tools/Makefile head/dns/bind910/Makefile head/dns/bind910/distinfo head/dns/bind910/pkg-plist head/dns/bind99/Makefile head/dns/bind99/distinfo head/dns/bind99/pkg-plist Modified: head/dns/bind-tools/Makefile ============================================================================== --- head/dns/bind-tools/Makefile Mon Dec 8 17:15:40 2014 (r374304) +++ head/dns/bind-tools/Makefile Mon Dec 8 17:29:44 2014 (r374305) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 3 +# Define PORTREVISION in ${MASTERDIR} PKGNAMESUFFIX= -tools COMMENT= Command line tools from BIND: dig, host, and nslookup Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Mon Dec 8 17:15:40 2014 (r374304) +++ head/dns/bind910/Makefile Mon Dec 8 17:29:44 2014 (r374305) @@ -2,7 +2,13 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION?= 1 +.if defined(BIND_TOOLS_SLAVE) +# dns/bind-tools here +PORTREVISION= 0 +.else +# dns/bind910 here +PORTREVISION= 0 +.endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX?= 910 @@ -14,7 +20,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.10.1 +ISCVERSION= 9.10.1-P1 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind910/distinfo ============================================================================== --- head/dns/bind910/distinfo Mon Dec 8 17:15:40 2014 (r374304) +++ head/dns/bind910/distinfo Mon Dec 8 17:29:44 2014 (r374305) @@ -1,2 +1,2 @@ -SHA256 (bind-9.10.1.tar.gz) = 5361eca2b8b6bc0b13904b0f964336a478dfbc165711547f6cc3f8752ac60181 -SIZE (bind-9.10.1.tar.gz) = 8353313 +SHA256 (bind-9.10.1-P1.tar.gz) = 974343108d32f253a130383d0ba51290fb7bf372092f1451f264a9e3ac09898d +SIZE (bind-9.10.1-P1.tar.gz) = 8356463 Modified: head/dns/bind910/pkg-plist ============================================================================== --- head/dns/bind910/pkg-plist Mon Dec 8 17:15:40 2014 (r374304) +++ head/dns/bind910/pkg-plist Mon Dec 8 17:29:44 2014 (r374305) @@ -122,6 +122,7 @@ include/isc/buffer.h include/isc/bufferlist.h include/isc/commandline.h include/isc/condition.h +include/isc/counter.h include/isc/crc64.h include/isc/dir.h include/isc/entropy.h @@ -408,7 +409,7 @@ sbin/rndc sbin/rndc-confgen sbin/tsig-keygen %%ETCDIR%%/rndc.conf.sample -%%NOBASE%%%%ETCDIR%%/bind.keys +%%ETCDIR%%/bind.keys %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample %%NOBASE%%%%ETCDIR%%/named.root %%NOBASE%%%%ETCDIR%%/master/empty.db Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Mon Dec 8 17:15:40 2014 (r374304) +++ head/dns/bind99/Makefile Mon Dec 8 17:29:44 2014 (r374305) @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 @@ -14,7 +14,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.6 +ISCVERSION= 9.9.6-P1 MAKE_JOBS_UNSAFE= yes @@ -109,7 +109,7 @@ RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname -RPZ_PATCH_PATCHFILES= 9.9.6-rpz2+rl.14038.05.patch:vix +RPZ_PATCH_PATCHFILES= 9.9.6-P1-rpz2+rl.14038.05.patch:vix RPZ_PATCH_PATCH_SITES= http://ss.vix.su/~vjs/:vix ${MASTER_SITE_LOCAL:S/%SUBDIR%/mat\/bind/:S/$/:vix/} RRL_CONFIGURE_ENABLE= rrl Modified: head/dns/bind99/distinfo ============================================================================== --- head/dns/bind99/distinfo Mon Dec 8 17:15:40 2014 (r374304) +++ head/dns/bind99/distinfo Mon Dec 8 17:29:44 2014 (r374305) @@ -1,4 +1,4 @@ -SHA256 (bind-9.9.6.tar.gz) = 6b9432644a3bfa41695354543bd9e2547104e35f3c7354a416a030a4cdd1c514 -SIZE (bind-9.9.6.tar.gz) = 7811896 -SHA256 (9.9.6-rpz2+rl.14038.05.patch) = 7ff0f755a032f6c44ed5758c257a8e217be8e7f8af5bf967333e08621b1abe67 -SIZE (9.9.6-rpz2+rl.14038.05.patch) = 194775 +SHA256 (bind-9.9.6-P1.tar.gz) = dfedcb2b414d2803accd1a9c21d183178a288f40a2486af5ec0d3369a8cb8526 +SIZE (bind-9.9.6-P1.tar.gz) = 7816337 +SHA256 (9.9.6-P1-rpz2+rl.14038.05.patch) = b978d634c3deb1de42418700ac28ec947373f8979a4bbe2230d0eea462a6cc86 +SIZE (9.9.6-P1-rpz2+rl.14038.05.patch) = 194778 Modified: head/dns/bind99/pkg-plist ============================================================================== --- head/dns/bind99/pkg-plist Mon Dec 8 17:15:40 2014 (r374304) +++ head/dns/bind99/pkg-plist Mon Dec 8 17:29:44 2014 (r374305) @@ -112,6 +112,7 @@ include/isc/buffer.h include/isc/bufferlist.h include/isc/commandline.h include/isc/condition.h +include/isc/counter.h include/isc/dir.h include/isc/entropy.h include/isc/error.h