aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-14 01:38:28 +0800
committermat <mat@FreeBSD.org>2014-01-14 01:38:28 +0800
commit98d066140e7d7786576789bef5c73abe434b9c9d (patch)
tree7f7d3aefe2e8760bfd83f848f1a802d2a41e1b50 /dns
parentf12cec1f2abae96ae65c1d4d776381fcf790df35 (diff)
downloadfreebsd-ports-gnome-98d066140e7d7786576789bef5c73abe434b9c9d.tar.gz
freebsd-ports-gnome-98d066140e7d7786576789bef5c73abe434b9c9d.tar.zst
freebsd-ports-gnome-98d066140e7d7786576789bef5c73abe434b9c9d.zip
Security update to fix CVE-2014-0591 as reported at
https://kb.isc.org/article/AA-01078/74/ 9.9.4 -> 9.9.4-P2 9.8.6 -> 9.8.6-P2 9.6-ESV-R10 -> 9.6-ESV-R10-P2 Security: CVE-2014-0591 Remote DOS
Diffstat (limited to 'dns')
-rw-r--r--dns/bind96/Makefile5
-rw-r--r--dns/bind96/distinfo4
-rw-r--r--dns/bind98/Makefile5
-rw-r--r--dns/bind98/distinfo4
-rw-r--r--dns/bind99/Makefile5
-rw-r--r--dns/bind99/distinfo4
6 files changed, 12 insertions, 15 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile
index 019868ed9aa9..12cc8be043d6 100644
--- a/dns/bind96/Makefile
+++ b/dns/bind96/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= bind96
-PORTVERSION= 9.6.3.2.ESV.R10
-PORTREVISION= 4
+PORTVERSION= 9.6.3.2.ESV.R10.2
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
@@ -14,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-R10
+ISCVERSION= 9.6-ESV-R10-P2
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo
index 9f5f0a6161af..37c5a1f4264b 100644
--- a/dns/bind96/distinfo
+++ b/dns/bind96/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bind-9.6-ESV-R10.tar.gz) = f34e24a7d4bd41eedd7b781fbca3f8dc29e6f677be3b9f418f8581debbc4a66c
-SIZE (bind-9.6-ESV-R10.tar.gz) = 6420776
+SHA256 (bind-9.6-ESV-R10-P2.tar.gz) = 1b131ef3a3b27a7916815ec5f4a87f0d9f5ac0669df21c7ec75ba18a13238eda
+SIZE (bind-9.6-ESV-R10-P2.tar.gz) = 6421474
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index 2bc1c440a64e..30b38c3cb1da 100644
--- a/dns/bind98/Makefile
+++ b/dns/bind98/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= bind98
-PORTVERSION= 9.8.6
-PORTREVISION= 8
+PORTVERSION= 9.8.6.2
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
@@ -14,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64
LICENSE= ISCL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.8.6
+ISCVERSION= 9.8.6-P2
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo
index b54773cfe289..650e59274e20 100644
--- a/dns/bind98/distinfo
+++ b/dns/bind98/distinfo
@@ -1,4 +1,4 @@
-SHA256 (bind-9.8.6.tar.gz) = 01cc3a0105b47833b99e61b69acd824be4eeefd6557fffa26eced8e03f1249cd
-SIZE (bind-9.8.6.tar.gz) = 7275769
+SHA256 (bind-9.8.6-P2.tar.gz) = e5c87bdf102ac5b2563955393a2f4805e7574dc7addd03d18152c2f70befedeb
+SIZE (bind-9.8.6-P2.tar.gz) = 7275835
SHA256 (rpz2+rl-9.8.6.patch) = 76b988205ce17034ff6c03cff943d0e579a5a46dbc47e1fac83704c88fb96d79
SIZE (rpz2+rl-9.8.6.patch) = 348361
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 4ac20d6f819a..4e1d8844f0d4 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME?= bind99
-PORTVERSION= 9.9.4
-PORTREVISION?= 9
+PORTVERSION= 9.9.4.2
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
@@ -14,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64
LICENSE= ISCL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.9.4
+ISCVERSION= 9.9.4-P2
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo
index c95fb2d979a7..f87d8348b64f 100644
--- a/dns/bind99/distinfo
+++ b/dns/bind99/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bind-9.9.4.tar.gz) = fe0f16653382e428b10282ce9850722d19589d66f2b45a528e98be3153f654c8
-SIZE (bind-9.9.4.tar.gz) = 7513017
+SHA256 (bind-9.9.4-P2.tar.gz) = 50f3c6431e26d3f322b69092a49c92e163e73029fe4a1933ce532dc97ec40a89
+SIZE (bind-9.9.4-P2.tar.gz) = 7513077