diff options
author | taca <taca@pkgsrc.org> | 2015-12-16 00:31:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-16 00:31:22 +0000 |
commit | 3f97f4afbf9957d9cc96b4f30f3943c74c9b1765 (patch) | |
tree | 6f0eb48be73ce9c798a656ad8c51b7a985f82d6b /net | |
parent | dcd38eacbe76bddaac20bc7f85c35afbb9909c87 (diff) | |
download | pkgsrc-3f97f4afbf9957d9cc96b4f30f3943c74c9b1765.tar.gz |
Update bind910 package to 9.10.3pl2 (BIND 9.10.3-P2), security release.
--- 9.10.3-P2 released ---
4270. [security] Update allowed OpenSSL versions as named is
potentially vulnerable to CVE-2015-3193.
4261. [maint] H.ROOT-SERVERS.NET is 198.97.190.53 and 2001:500:1::53.
[RT #40556]
4260. [security] 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. (CVE-2015-8000) [RT #40987]
4253. [security] Address fetch context reference count handling error
on socket error. (CVE-2015-8461) [RT#40945]
--- 9.10.3-P1 (withdrawn) ---
Diffstat (limited to 'net')
-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 80d3b3d39a8..2efef52be36 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/12/13 17:35:22 taca Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/16 00:31:22 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 +BIND_VERSION= 9.10.3-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind910/distinfo b/net/bind910/distinfo index aa3731453d9..f845703cb46 100644 --- a/net/bind910/distinfo +++ b/net/bind910/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2015/12/13 17:35:22 taca Exp $ +$NetBSD: distinfo,v 1.13 2015/12/16 00:31:22 taca Exp $ -SHA1 (bind-9.10.3.tar.gz) = 44db4949dc63fc7c4c50d1cd3bb978648ceacdd7 -RMD160 (bind-9.10.3.tar.gz) = 5520c961621846d3ea8aa941353346a2cc0907c8 -SHA512 (bind-9.10.3.tar.gz) = 4dd6b298496cb451d8ccc0c1360f7bcfcd4f3180097c7fe4af33bffb8f8d38808e56bcc008d009deb5c8f1e612a2c6c00154b822df94a709195a3abf63e98f99 -Size (bind-9.10.3.tar.gz) = 8552545 bytes +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 (patch-bin_dig_dighost.c) = 983e23a30d519982cbe88ed2277fcffc9cad616e SHA1 (patch-bin_tests_system_Makefile.in) = aeb2de1b6c6cfdbae7ffbf38aeebf52e94af9e2f SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |