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.2pl1 (BIND 9.10.2-P1).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d21a65285e3a
branches:  trunk
changeset: 653006:d21a65285e3a
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 11 14:58:46 2015 +0000

description:
Update bind910 to 9.10.2pl1 (BIND 9.10.2-P1).

        --- 9.10.2-P1 released ---

4134.   [cleanup]       Include client-ip rules when logging the number
                        of RPZ rules of each type. [RT #39670]

4131.   [bug]           Addressed further problems with reloading RPZ
                        zones. [RT #39649]

4126.   [bug]           Addressed a regression introduced in change #4121.
                        [RT #39611]

4122.   [bug]           The server could match a shorter prefix than what was
                        available in CLIENT-IP policy triggers, and so, an
                        unexpected action could be taken. This has been
                        corrected. [RT #39481]

4121.   [bug]           On servers with one or more policy zones
                        configured as slaves, if a policy zone updated
                        during regular operation (rather than at
                        startup) using a full zone reload, such as via
                        AXFR, a bug could allow the RPZ summary data to
                        fall out of sync, potentially leading to an
                        assertion failure in rpz.c when further
                        incremental updates were made to the zone, such
                        as via IXFR. [RT #39567]

4120.   [bug]           A bug in RPZ could cause the server to crash if
                        policy zones were updated while recursion was
                        pending for RPZ processing of an active query.
                        [RT #39415]

4116.   [bug]           Fix a bug in RPZ that could cause some policy
                        zones that did not specifically require
                        recursion to be treated as if they did;
                        consequently, setting qname-wait-recurse no; was
                        sometimes ineffective. [RT #39229]

4063.   [bug]           Asynchronous zone loads were not handled
                        correctly when the zone load was already in
                        progress; this could trigger a crash in zt.c.
                        [RT #37573]

4062.   [bug]           Fix an out-of-bounds read in RPZ code. If the
                        read succeeded, it doesn't result in a bug
                        during operation. If the read failed, named
                        could segfault. [RT #38559]

diffstat:

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

diffs (34 lines):

diff -r 47f0ed47135e -r d21a65285e3a net/bind910/Makefile
--- a/net/bind910/Makefile      Thu Jun 11 14:15:49 2015 +0000
+++ b/net/bind910/Makefile      Thu Jun 11 14:58:46 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/02/26 10:15:02 taca Exp $
+# $NetBSD: Makefile,v 1.7 2015/06/11 14:58:46 taca Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -14,7 +14,7 @@
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.10.2
+BIND_VERSION=  9.10.2-P1
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 47f0ed47135e -r d21a65285e3a net/bind910/distinfo
--- a/net/bind910/distinfo      Thu Jun 11 14:15:49 2015 +0000
+++ b/net/bind910/distinfo      Thu Jun 11 14:58:46 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2015/02/26 10:15:02 taca Exp $
+$NetBSD: distinfo,v 1.6 2015/06/11 14:58:46 taca Exp $
 
-SHA1 (bind-9.10.2.tar.gz) = 4ddb2670976c06af7e86352616383958d82c51ce
-RMD160 (bind-9.10.2.tar.gz) = 62ca38c60b792224e308815f2908b0c588b08c26
-Size (bind-9.10.2.tar.gz) = 8481111 bytes
+SHA1 (bind-9.10.2-P1.tar.gz) = 1c25e0d3faeac4c78ef338e7a6f1145f53d973f3
+RMD160 (bind-9.10.2-P1.tar.gz) = c3212c130892efc5dda37aae570393c22660d91f
+Size (bind-9.10.2-P1.tar.gz) = 8469057 bytes
 SHA1 (patch-bin_dig_dighost.c) = 582fa4c7288e70bcc6ac906e8429cf38e0ad5152
 SHA1 (patch-bin_tests_system_Makefile.in) = 8bb6130981a6ff2ac736cf53a061115782bb65a2
 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2



Home | Main Index | Thread Index | Old Index