diff options
author | taca <taca@pkgsrc.org> | 2014-12-08 21:58:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-12-08 21:58:18 +0000 |
commit | f9962b54b359ee60b6e56b915ab84463466f2726 (patch) | |
tree | 77b578b02e2ff5020fa9a8426575057913c8f33a | |
parent | 454d79126f6cdf7b9af3556db372867b4e0d5369 (diff) | |
download | pkgsrc-f9962b54b359ee60b6e56b915ab84463466f2726.tar.gz |
Update bind99 to 9.9.6p1 (BIND 9.9.6-P1).
--- 9.9.6-P1 released ---
4006. [security] A flaw in delegation handling could be exploited
to put named into an infinite loop. This has
been addressed by placing limits on the number
of levels of recursion named will allow (default 7),
and the number of iterative queries that it will
send (default 50) before terminating a recursive
query (CVE-2014-8500).
The recursion depth limit is configured via the
"max-recursion-depth" option, and the query limit
via the "max-recursion-queries" option. [RT #37580]
-rw-r--r-- | net/bind99/Makefile | 4 | ||||
-rw-r--r-- | net/bind99/PLIST | 3 | ||||
-rw-r--r-- | net/bind99/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index b9c6cb2e048..cefcd77eec1 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/10/14 16:21:02 taca Exp $ +# $NetBSD: Makefile,v 1.40 2014/12/08 21:58:18 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.6 +BIND_VERSION= 9.9.6-P1 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/PLIST b/net/bind99/PLIST index 439034ca3e5..7988cd8dcab 100644 --- a/net/bind99/PLIST +++ b/net/bind99/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2014/10/14 16:21:02 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2014/12/08 21:58:18 taca Exp $ bin/bind9-config bin/dig bin/host @@ -114,6 +114,7 @@ include/isc/buffer.h include/isc/bufferlist.h include/isc/commandline.h include/isc/condition.h +include/isc/counter.h include/isc/dir.h include/isc/entropy.h include/isc/error.h diff --git a/net/bind99/distinfo b/net/bind99/distinfo index e5566b7f0ea..647eb6e1340 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2014/10/14 16:21:02 taca Exp $ +$NetBSD: distinfo,v 1.26 2014/12/08 21:58:18 taca Exp $ -SHA1 (bind-9.9.6.tar.gz) = 77f1289936543b8eddbc874ea905ae055687ad78 -RMD160 (bind-9.9.6.tar.gz) = 1b9d2f3785bd9de7587b8da2be4aa1c893d9fd2b -Size (bind-9.9.6.tar.gz) = 7811896 bytes +SHA1 (bind-9.9.6-P1.tar.gz) = c2c276dd1f205924662bd94242a8776ea29c4e3b +RMD160 (bind-9.9.6-P1.tar.gz) = faaeaadc9b1b6245665e98392e9fd0c44cf660fd +Size (bind-9.9.6-P1.tar.gz) = 7816337 bytes SHA1 (patch-bin_dig_dighost.c) = 72cb7676cdf9cd4b44bc62c72bcf29127d9fbffe SHA1 (patch-bin_tests_system_Makefile.in) = 483fca89658263f5c1f974ce1151721835355aa8 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |