diff options
author | spz <spz@pkgsrc.org> | 2012-07-24 21:01:11 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2012-07-24 21:01:11 +0000 |
commit | fd7f259975184cb9606bd80f1c421865ffbeb6fb (patch) | |
tree | 007770bf49a2609e6ba59738650038715dd23693 /net | |
parent | 5e9df5be477e90fb0852c8c13e837cde1bc98586 (diff) | |
download | pkgsrc-fd7f259975184cb9606bd80f1c421865ffbeb6fb.tar.gz |
patch release with fix for CVE-2012-3817:
--- 9.7.6-P2 released ---
3346. [security] Bad-cache data could be used before it was
initialized, causing an assert. [RT #30025]
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')
-rw-r--r-- | net/bind97/Makefile | 5 | ||||
-rw-r--r-- | net/bind97/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/bind97/Makefile b/net/bind97/Makefile index cec7ea26a73..48c90b9d7ee 100644 --- a/net/bind97/Makefile +++ b/net/bind97/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2012/06/14 07:45:39 sbd Exp $ +# $NetBSD: Makefile,v 1.17 2012/07/24 21:01:11 spz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 1 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.7.6-P1 +BIND_VERSION= 9.7.6-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind97/distinfo b/net/bind97/distinfo index dc24ca0d632..024ebbd90b4 100644 --- a/net/bind97/distinfo +++ b/net/bind97/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2012/06/04 13:27:32 taca Exp $ +$NetBSD: distinfo,v 1.15 2012/07/24 21:01:11 spz Exp $ -SHA1 (bind-9.7.6-P1.tar.gz) = eb635b027423b4aa381e4454a4c893e10224a415 -RMD160 (bind-9.7.6-P1.tar.gz) = e893de1e16f2012ca90156485cc2b166d8174015 -Size (bind-9.7.6-P1.tar.gz) = 6978457 bytes +SHA1 (bind-9.7.6-P2.tar.gz) = c30d5fb255e6f31ec1e7eaea4baf5571d8ecb157 +RMD160 (bind-9.7.6-P2.tar.gz) = 02d8332148da57a5b715fbd7f68abed1a901ef42 +Size (bind-9.7.6-P2.tar.gz) = 6979194 bytes SHA1 (patch-aa) = 6cec876c8caa7082f97365863f3f88c4f168da48 SHA1 (patch-ab) = 9585a26a376d32f80ac8266eb7967c00b433f14d SHA1 (patch-ac) = ee4ca3d200b3d3f93b8ccfa2c6e51ab005b35a01 |