diff options
author | taca <taca@pkgsrc.org> | 2010-12-02 00:31:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-02 00:31:33 +0000 |
commit | 443462a7e51ad4e4b74cd31f43bd78e76660368a (patch) | |
tree | 4fcb388cafb513a8f8cc6c5c3bda639ce98f0d7a /net/bind97 | |
parent | a0b2b1c5bd8bcff4e9ad106f885f66444d0f6a9d (diff) | |
download | pkgsrc-443462a7e51ad4e4b74cd31f43bd78e76660368a.tar.gz |
Update bind97 package to bind-9.7.2pl3 (9.7.2-P3).
http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories
CVE: CVE-2010-3613
CERT: VU#706148
BIND: cache incorrectly allows a ncache entry and a rrsig for the same type
CVE: CVE-2010-3614
CERT: VU#837744
BIND: Key algorithm rollover bug in bind9
CVE: CVE-2010-3615
CERT: VU#510208
BIND: allow-query processed incorrectly
Diffstat (limited to 'net/bind97')
-rw-r--r-- | net/bind97/Makefile | 4 | ||||
-rw-r--r-- | net/bind97/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind97/Makefile b/net/bind97/Makefile index e0ddac3309c..655f2aca729 100644 --- a/net/bind97/Makefile +++ b/net/bind97/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/09/29 15:08:47 taca Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/02 00:31:33 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.7.2-P2 +BIND_VERSION= 9.7.2-P3 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind97/distinfo b/net/bind97/distinfo index f0d11acfe67..a74d7a2a61e 100644 --- a/net/bind97/distinfo +++ b/net/bind97/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2010/09/29 15:08:47 taca Exp $ +$NetBSD: distinfo,v 1.5 2010/12/02 00:31:34 taca Exp $ -SHA1 (bind-9.7.2-P2.tar.gz) = ad143fa002d16352648c651ac12471258971a0d1 -RMD160 (bind-9.7.2-P2.tar.gz) = dcc8bf34d0e72c53257d9ac61f88fd0f3f039672 -Size (bind-9.7.2-P2.tar.gz) = 7573857 bytes +SHA1 (bind-9.7.2-P3.tar.gz) = ca621a23e79298b4da14a3884690edbccda410d4 +RMD160 (bind-9.7.2-P3.tar.gz) = 304f362cef1c3e48bece850802a08159ecfd5428 +Size (bind-9.7.2-P3.tar.gz) = 7643996 bytes SHA1 (patch-aa) = 6cec876c8caa7082f97365863f3f88c4f168da48 SHA1 (patch-ab) = 9585a26a376d32f80ac8266eb7967c00b433f14d SHA1 (patch-ac) = ce61643531948feb7db32c04594adc7ed041f4c6 |