diff options
author | spz <spz@pkgsrc.org> | 2012-07-24 20:40:12 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2012-07-24 20:40:12 +0000 |
commit | 5e9df5be477e90fb0852c8c13e837cde1bc98586 (patch) | |
tree | 16556d1bdbb727a054c1257098790b9c1d2f5107 /net/bind99 | |
parent | 919f341d0b59a9bfe1f028d4246ea063046e9d72 (diff) | |
download | pkgsrc-5e9df5be477e90fb0852c8c13e837cde1bc98586.tar.gz |
patch version fixing CVE-2012-3817 and CVE-2012-3868:
--- 9.9.1-P2 released ---
3349. [bug] Change #3345 was incomplete. [RT #30233]
3346. [security] Bad-cache data could be used before it was
initialized, causing an assert. [RT #30025]
3345. [bug] Addressed race condition when removing the last item
or inserting the first item in an ISC_QUEUE.
[RT #29539]
3342. [bug] Change #3314 broke saving of stub zones to disk
resulting in excessive cpu usage in some cases.
[RT #29952]
Diffstat (limited to 'net/bind99')
-rw-r--r-- | net/bind99/Makefile | 5 | ||||
-rw-r--r-- | net/bind99/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 53fe4d48e39..697c4764aa6 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2012/07/10 10:23:03 sbd Exp $ +# $NetBSD: Makefile,v 1.9 2012/07/24 20:40:12 spz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -17,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.9.1-P1 +BIND_VERSION= 9.9.1-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/distinfo b/net/bind99/distinfo index d1d9a2b2ac0..523a59f7244 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2012/07/10 10:23:03 sbd Exp $ +$NetBSD: distinfo,v 1.7 2012/07/24 20:40:12 spz Exp $ -SHA1 (bind-9.9.1-P1.tar.gz) = a2263b96ccd8a143ea54b39958142c542bf605a8 -RMD160 (bind-9.9.1-P1.tar.gz) = 5ba6adbfeab5872582095b213e95b97eda59d044 -Size (bind-9.9.1-P1.tar.gz) = 7223197 bytes +SHA1 (bind-9.9.1-P2.tar.gz) = 449b12c32682b5bef64c7b53cd0fc0c6b731c8a7 +RMD160 (bind-9.9.1-P2.tar.gz) = 76b8f61a1930922223544ed3671dd017a4f593d1 +Size (bind-9.9.1-P2.tar.gz) = 7223896 bytes SHA1 (patch-bin_dig_Makefile.in) = d2c2a0b137be7e31fdc15438d107116fc38a38b9 SHA1 (patch-bin_dig_dighost.c) = 186cdc70605242afb0211dc8802ec75677a65614 SHA1 (patch-bin_nsupdate_Makefile.in) = 42b39d60468ffa8ed13f77259755b217966de664 |