From owner-svn-ports-all@freebsd.org Thu Jun 29 20:52:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C636BDA573F; Thu, 29 Jun 2017 20:52:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9F30273700; Thu, 29 Jun 2017 20:52:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5TKqTah003436; Thu, 29 Jun 2017 20:52:29 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5TKqTgu003430; Thu, 29 Jun 2017 20:52:29 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201706292052.v5TKqTgu003430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 29 Jun 2017 20:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r444688 - in branches/2017Q2/dns: bind910 bind911 bind99 X-SVN-Group: ports-branches X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in branches/2017Q2/dns: bind910 bind911 bind99 X-SVN-Commit-Revision: 444688 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2017 20:52:30 -0000 Author: mat Date: Thu Jun 29 20:52:29 2017 New Revision: 444688 URL: https://svnweb.freebsd.org/changeset/ports/444688 Log: MFH: r444687 Update to 9.{9.10,10.5,11.1}-P2. Security: CVE-2017-3142 Security: CVE-2017-3143 Sponsored by: Absolight Modified: branches/2017Q2/dns/bind910/Makefile branches/2017Q2/dns/bind910/distinfo branches/2017Q2/dns/bind911/Makefile branches/2017Q2/dns/bind911/distinfo branches/2017Q2/dns/bind99/Makefile branches/2017Q2/dns/bind99/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/dns/bind910/Makefile ============================================================================== --- branches/2017Q2/dns/bind910/Makefile Thu Jun 29 20:51:14 2017 (r444687) +++ branches/2017Q2/dns/bind910/Makefile Thu Jun 29 20:52:29 2017 (r444688) @@ -16,7 +16,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.10.5-P1 +ISCVERSION= 9.10.5-P2 USES= cpe libedit Modified: branches/2017Q2/dns/bind910/distinfo ============================================================================== --- branches/2017Q2/dns/bind910/distinfo Thu Jun 29 20:51:14 2017 (r444687) +++ branches/2017Q2/dns/bind910/distinfo Thu Jun 29 20:52:29 2017 (r444688) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497425849 -SHA256 (bind-9.10.5-P1.tar.gz) = 82fb885de927fdb4db0a0bb5e5efda839a857ff70adbcfcb0486a010924ae5cd -SIZE (bind-9.10.5-P1.tar.gz) = 9406887 +TIMESTAMP = 1498718215 +SHA256 (bind-9.10.5-P2.tar.gz) = 19a428f4edd00d68b9d3dd016cdc1c7a9c4fb18fe24fea059f969be626e59933 +SIZE (bind-9.10.5-P2.tar.gz) = 9410796 Modified: branches/2017Q2/dns/bind911/Makefile ============================================================================== --- branches/2017Q2/dns/bind911/Makefile Thu Jun 29 20:51:14 2017 (r444687) +++ branches/2017Q2/dns/bind911/Makefile Thu Jun 29 20:52:29 2017 (r444688) @@ -30,7 +30,7 @@ LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.1-P1 +ISCVERSION= 9.11.1-P2 USES= cpe libedit Modified: branches/2017Q2/dns/bind911/distinfo ============================================================================== --- branches/2017Q2/dns/bind911/distinfo Thu Jun 29 20:51:14 2017 (r444687) +++ branches/2017Q2/dns/bind911/distinfo Thu Jun 29 20:52:29 2017 (r444688) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497425959 -SHA256 (bind-9.11.1-P1.tar.gz) = 6b1b3e88d51b8471bd6aee24a8cea70817e850a5901315dc506f9dde275ca638 -SIZE (bind-9.11.1-P1.tar.gz) = 9745364 +TIMESTAMP = 1498718332 +SHA256 (bind-9.11.1-P2.tar.gz) = bf53c6431575ae1612ddef66d18ef9baf2a22d842fa5b0cadc971919fd81fea5 +SIZE (bind-9.11.1-P2.tar.gz) = 9747011 Modified: branches/2017Q2/dns/bind99/Makefile ============================================================================== --- branches/2017Q2/dns/bind99/Makefile Thu Jun 29 20:51:14 2017 (r444687) +++ branches/2017Q2/dns/bind99/Makefile Thu Jun 29 20:52:29 2017 (r444688) @@ -16,7 +16,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.9.10-P1 +ISCVERSION= 9.9.10-P2 USES= cpe libedit Modified: branches/2017Q2/dns/bind99/distinfo ============================================================================== --- branches/2017Q2/dns/bind99/distinfo Thu Jun 29 20:51:14 2017 (r444687) +++ branches/2017Q2/dns/bind99/distinfo Thu Jun 29 20:52:29 2017 (r444688) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497425667 -SHA256 (bind-9.9.10-P1.tar.gz) = 2c09f361a5936b31dcfd9dfaa324351dc2cd25ca0a380cf4caa2cc94b3ba6bc5 -SIZE (bind-9.9.10-P1.tar.gz) = 8836915 +TIMESTAMP = 1498717953 +SHA256 (bind-9.9.10-P2.tar.gz) = eb58941bda3e62f326a37605e5a22fc530c2732cf2acf78425f55678bb3ad4a7 +SIZE (bind-9.9.10-P2.tar.gz) = 8838352