diff options
author | taca <taca> | 2013-11-07 04:23:58 +0000 |
---|---|---|
committer | taca <taca> | 2013-11-07 04:23:58 +0000 |
commit | d0b7ec8f3e683a733a3071fd73464efb1e5a8b2d (patch) | |
tree | d4b2611f4a1ee433aff2b7cfc588cba29351c4e1 | |
parent | 53ef99ce01b5c5854608a1ae601070903476023a (diff) | |
download | pkgsrc-d0b7ec8f3e683a733a3071fd73464efb1e5a8b2d.tar.gz |
Update bind99 to 9.9.4pl1 (BIND 9.9.4-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/bind99/Makefile | 4 | ||||
-rw-r--r-- | net/bind99/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index e678a09ce57..8bed14ca764 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/09/21 16:00:34 taca Exp $ +# $NetBSD: Makefile,v 1.30 2013/11/07 04:23:58 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.9.4 +BIND_VERSION= 9.9.4-P1 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/distinfo b/net/bind99/distinfo index 58f965c8862..1ef6bf13c29 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2013/09/21 16:00:34 taca Exp $ +$NetBSD: distinfo,v 1.21 2013/11/07 04:23:58 taca Exp $ -SHA1 (bind-9.9.4.tar.gz) = d7be390e6c2546f37a7280e1975e1cd134565f62 -RMD160 (bind-9.9.4.tar.gz) = 1704873aac007c084ee8eda804de1d213ae8cb2b -Size (bind-9.9.4.tar.gz) = 7513017 bytes +SHA1 (bind-9.9.4-P1.tar.gz) = 35dd28de21626fd6327230c38d0f164dd2263bed +RMD160 (bind-9.9.4-P1.tar.gz) = 892895d0b6eaf9c9a3ef56f61c1004ea5409f5c7 +Size (bind-9.9.4-P1.tar.gz) = 7512868 bytes SHA1 (patch-bin_dig_dighost.c) = d53f6ebbc878b21ba1415d974341340f56b69cb0 SHA1 (patch-bin_tests_system_Makefile.in) = 5701c49d7177fccae6c08a2176988e30a3cf58a0 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |