pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind98 Update bind98 to 9.8.6pl1 (BIND 9.8.6-P1).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a84c3fbd6caa
branches:  trunk
changeset: 626289:a84c3fbd6caa
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Nov 07 04:22:22 2013 +0000

description:
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]

diffstat:

 net/bind98/Makefile |  4 ++--
 net/bind98/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 94badd772025 -r a84c3fbd6caa net/bind98/Makefile
--- a/net/bind98/Makefile       Thu Nov 07 04:20:33 2013 +0000
+++ b/net/bind98/Makefile       Thu Nov 07 04:22:22 2013 +0000
@@ -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 @@
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.8.6
+BIND_VERSION=  9.8.6-P1
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 94badd772025 -r a84c3fbd6caa net/bind98/distinfo
--- a/net/bind98/distinfo       Thu Nov 07 04:20:33 2013 +0000
+++ b/net/bind98/distinfo       Thu Nov 07 04:22:22 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index