diff options
author | taca <taca> | 2013-07-27 03:20:07 +0000 |
---|---|---|
committer | taca <taca> | 2013-07-27 03:20:07 +0000 |
commit | 11088075d160df47007b3b99d5eab46d363346c9 (patch) | |
tree | 74c570b1334654170deab65eca3e2ca4e9fa7997 /net | |
parent | 21d1f8a2ff926c2f0c1c3a3fd27a4b5c327bd5c9 (diff) | |
download | pkgsrc-11088075d160df47007b3b99d5eab46d363346c9.tar.gz |
Update bind99 to 9.9.3pl2 (BIND 9.9.3-P2).
--- 9.9.3-P2 released ---
3621. [security] Incorrect bounds checking on private type 'keydata'
can lead to a remotely triggerable REQUIRE failure
(CVE-2013-4854). [RT #34238]
Diffstat (limited to 'net')
-rw-r--r-- | net/bind99/Makefile | 5 | ||||
-rw-r--r-- | net/bind99/distinfo | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 7f0b8c0d09b..e77ea8ac0c3 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2013/07/12 10:44:59 jperkin Exp $ +# $NetBSD: Makefile,v 1.28 2013/07/27 03:20:07 taca 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}/ @@ -15,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.9.3-P1 +BIND_VERSION= 9.9.3-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/distinfo b/net/bind99/distinfo index 7bf48e25bf7..e4d2dc987b8 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,14 +1,12 @@ -$NetBSD: distinfo,v 1.16 2013/06/06 02:55:03 taca Exp $ +$NetBSD: distinfo,v 1.17 2013/07/27 03:20:07 taca Exp $ -SHA1 (bind-9.9.3-P1.tar.gz) = 9e1a9e5e45685befce6b93d4fcfd63e50eaeb2cf -RMD160 (bind-9.9.3-P1.tar.gz) = 1c0e244781fa653872794991091e7403f4b6f020 -Size (bind-9.9.3-P1.tar.gz) = 7459819 bytes +SHA1 (bind-9.9.3-P2.tar.gz) = a0235692c488b3fadf54a15858b1f13ae2ab6979 +RMD160 (bind-9.9.3-P2.tar.gz) = 4d760937864bb7edb3d9862cbe446235a8a5ddee +Size (bind-9.9.3-P2.tar.gz) = 7459422 bytes SHA1 (rl-9.9.3-P1.patch) = f4538d33c6d958e579752f90c9cee7db5dd1a6fa RMD160 (rl-9.9.3-P1.patch) = df1b825f2faa314680246be58cc74cb93a730105 Size (rl-9.9.3-P1.patch) = 103910 bytes -SHA1 (patch-bin_dig_Makefile.in) = d2c2a0b137be7e31fdc15438d107116fc38a38b9 SHA1 (patch-bin_dig_dighost.c) = 186cdc70605242afb0211dc8802ec75677a65614 -SHA1 (patch-bin_nsupdate_Makefile.in) = 42b39d60468ffa8ed13f77259755b217966de664 SHA1 (patch-bin_tests_system_Makefile.in) = 1f268808c55223ac11d1794039503424a51ee71b SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 SHA1 (patch-configure) = cd7f1b06f3849016c971b5947578128594a04b9a |