From e5ad7bbfea43f838c7686e913dbb966773d0ca61 Mon Sep 17 00:00:00 2001 From: erwin Date: Wed, 5 Jun 2013 11:46:54 +0000 Subject: Update to 9.6-ESV-R9-P1 Security Fixes Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] Prevents a named assert (crash) when validating caused by using "Bad cache" data before it has been initialized. [CVE-2012-3817] [RT #30025] A condition has been corrected where improper handling of zero-length RDATA could cause undesirable behavior, including termination of the named process. [CVE-2012-1667] [RT #29644] See release notes for further features and bug fixes: https://kb.isc.org/article/AA-00968/0/BIND-9.6-ESV-R9-P1-Release-Notes.html Security: CVE-2013-3919 CVE-2012-3817 CVE-2012-1667 --- dns/bind96/Makefile | 4 ++-- dns/bind96/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dns') diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index ad78c1620812..c42c30305f0e 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bind96 -PORTVERSION= 9.6.3.1.ESV.R9 +PORTVERSION= 9.6.3.2.ESV.R9 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -13,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNSSEC and threads LICENSE= ISCL # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.6-ESV-R9 +ISCVERSION= 9.6-ESV-R9-P1 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo index db0ecc8de980..e42cab46e3e9 100644 --- a/dns/bind96/distinfo +++ b/dns/bind96/distinfo @@ -1,2 +1,2 @@ -SHA256 (bind-9.6-ESV-R9.tar.gz) = a4976dc35d2eb1ab2aef3d1b2c86429ebe0c32bf2f4755e9ebad20629443c448 -SIZE (bind-9.6-ESV-R9.tar.gz) = 6409624 +SHA256 (bind-9.6-ESV-R9-P1.tar.gz) = f7957ada381d09ec8f38155f8d630935072746a75fc51008a175443c13825f78 +SIZE (bind-9.6-ESV-R9-P1.tar.gz) = 6410296 -- cgit