diff options
author | taca <taca@pkgsrc.org> | 2012-12-05 00:54:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-12-05 00:54:16 +0000 |
commit | cc29d06a766c2c91578724db8537bbc4d1a6b425 (patch) | |
tree | feb362655ccc51d1d21cbdb93d1e528089035532 | |
parent | 3b1c1a0a593a9be96a174507cbc5bc66c5951390 (diff) | |
download | pkgsrc-cc29d06a766c2c91578724db8537bbc4d1a6b425.tar.gz |
Update bind98 to 9.8.4p1 (BIND 9.8.4-P1) which solves CVE-2012-5688.
--- 9.8.4-P1 released ---
3407. [security] Named could die on specific queries with dns64 enabled.
[Addressed in change #3388 for BIND 9.8.5 and 9.9.3.]
-rw-r--r-- | net/bind98/Makefile | 5 | ||||
-rw-r--r-- | net/bind98/distinfo | 11 |
2 files changed, 6 insertions, 10 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index 8715bb55830..505c01dded0 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2012/11/11 00:22:50 pettai Exp $ +# $NetBSD: Makefile,v 1.23 2012/12/05 00:54:16 taca Exp $ DISTNAME= bind-${BIND_VERSION} -PKGREVISION= 2 PKGNAME= ${DISTNAME:S/-P/pl/} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ @@ -15,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.8.4 +BIND_VERSION= 9.8.4-P1 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind98/distinfo b/net/bind98/distinfo index 0c0268cd08a..8cf675879a8 100644 --- a/net/bind98/distinfo +++ b/net/bind98/distinfo @@ -1,11 +1,8 @@ -$NetBSD: distinfo,v 1.16 2012/11/10 23:44:30 pettai Exp $ +$NetBSD: distinfo,v 1.17 2012/12/05 00:54:16 taca Exp $ -SHA1 (bind-9.8.4.tar.gz) = 3ea4b34fa12868796e4aad06663e7d1689b1cbe1 -RMD160 (bind-9.8.4.tar.gz) = 20940bcf6c47eefaec905d474a3470f4aa9aa9a8 -Size (bind-9.8.4.tar.gz) = 7141026 bytes -SHA1 (rl-9.8.4.patch) = caa4b944c4d29b9dcbdfab1ff7888c485c0bac71 -RMD160 (rl-9.8.4.patch) = 0d81be5dc04daa5c2724d05764f5dd3aea4c3592 -Size (rl-9.8.4.patch) = 91928 bytes +SHA1 (bind-9.8.4-P1.tar.gz) = 91be68225c7b99d8ea31f05ddcd829201e18b45e +RMD160 (bind-9.8.4-P1.tar.gz) = 72e5001e92748bcf4f4b5b241adc211678ab93e9 +Size (bind-9.8.4-P1.tar.gz) = 7129321 bytes SHA1 (patch-bin_dig_dighost.c) = 3f37033cc64e1153268ab437fab533d2920bb18c SHA1 (patch-bin_tests_system_Makefile.in) = 650ac962464e23f6c4278e7025f55f282789f9c9 SHA1 (patch-config.threads.in) = 045531d8378a88c654ab98ba6ea65786c8cf4e2b |