summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-06-04 21:51:34 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-06-04 21:51:34 +0000
commit543df633d3e8d1ac90c6464dd3a515807462f0d2 (patch)
tree38ac5d8f7d396a4799a1d126ac6df6856a9dd1fb /dns
parentSwitch to OptionsNG (diff)
Upgrade to 9.6-ESV-R7-P1, 9.7.6-P1, 9.8.3-P1, and 9.9.1-P1, the latest
from ISC. These patched versions contain a critical bugfix: Processing of DNS resource records where the rdata field is zero length may cause various issues for the servers handling them. Processing of these records may lead to unexpected outcomes. Recursive servers may crash or disclose some portion of memory to the client. Secondary servers may crash on restart after transferring a zone containing these records. Master servers may corrupt zone data if the zone option "auto-dnssec" is set to "maintain". Other unexpected problems that are not listed here may also be encountered. All BIND users are strongly encouraged to upgrade.
Notes
Notes: svn path=/head/; revision=298399
Diffstat (limited to 'dns')
-rw-r--r--dns/bind96/Makefile4
-rw-r--r--dns/bind96/distinfo8
-rw-r--r--dns/bind97/Makefile4
-rw-r--r--dns/bind97/distinfo8
-rw-r--r--dns/bind98/Makefile4
-rw-r--r--dns/bind98/distinfo8
-rw-r--r--dns/bind99/Makefile4
-rw-r--r--dns/bind99/distinfo8
8 files changed, 24 insertions, 24 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile
index ad80ddafbe79..13a45e0ab9b0 100644
--- a/dns/bind96/Makefile
+++ b/dns/bind96/Makefile
@@ -12,7 +12,7 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind96
-PORTVERSION= 9.6.3.1.ESV.R7
+PORTVERSION= 9.6.3.1.ESV.R7.1
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} \
http://dougbarton.us/Downloads/%SUBDIR%/
@@ -25,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org
COMMENT= The BIND DNS suite with updated DNSSEC and threads
# ISC releases things like 9.4.0b3, which our versioning doesn't like
-ISCVERSION= 9.6-ESV-R7
+ISCVERSION= 9.6-ESV-R7-P1
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo
index 7a0fe7918fbd..24155b5d329a 100644
--- a/dns/bind96/distinfo
+++ b/dns/bind96/distinfo
@@ -1,4 +1,4 @@
-SHA256 (bind-9.6-ESV-R7.tar.gz) = 887043bc74f496fe3402c7b8b3001aa42ffbe34e35d061b9d8a2ee1021b9ac39
-SIZE (bind-9.6-ESV-R7.tar.gz) = 6286390
-SHA256 (bind-9.6-ESV-R7.tar.gz.asc) = c386d41720d24d2f277ffcd76b840b78ed99764895f57984884ac1e4dca5f0dc
-SIZE (bind-9.6-ESV-R7.tar.gz.asc) = 490
+SHA256 (bind-9.6-ESV-R7-P1.tar.gz) = 4f3ad2ddc03ca09b72b3f267ba1164ec522b10f066e348f1c24ac2616a8c6d16
+SIZE (bind-9.6-ESV-R7-P1.tar.gz) = 6415389
+SHA256 (bind-9.6-ESV-R7-P1.tar.gz.asc) = e169e7fa9adf08f0d386cc8fbc41e1334199e5e7fc44c25d8d567cd13b6f1f0f
+SIZE (bind-9.6-ESV-R7-P1.tar.gz.asc) = 481
diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile
index 7479971c3915..a6d3989e88e1 100644
--- a/dns/bind97/Makefile
+++ b/dns/bind97/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= bind97
-PORTVERSION= 9.7.6
+PORTVERSION= 9.7.6.1
PORTREVISION?= 0
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} \
@@ -20,7 +20,7 @@ MAINTAINER= dougb@FreeBSD.org
COMMENT?= The BIND DNS suite with updated DNSSEC and threads
# ISC releases things like 9.4.0b3, which our versioning doesn't like
-ISCVERSION= 9.7.6
+ISCVERSION= 9.7.6-P1
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind97/distinfo b/dns/bind97/distinfo
index 88e0c6b304e0..4c22c523fa5f 100644
--- a/dns/bind97/distinfo
+++ b/dns/bind97/distinfo
@@ -1,4 +1,4 @@
-SHA256 (bind-9.7.6.tar.gz) = 9294610d63c376bd62e5a303e1035f3a95067b60271a67f98841fe56e58045f8
-SIZE (bind-9.7.6.tar.gz) = 6846451
-SHA256 (bind-9.7.6.tar.gz.asc) = f503a6efc2f487a16a9e317ae0f38e89dc886de45b69625b646985dc7452017d
-SIZE (bind-9.7.6.tar.gz.asc) = 490
+SHA256 (bind-9.7.6-P1.tar.gz) = 33703cc68d94e6a639fe95f24bcbedf9b088123bae9ef357f0668d78dd60e7f6
+SIZE (bind-9.7.6-P1.tar.gz) = 6978457
+SHA256 (bind-9.7.6-P1.tar.gz.asc) = 02f5d7cbec706fd22a1168c88d19cf318f932f45302b48dbc6aa91c0c96b4098
+SIZE (bind-9.7.6-P1.tar.gz.asc) = 481
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index 381b15b6a99b..deda9e7a723e 100644
--- a/dns/bind98/Makefile
+++ b/dns/bind98/Makefile
@@ -12,7 +12,7 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind98
-PORTVERSION= 9.8.3
+PORTVERSION= 9.8.3.1
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} \
http://dougbarton.us/Downloads/%SUBDIR%/
@@ -25,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org
COMMENT= The BIND DNS suite with updated DNSSEC and DNS64
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.8.3
+ISCVERSION= 9.8.3-P1
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo
index 26322da2e9b3..8152986fb8b6 100644
--- a/dns/bind98/distinfo
+++ b/dns/bind98/distinfo
@@ -1,4 +1,4 @@
-SHA256 (bind-9.8.3.tar.gz) = 4099a4c18d931a0d0322666ba4a93bb4f07c8644b264cda38a2431148f91b2d8
-SIZE (bind-9.8.3.tar.gz) = 6984538
-SHA256 (bind-9.8.3.tar.gz.asc) = 59146b592b74bb9c76315a0d569d3924c641984bf9e4a981fc0259d9bd0719f3
-SIZE (bind-9.8.3.tar.gz.asc) = 490
+SHA256 (bind-9.8.3-P1.tar.gz) = 850aede364f89e706dbfcbe7d70887bc3c2df468146da5cae8c8ab9ee4621891
+SIZE (bind-9.8.3-P1.tar.gz) = 7112920
+SHA256 (bind-9.8.3-P1.tar.gz.asc) = df23470f353b4f4eb70e7d34ebc7e94b55b1fc543445230a42c31ab9a49a5dc3
+SIZE (bind-9.8.3-P1.tar.gz.asc) = 481
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 502d5a6a5c33..94613c5bd4c7 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -11,7 +11,7 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind99
-PORTVERSION= 9.9.1
+PORTVERSION= 9.9.1.1
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} \
http://dougbarton.us/Downloads/%SUBDIR%/
@@ -24,7 +24,7 @@ MAINTAINER= dougb@FreeBSD.org
COMMENT= The BIND DNS suite with updated DNSSEC and DNS64
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.9.1
+ISCVERSION= 9.9.1-P1
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo
index de63ca8d55a0..17487e4bf028 100644
--- a/dns/bind99/distinfo
+++ b/dns/bind99/distinfo
@@ -1,4 +1,4 @@
-SHA256 (bind-9.9.1.tar.gz) = 7599ae5a7d945707926019a6b191d06775e9657c68ced00e09af5bc751dad524
-SIZE (bind-9.9.1.tar.gz) = 7092357
-SHA256 (bind-9.9.1.tar.gz.asc) = 96860076a0fa4dfba9f1bd2143a6d13a1ef9d9478a5e847cb2c28311fc517f74
-SIZE (bind-9.9.1.tar.gz.asc) = 490
+SHA256 (bind-9.9.1-P1.tar.gz) = 2dc5886b3eb6768d312b43dbe1e23a5b67b4f4dcfa1a65b1017e7710bb764627
+SIZE (bind-9.9.1-P1.tar.gz) = 7223197
+SHA256 (bind-9.9.1-P1.tar.gz.asc) = 9692338123284f8d7b580d4368f59ff845868f3534c6a5efcfb4d6fc8a69ad58
+SIZE (bind-9.9.1-P1.tar.gz.asc) = 481