diff options
author | taca <taca@pkgsrc.org> | 2016-01-20 02:15:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-01-20 02:15:58 +0000 |
commit | bb7844acecaf7deb02156c19bbdbb40191b84300 (patch) | |
tree | 70b80b5f9b7d2cb0fddfe8a1a5057a46589d5505 /net/bind910 | |
parent | 042c5882e618ac9ddf794bfc49beadb77660b1ec (diff) | |
download | pkgsrc-bb7844acecaf7deb02156c19bbdbb40191b84300.tar.gz |
Update bind910 to 9.10.3pl3 (BIND 9.10.3-P3).
Security Fixes
* Specific APL data could trigger an INSIST. This flaw was discovered
by Brian Mitchell and is disclosed in CVE-2015-8704. [RT #41396]
* Certain errors that could be encountered when printing out or
logging an OPT record containing a CLIENT-SUBNET option could be
mishandled, resulting in an assertion failure. This flaw was
discovered by Brian Mitchell and is disclosed in CVE-2015-8705. [RT
#41397]
* Named is potentially vulnerable to the OpenSSL vulnerabilty
described in CVE-2015-3193.
* Insufficient testing when parsing a message allowed records with an
incorrect class to be be accepted, triggering a REQUIRE failure
when those records were subsequently cached. This flaw is disclosed
in CVE-2015-8000. [RT #40987]
* Incorrect reference counting could result in an INSIST failure if a
socket error occurred while performing a lookup. This flaw is
disclosed in CVE-2015-8461. [RT#40945]
New Features
* None.
Feature Changes
* Updated the compiled in addresses for H.ROOT-SERVERS.NET.
Bug Fixes
* Authoritative servers that were marked as bogus (e.g. blackholed in
configuration or with invalid addresses) were being queried anyway.
[RT #41321]
Diffstat (limited to 'net/bind910')
-rw-r--r-- | net/bind910/Makefile | 4 | ||||
-rw-r--r-- | net/bind910/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index 2efef52be36..4b2e0b6f091 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/12/16 00:31:22 taca Exp $ +# $NetBSD: Makefile,v 1.15 2016/01/20 02:15:58 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.3-P2 +BIND_VERSION= 9.10.3-P3 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind910/distinfo b/net/bind910/distinfo index f845703cb46..abbcc2db683 100644 --- a/net/bind910/distinfo +++ b/net/bind910/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2015/12/16 00:31:22 taca Exp $ +$NetBSD: distinfo,v 1.14 2016/01/20 02:15:58 taca Exp $ -SHA1 (bind-9.10.3-P2.tar.gz) = c23663a9b464cff6f2279e80513ef97f9fe5803b -RMD160 (bind-9.10.3-P2.tar.gz) = 34e3f033fb177dd37868176fb2729f52da8311a9 -SHA512 (bind-9.10.3-P2.tar.gz) = 21905cdff464f9ff275b87744433970d4a80faa6d9245c66c092421a45e89e438bd78f3bfe0d795964312f072c936e44eb6867b72decbba86821619180ced210 -Size (bind-9.10.3-P2.tar.gz) = 8523719 bytes +SHA1 (bind-9.10.3-P3.tar.gz) = 393556621daf88647b0a8db86d12fe5d38d3f07d +RMD160 (bind-9.10.3-P3.tar.gz) = 4f5e8f74a750e42d4b6b0d07c19071dba68db80d +SHA512 (bind-9.10.3-P3.tar.gz) = 3f42e8646d84dd68ad99290697de45cac19c40a17bda528eddfd03fad612ca5d1970847910e2d7f45e2fbe5e626879c323405bc6b50993ae6b11b8e75aa597f8 +Size (bind-9.10.3-P3.tar.gz) = 8527540 bytes SHA1 (patch-bin_dig_dighost.c) = 983e23a30d519982cbe88ed2277fcffc9cad616e SHA1 (patch-bin_tests_system_Makefile.in) = aeb2de1b6c6cfdbae7ffbf38aeebf52e94af9e2f SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |