pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a793b7663180
branches:  trunk
changeset: 642977:a793b7663180
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Dec 08 21:59:09 2014 +0000

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

diffstat:

 net/bind910/Makefile |  4 ++--
 net/bind910/PLIST    |  3 ++-
 net/bind910/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (51 lines):

diff -r ca4be6fd9db9 -r a793b7663180 net/bind910/Makefile
--- a/net/bind910/Makefile      Mon Dec 08 21:58:18 2014 +0000
+++ b/net/bind910/Makefile      Mon Dec 08 21:59:09 2014 +0000
@@ -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 @@
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.10.1
+BIND_VERSION=  9.10.1-P1
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r ca4be6fd9db9 -r a793b7663180 net/bind910/PLIST
--- a/net/bind910/PLIST Mon Dec 08 21:58:18 2014 +0000
+++ b/net/bind910/PLIST Mon Dec 08 21:59:09 2014 +0000
@@ -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/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 -r ca4be6fd9db9 -r a793b7663180 net/bind910/distinfo
--- a/net/bind910/distinfo      Mon Dec 08 21:58:18 2014 +0000
+++ b/net/bind910/distinfo      Mon Dec 08 21:59:09 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index