diff options
author | dougb <dougb@FreeBSD.org> | 2007-01-25 09:57:42 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-01-25 09:57:42 +0800 |
commit | 1430ac9d538d6e5e7763bd4242ef106282fdd6ce (patch) | |
tree | 9de9a86895f6d8b4c3306d31efd5fedbf2be6d9f /dns/bind96 | |
parent | 2cedb334f9c7f9e87f404b76fa7c44c27d5736e8 (diff) | |
download | freebsd-ports-gnome-1430ac9d538d6e5e7763bd4242ef106282fdd6ce.tar.gz freebsd-ports-gnome-1430ac9d538d6e5e7763bd4242ef106282fdd6ce.tar.zst freebsd-ports-gnome-1430ac9d538d6e5e7763bd4242ef106282fdd6ce.zip |
Upgrade to version 9.3.4, the latest from ISC, which addresses the
following security issues. All users of BIND are encouraged to upgrade
to this version.
2126. [security] Serialise validation of type ANY responses. [RT #16555]
2124. [security] It was possible to dereference a freed fetch
context. [RT #16584]
2089. [security] Raise the minimum safe OpenSSL versions to
OpenSSL 0.9.7l and OpenSSL 0.9.8d. Versions
prior to these have known security flaws which
are (potentially) exploitable in named. [RT #16391]
2088. [security] Change the default RSA exponent from 3 to 65537.
[RT #16391]
2066. [security] Handle SIG queries gracefully. [RT #16300]
1941. [bug] ncache_adderesult() should set eresult even if no
rdataset is passed to it. [RT #15642]
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 4 | ||||
-rw-r--r-- | dns/bind96/distinfo | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 9fe7911a56c1..2081f7580636 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= bind9 -PORTVERSION= 9.3.3 +PORTVERSION= 9.3.4 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -25,7 +25,7 @@ MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS suite with updated DNSSEC # ISC releases things like 9.3.0rc1, which our versioning doesn't like -ISCVERSION= 9.3.3 +ISCVERSION= 9.3.4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo index b880cec9b0f3..8670fdffc30e 100644 --- a/dns/bind96/distinfo +++ b/dns/bind96/distinfo @@ -1,6 +1,6 @@ -MD5 (bind-9.3.3.tar.gz) = b5cad77aa7912bf7b4cb770cfc42fdad -SHA256 (bind-9.3.3.tar.gz) = d2d115578f9feff1871cbb9a78e99d510da38da5b0eeb31b749b0c084b06dec2 -SIZE (bind-9.3.3.tar.gz) = 5401230 -MD5 (bind-9.3.3.tar.gz.asc) = 6c587833c99880f228c9465dcc469ae6 -SHA256 (bind-9.3.3.tar.gz.asc) = 725de9cb9583a09481eb656f42471b90ed1c1f32a322663a7d7bbd2990630af7 -SIZE (bind-9.3.3.tar.gz.asc) = 479 +MD5 (bind-9.3.4.tar.gz) = df5417e7e7cf017fa28b65d0a3d6e999 +SHA256 (bind-9.3.4.tar.gz) = 40152026af715b15ac958f374394e5189a099b562eb913470ccc43f6fbd19c21 +SIZE (bind-9.3.4.tar.gz) = 5405022 +MD5 (bind-9.3.4.tar.gz.asc) = ee4dd1a52b6285627cd33f16cfbb194f +SHA256 (bind-9.3.4.tar.gz.asc) = 33440701c93495c58cf0b696f19ea767f3d23d7f9e655e7bd41345438081b189 +SIZE (bind-9.3.4.tar.gz.asc) = 479 |