diff options
author | taca <taca> | 2011-05-27 06:45:30 +0000 |
---|---|---|
committer | taca <taca> | 2011-05-27 06:45:30 +0000 |
commit | 16ec48a8a1b453601d876528bd7d440eaddec080 (patch) | |
tree | bb427b2373ded8dde9f4c5b01db4c38d149eea8f /net/bind98 | |
parent | b89d33104d8d42f397fcc0258fb68eaafccaa721 (diff) | |
download | pkgsrc-16ec48a8a1b453601d876528bd7d440eaddec080.tar.gz |
Update bind98 package to 9.8.0pl2(9.8.0-P2)
--- 9.8.0-P2 released ---
3121. [security] An authoritative name server sending a negative
response containing a very large RRset could
trigger an off-by-one error in the ncache code
and crash named. [RT #24650]
3120. [bug] Named could fail to validate zones listed in a DLV
that validated insecure without using DLV and had
DS records in the parent zone. [RT #24631]
Diffstat (limited to 'net/bind98')
-rw-r--r-- | net/bind98/Makefile | 4 | ||||
-rw-r--r-- | net/bind98/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index fc7c6580402..b9fbe15726d 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/05/06 00:34:32 taca Exp $ +# $NetBSD: Makefile,v 1.3 2011/05/27 06:45:30 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.8.0-P1 +BIND_VERSION= 9.8.0-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind98/distinfo b/net/bind98/distinfo index cab4e41127d..62224881918 100644 --- a/net/bind98/distinfo +++ b/net/bind98/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2011/05/06 00:34:32 taca Exp $ +$NetBSD: distinfo,v 1.3 2011/05/27 06:45:30 taca Exp $ -SHA1 (bind-9.8.0-P1.tar.gz) = aa8f308f218e437ac4bad616e0ae83a9b9c40c29 -RMD160 (bind-9.8.0-P1.tar.gz) = 7f86bcd531fea341de6d79386448d58de4222c90 -Size (bind-9.8.0-P1.tar.gz) = 7701530 bytes +SHA1 (bind-9.8.0-P2.tar.gz) = b3492ad11cfbf2939d9b0fb62c52c204de58679b +RMD160 (bind-9.8.0-P2.tar.gz) = 3db0b25303da78f06d6fb48f66908111cb0eb34c +Size (bind-9.8.0-P2.tar.gz) = 7702702 bytes SHA1 (patch-config.threads.in) = 3d8ee03230fdb6aca545a67759ba7aacda52bb61 SHA1 (patch-configure) = edf5a32b5c05aea110316f877264c22a2c4344ba SHA1 (patch-lib_dns_rbt.c) = 29fb5c24ff3558f1621e93ea16419e32dbc695b7 |