diff options
author | taca <taca@pkgsrc.org> | 2013-11-07 04:22:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-11-07 04:22:22 +0000 |
commit | 72fa68f2f8c1ae20e3fc6d5385afef4a09deb4c4 (patch) | |
tree | ee2422d11cf9e0d54ec8c7841d280ec8ed05eadb | |
parent | 98c24fb07c31c1d14db7193036dae8f4955bdaec (diff) | |
download | pkgsrc-72fa68f2f8c1ae20e3fc6d5385afef4a09deb4c4.tar.gz |
Update bind98 to 9.8.6pl1 (BIND 9.8.6-P1).
Security Fixes
Treat an all zero netmask as invalid when generating the localnets
acl. A Winsock library call on some Windows systems can return
an incorrect value for an interface's netmask, potentially causing
unexpected matches to BIND's built-in "localnets" Access Control
List. (CVE-2013-6230) [RT #34687]
-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 6f17d2a9673..2b4006556a7 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2013/09/21 15:59:00 taca Exp $ +# $NetBSD: Makefile,v 1.34 2013/11/07 04:22:22 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.8.6 +BIND_VERSION= 9.8.6-P1 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind98/distinfo b/net/bind98/distinfo index feadd25ed13..144c6e1d676 100644 --- a/net/bind98/distinfo +++ b/net/bind98/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2013/09/21 15:59:00 taca Exp $ +$NetBSD: distinfo,v 1.25 2013/11/07 04:22:22 taca Exp $ -SHA1 (bind-9.8.6.tar.gz) = d596d488e5bb09cc695364f1d16adef4af673e86 -RMD160 (bind-9.8.6.tar.gz) = 22e93866dd7aef576dd2746483644575b7976e15 -Size (bind-9.8.6.tar.gz) = 7275769 bytes +SHA1 (bind-9.8.6-P1.tar.gz) = 8655bf0c40a423248999ba9f36a7133164b0cc65 +RMD160 (bind-9.8.6-P1.tar.gz) = b5ff3a24376025dadfc0e8ae7cb8a9ac4deaacc8 +Size (bind-9.8.6-P1.tar.gz) = 7275757 bytes SHA1 (rl-9.8.6rc1.patch) = cacea695ab57cc44f0b79bef1e42ba4f787ca96f RMD160 (rl-9.8.6rc1.patch) = 13ac5bb0c5b0129b560026861dd4be5d17801055 Size (rl-9.8.6rc1.patch) = 103557 bytes |