svn commit: r315355 - head/dns/bind98
Erwin Lansing
erwin at FreeBSD.org
Wed Mar 27 07:55:23 UTC 2013
Author: erwin
Date: Wed Mar 27 07:55:22 2013
New Revision: 315355
URL: http://svnweb.freebsd.org/changeset/ports/315355
Log:
Update to 9.8.4-P2
Removed the check for regex.h in configure in order
to disable regex syntax checking, as it exposes
BIND to a critical flaw in libregex on some
platforms. [RT #32688]
Security: CVE-2013-2266
Modified:
head/dns/bind98/Makefile
head/dns/bind98/distinfo
Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile Wed Mar 27 07:16:44 2013 (r315354)
+++ head/dns/bind98/Makefile Wed Mar 27 07:55:22 2013 (r315355)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bind98
-PORTVERSION= 9.8.4.1
+PORTVERSION= 9.8.4.2
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.4-P1
+ISCVERSION= 9.8.4-P2
MAKE_JOBS_UNSAFE= yes
Modified: head/dns/bind98/distinfo
==============================================================================
--- head/dns/bind98/distinfo Wed Mar 27 07:16:44 2013 (r315354)
+++ head/dns/bind98/distinfo Wed Mar 27 07:55:22 2013 (r315355)
@@ -1,4 +1,4 @@
-SHA256 (bind-9.8.4-P1.tar.gz) = 60c979575bf6288570cb4e3e9ab9d99bb93a55d2a4946ce277f6e6e642dda21f
-SIZE (bind-9.8.4-P1.tar.gz) = 7129321
+SHA256 (bind-9.8.4-P2.tar.gz) = e772edfb41036a25e1392ab15ff4d3754f03c301b4b059d64afd8d8dadd18193
+SIZE (bind-9.8.4-P2.tar.gz) = 7129690
SHA256 (9.8.4-rpz+rl.072.23-P1.patch) = e5f792fdc683285528392e6cdfb9d99138b2fe220e5f617edcf8b45cbb992aaa
SIZE (9.8.4-rpz+rl.072.23-P1.patch) = 176430
More information about the svn-ports-head
mailing list