diff options
author | taca <taca@pkgsrc.org> | 2016-01-20 02:17:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-01-20 02:17:12 +0000 |
commit | 20eb94bd6cc61bc8208946b40da7814af17fb08f (patch) | |
tree | 600f7be34de70ce17f9fb63d70bfda56e5f1ad8c /net/bind99 | |
parent | bb7844acecaf7deb02156c19bbdbb40191b84300 (diff) | |
download | pkgsrc-20eb94bd6cc61bc8208946b40da7814af17fb08f.tar.gz |
Update bind99 to 9.9.8pl3 (BIND 9.9.8-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]
* 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/bind99')
-rw-r--r-- | net/bind99/Makefile | 4 | ||||
-rw-r--r-- | net/bind99/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index d2f7171d02b..1d3fecefa1e 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2015/12/16 00:32:06 taca Exp $ +# $NetBSD: Makefile,v 1.51 2016/01/20 02:17:12 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.9.8-P2 +BIND_VERSION= 9.9.8-P3 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/distinfo b/net/bind99/distinfo index f08bc9fcaaa..e9a4fd5badd 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.35 2015/12/16 00:32:06 taca Exp $ +$NetBSD: distinfo,v 1.36 2016/01/20 02:17:12 taca Exp $ -SHA1 (bind-9.9.8-P2.tar.gz) = 4e4c8f2bbc20cd93465443e98a42de1bc17722d3 -RMD160 (bind-9.9.8-P2.tar.gz) = 6527b86cbb67e88f879240289231f25b1c35fd2c -SHA512 (bind-9.9.8-P2.tar.gz) = b3983f380ee27ccae30021087ade817f7d6708f3606c64398ef8d1625591859c2ecf7fe4f67e84bb5af3600a532b1ec045429fd47defe232c61395eae661ca67 -Size (bind-9.9.8-P2.tar.gz) = 7996912 bytes +SHA1 (bind-9.9.8-P3.tar.gz) = 31ea50c3f2e5eedb9f3c53cb08842c1966ff9b84 +RMD160 (bind-9.9.8-P3.tar.gz) = 8ab62bac53d0b82c119433649535c399c2497ecb +SHA512 (bind-9.9.8-P3.tar.gz) = b281c1c45113716fc09869583c67d519984c5d2527b12e8282067d748b8ed16954c4eab9c1365b8f1fbdcb874da9d627e9ee183a1c4259a2208d4a549b24f048 +Size (bind-9.9.8-P3.tar.gz) = 7998476 bytes SHA1 (patch-bin_dig_dighost.c) = a4bc9558c5dbedcc6bb0f87ea309358ca098d42a SHA1 (patch-bin_tests_system_Makefile.in) = 19d90050acfbe3da838dbd4c1436b5581039b71f SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |