Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2013 11:46:54 +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: r319982 - head/dns/bind96
Message-ID:  <201306051146.r55Bkssd065811@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Wed Jun  5 11:46:54 2013
New Revision: 319982
URL: http://svnweb.freebsd.org/changeset/ports/319982

Log:
  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

Modified:
  head/dns/bind96/Makefile
  head/dns/bind96/distinfo

Modified: head/dns/bind96/Makefile
==============================================================================
--- head/dns/bind96/Makefile	Wed Jun  5 11:44:37 2013	(r319981)
+++ head/dns/bind96/Makefile	Wed Jun  5 11:46:54 2013	(r319982)
@@ -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 DNS
 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
 

Modified: head/dns/bind96/distinfo
==============================================================================
--- head/dns/bind96/distinfo	Wed Jun  5 11:44:37 2013	(r319981)
+++ head/dns/bind96/distinfo	Wed Jun  5 11:46:54 2013	(r319982)
@@ -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



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