summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2007-12-01 21:53:34 +0000
committerDoug Barton <dougb@FreeBSD.org>2007-12-01 21:53:34 +0000
commit5920e1781c023b5f76c921fc5898a0d8224a8139 (patch)
tree54f8664b9054647256e17a8c47dc64ff58d769d8 /dns
parentDocument rsync security bypass vulnerability. (diff)
Update to BIND 9.4.2. Many bugs are fixed, please see the CHANGES
file for more details. Approved by: portmgr (erwin)
Notes
Notes: svn path=/head/; revision=202873
Diffstat (limited to 'dns')
-rw-r--r--dns/bind94/Makefile4
-rw-r--r--dns/bind94/distinfo12
-rw-r--r--dns/bind94/pkg-descr6
-rw-r--r--dns/bind94/pkg-message9
-rw-r--r--dns/bind95/Makefile4
-rw-r--r--dns/bind95/distinfo12
-rw-r--r--dns/bind95/pkg-descr6
-rw-r--r--dns/bind95/pkg-message9
-rw-r--r--dns/bind96/Makefile4
-rw-r--r--dns/bind96/distinfo12
-rw-r--r--dns/bind96/pkg-descr6
-rw-r--r--dns/bind96/pkg-message9
12 files changed, 42 insertions, 51 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile
index 93f1680d74b0..73b1414825f6 100644
--- a/dns/bind94/Makefile
+++ b/dns/bind94/Makefile
@@ -12,7 +12,7 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind94
-PORTVERSION= 9.4.1.1
+PORTVERSION= 9.4.2
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.4.1-P1
+ISCVERSION= 9.4.2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
diff --git a/dns/bind94/distinfo b/dns/bind94/distinfo
index f3523f39911c..a500540e3783 100644
--- a/dns/bind94/distinfo
+++ b/dns/bind94/distinfo
@@ -1,6 +1,6 @@
-MD5 (bind-9.4.1-P1.tar.gz) = 44e0514e6105ddaa235394045d9aeb0c
-SHA256 (bind-9.4.1-P1.tar.gz) = 912d07be9a6b4fa180d38637bf32ac4e802b087e46fbbf2a76314ecc3444b693
-SIZE (bind-9.4.1-P1.tar.gz) = 6341409
-MD5 (bind-9.4.1-P1.tar.gz.asc) = 2d93fd12d3aa9895c23c09784f7fe0b7
-SHA256 (bind-9.4.1-P1.tar.gz.asc) = b66a7ad4a8dd2a375fb961ab9b8a744fa55b034c0b7233b4490b6351e36f5030
-SIZE (bind-9.4.1-P1.tar.gz.asc) = 478
+MD5 (bind-9.4.2.tar.gz) = 57953d7264139b9506b9d66174125179
+SHA256 (bind-9.4.2.tar.gz) = 5add82a67dc98b89b4a0f95a467480b0f6b7d3a6b563a13076d9f701286960bd
+SIZE (bind-9.4.2.tar.gz) = 6574042
+MD5 (bind-9.4.2.tar.gz.asc) = acbccd025da3e1b6b980ca2a023310b3
+SHA256 (bind-9.4.2.tar.gz.asc) = c6e43af53f0102b7db4f5c2d824f509587323884ecf984a4b2c0c66e510ded01
+SIZE (bind-9.4.2.tar.gz.asc) = 479
diff --git a/dns/bind94/pkg-descr b/dns/bind94/pkg-descr
index b0233dd7eb19..ea4ae914f437 100644
--- a/dns/bind94/pkg-descr
+++ b/dns/bind94/pkg-descr
@@ -13,12 +13,12 @@ DNS Protocol Enhancements
Improved standards conformance
Views
One server process can provide multiple "views" of
- the DNS namespace, e.g. an "inside" view to certain
- clients, and an "outside" view to others.
+ the DNS namespace, e.g. an "inside" view to certain
+ clients, and an "outside" view to others.
Multiprocessor Support, including working threads in this version
-WWW: http://www.isc.org/index.pl?/sw/bind/bind9.4-beta.php
+WWW: http://www.isc.org/index.pl?/sw/bind/index.php
- Doug Barton
DougB@FreeBSD.org
diff --git a/dns/bind94/pkg-message b/dns/bind94/pkg-message
index 8dd5f7e54f92..b30fee7881e6 100644
--- a/dns/bind94/pkg-message
+++ b/dns/bind94/pkg-message
@@ -7,12 +7,9 @@
* *
* BIND 9 requires a good source of randomness to operate. *
* It also requires configuration of rndc, including a *
-* "secret" key. If you are using FreeBSD 4.x, visit *
-* http://people.freebsd.org/~dougb/randomness.html for *
-* information on how to set up entropy gathering. Users *
-* of FreeBSD 5.x or later do not need to do this step. If *
-* you are running BIND 9 in a chroot environment, make *
-* sure that there is a /dev/random device in the chroot. *
+* "secret" key. If you are running BIND 9 in a chroot *
+* environment, make sure that there is a /dev/random device *
+* in the chroot. *
* *
* The easiest, and most secure way to configure rndc is *
* to run 'rndc-confgen -a' which will generate the proper *
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile
index 93f1680d74b0..73b1414825f6 100644
--- a/dns/bind95/Makefile
+++ b/dns/bind95/Makefile
@@ -12,7 +12,7 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind94
-PORTVERSION= 9.4.1.1
+PORTVERSION= 9.4.2
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.4.1-P1
+ISCVERSION= 9.4.2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
diff --git a/dns/bind95/distinfo b/dns/bind95/distinfo
index f3523f39911c..a500540e3783 100644
--- a/dns/bind95/distinfo
+++ b/dns/bind95/distinfo
@@ -1,6 +1,6 @@
-MD5 (bind-9.4.1-P1.tar.gz) = 44e0514e6105ddaa235394045d9aeb0c
-SHA256 (bind-9.4.1-P1.tar.gz) = 912d07be9a6b4fa180d38637bf32ac4e802b087e46fbbf2a76314ecc3444b693
-SIZE (bind-9.4.1-P1.tar.gz) = 6341409
-MD5 (bind-9.4.1-P1.tar.gz.asc) = 2d93fd12d3aa9895c23c09784f7fe0b7
-SHA256 (bind-9.4.1-P1.tar.gz.asc) = b66a7ad4a8dd2a375fb961ab9b8a744fa55b034c0b7233b4490b6351e36f5030
-SIZE (bind-9.4.1-P1.tar.gz.asc) = 478
+MD5 (bind-9.4.2.tar.gz) = 57953d7264139b9506b9d66174125179
+SHA256 (bind-9.4.2.tar.gz) = 5add82a67dc98b89b4a0f95a467480b0f6b7d3a6b563a13076d9f701286960bd
+SIZE (bind-9.4.2.tar.gz) = 6574042
+MD5 (bind-9.4.2.tar.gz.asc) = acbccd025da3e1b6b980ca2a023310b3
+SHA256 (bind-9.4.2.tar.gz.asc) = c6e43af53f0102b7db4f5c2d824f509587323884ecf984a4b2c0c66e510ded01
+SIZE (bind-9.4.2.tar.gz.asc) = 479
diff --git a/dns/bind95/pkg-descr b/dns/bind95/pkg-descr
index b0233dd7eb19..ea4ae914f437 100644
--- a/dns/bind95/pkg-descr
+++ b/dns/bind95/pkg-descr
@@ -13,12 +13,12 @@ DNS Protocol Enhancements
Improved standards conformance
Views
One server process can provide multiple "views" of
- the DNS namespace, e.g. an "inside" view to certain
- clients, and an "outside" view to others.
+ the DNS namespace, e.g. an "inside" view to certain
+ clients, and an "outside" view to others.
Multiprocessor Support, including working threads in this version
-WWW: http://www.isc.org/index.pl?/sw/bind/bind9.4-beta.php
+WWW: http://www.isc.org/index.pl?/sw/bind/index.php
- Doug Barton
DougB@FreeBSD.org
diff --git a/dns/bind95/pkg-message b/dns/bind95/pkg-message
index 8dd5f7e54f92..b30fee7881e6 100644
--- a/dns/bind95/pkg-message
+++ b/dns/bind95/pkg-message
@@ -7,12 +7,9 @@
* *
* BIND 9 requires a good source of randomness to operate. *
* It also requires configuration of rndc, including a *
-* "secret" key. If you are using FreeBSD 4.x, visit *
-* http://people.freebsd.org/~dougb/randomness.html for *
-* information on how to set up entropy gathering. Users *
-* of FreeBSD 5.x or later do not need to do this step. If *
-* you are running BIND 9 in a chroot environment, make *
-* sure that there is a /dev/random device in the chroot. *
+* "secret" key. If you are running BIND 9 in a chroot *
+* environment, make sure that there is a /dev/random device *
+* in the chroot. *
* *
* The easiest, and most secure way to configure rndc is *
* to run 'rndc-confgen -a' which will generate the proper *
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile
index 93f1680d74b0..73b1414825f6 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= bind94
-PORTVERSION= 9.4.1.1
+PORTVERSION= 9.4.2
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.4.1-P1
+ISCVERSION= 9.4.2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo
index f3523f39911c..a500540e3783 100644
--- a/dns/bind96/distinfo
+++ b/dns/bind96/distinfo
@@ -1,6 +1,6 @@
-MD5 (bind-9.4.1-P1.tar.gz) = 44e0514e6105ddaa235394045d9aeb0c
-SHA256 (bind-9.4.1-P1.tar.gz) = 912d07be9a6b4fa180d38637bf32ac4e802b087e46fbbf2a76314ecc3444b693
-SIZE (bind-9.4.1-P1.tar.gz) = 6341409
-MD5 (bind-9.4.1-P1.tar.gz.asc) = 2d93fd12d3aa9895c23c09784f7fe0b7
-SHA256 (bind-9.4.1-P1.tar.gz.asc) = b66a7ad4a8dd2a375fb961ab9b8a744fa55b034c0b7233b4490b6351e36f5030
-SIZE (bind-9.4.1-P1.tar.gz.asc) = 478
+MD5 (bind-9.4.2.tar.gz) = 57953d7264139b9506b9d66174125179
+SHA256 (bind-9.4.2.tar.gz) = 5add82a67dc98b89b4a0f95a467480b0f6b7d3a6b563a13076d9f701286960bd
+SIZE (bind-9.4.2.tar.gz) = 6574042
+MD5 (bind-9.4.2.tar.gz.asc) = acbccd025da3e1b6b980ca2a023310b3
+SHA256 (bind-9.4.2.tar.gz.asc) = c6e43af53f0102b7db4f5c2d824f509587323884ecf984a4b2c0c66e510ded01
+SIZE (bind-9.4.2.tar.gz.asc) = 479
diff --git a/dns/bind96/pkg-descr b/dns/bind96/pkg-descr
index b0233dd7eb19..ea4ae914f437 100644
--- a/dns/bind96/pkg-descr
+++ b/dns/bind96/pkg-descr
@@ -13,12 +13,12 @@ DNS Protocol Enhancements
Improved standards conformance
Views
One server process can provide multiple "views" of
- the DNS namespace, e.g. an "inside" view to certain
- clients, and an "outside" view to others.
+ the DNS namespace, e.g. an "inside" view to certain
+ clients, and an "outside" view to others.
Multiprocessor Support, including working threads in this version
-WWW: http://www.isc.org/index.pl?/sw/bind/bind9.4-beta.php
+WWW: http://www.isc.org/index.pl?/sw/bind/index.php
- Doug Barton
DougB@FreeBSD.org
diff --git a/dns/bind96/pkg-message b/dns/bind96/pkg-message
index 8dd5f7e54f92..b30fee7881e6 100644
--- a/dns/bind96/pkg-message
+++ b/dns/bind96/pkg-message
@@ -7,12 +7,9 @@
* *
* BIND 9 requires a good source of randomness to operate. *
* It also requires configuration of rndc, including a *
-* "secret" key. If you are using FreeBSD 4.x, visit *
-* http://people.freebsd.org/~dougb/randomness.html for *
-* information on how to set up entropy gathering. Users *
-* of FreeBSD 5.x or later do not need to do this step. If *
-* you are running BIND 9 in a chroot environment, make *
-* sure that there is a /dev/random device in the chroot. *
+* "secret" key. If you are running BIND 9 in a chroot *
+* environment, make sure that there is a /dev/random device *
+* in the chroot. *
* *
* The easiest, and most secure way to configure rndc is *
* to run 'rndc-confgen -a' which will generate the proper *