diff options
author | taca <taca@pkgsrc.org> | 2014-12-08 21:59:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-12-08 21:59:09 +0000 |
commit | 8d1c6e3e0ca3456e49230beb140144fc6d6b71b4 (patch) | |
tree | fab5839e6d8df0bda3112fbf811e2056dc0213d4 | |
parent | f9962b54b359ee60b6e56b915ab84463466f2726 (diff) | |
download | pkgsrc-8d1c6e3e0ca3456e49230beb140144fc6d6b71b4.tar.gz |
Update bind910 to 9.10.1pl1 (BIND 9.10.1-P1).
--- 9.10.1-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]
4003. [security] When geoip-directory was reconfigured during
named run-time, the previously loaded GeoIP
data could remain, potentially causing wrong
ACLs to be used or wrong results to be served
based on geolocation (CVE-2014-8680). [RT #37720]
4002. [security] Lookups in GeoIP databases that were not
loaded could cause an assertion failure
(CVE-2014-8680). [RT #37679]
4001. [security] The caching of GeoIP lookups did not always
handle address families correctly, potentially
resulting in an assertion failure (CVE-2014-8680).
[RT #37672]
-rw-r--r-- | net/bind910/Makefile | 4 | ||||
-rw-r--r-- | net/bind910/PLIST | 3 | ||||
-rw-r--r-- | net/bind910/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index a9f3bb1afeb..a8b63d390ab 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/10/14 16:23:19 taca Exp $ +# $NetBSD: Makefile,v 1.3 2014/12/08 21:59:09 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.10.1 +BIND_VERSION= 9.10.1-P1 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind910/PLIST b/net/bind910/PLIST index fa2334d19d0..ac3b7f2ed84 100644 --- a/net/bind910/PLIST +++ b/net/bind910/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2014/10/14 16:23:19 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/12/08 21:59:09 taca Exp $ bin/bind9-config bin/delv bin/dig @@ -124,6 +124,7 @@ include/isc/buffer.h include/isc/bufferlist.h include/isc/commandline.h include/isc/condition.h +include/isc/counter.h include/isc/crc64.h include/isc/dir.h include/isc/entropy.h diff --git a/net/bind910/distinfo b/net/bind910/distinfo index 16ac51c82f1..05dd77f5e55 100644 --- a/net/bind910/distinfo +++ b/net/bind910/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2014/10/14 16:23:19 taca Exp $ +$NetBSD: distinfo,v 1.3 2014/12/08 21:59:09 taca Exp $ -SHA1 (bind-9.10.1.tar.gz) = 96aa28c6112c6a8c33a19efeac98c715f03b35ca -RMD160 (bind-9.10.1.tar.gz) = 5bc833a729a4d94c3d85af17d1452d15ea605c3c -Size (bind-9.10.1.tar.gz) = 8353313 bytes +SHA1 (bind-9.10.1-P1.tar.gz) = 24a81ba458a762c27be47461301fcf336cfb1d43 +RMD160 (bind-9.10.1-P1.tar.gz) = d98d5d14365b7604cb2c5a14664773f7f746bb37 +Size (bind-9.10.1-P1.tar.gz) = 8356463 bytes SHA1 (patch-bin_dig_dighost.c) = 72cb7676cdf9cd4b44bc62c72bcf29127d9fbffe SHA1 (patch-bin_tests_system_Makefile.in) = 8bb6130981a6ff2ac736cf53a061115782bb65a2 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |