diff options
author | taca <taca@pkgsrc.org> | 2015-06-11 14:58:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-11 14:58:46 +0000 |
commit | 394e0835b74a319ae37a2df0e673bcab1749e969 (patch) | |
tree | a9c98b29c0c811861fb7a014d40bcacfd6862f8e | |
parent | 22ea3dd91f81703c912bfc85badb91875503fcb2 (diff) | |
download | pkgsrc-394e0835b74a319ae37a2df0e673bcab1749e969.tar.gz |
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]
-rw-r--r-- | net/bind910/Makefile | 4 | ||||
-rw-r--r-- | net/bind910/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index b09191d1330..864560f40b9 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -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 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.10.2 +BIND_VERSION= 9.10.2-P1 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind910/distinfo b/net/bind910/distinfo index 662249aa5bc..17252b3d5c6 100644 --- a/net/bind910/distinfo +++ b/net/bind910/distinfo @@ -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 |