diff options
author | taca <taca@pkgsrc.org> | 2016-09-27 17:12:34 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-09-27 17:12:34 +0000 |
commit | cb338d13ebc83fb82b177b4ba41c8c3dbdc9b7fe (patch) | |
tree | 34ff1595c2f5e54b5bbdba3771c075a6d20d1360 /net | |
parent | 06f5fb3c3e03c76d5eab251041c212020640772d (diff) | |
download | pkgsrc-cb338d13ebc83fb82b177b4ba41c8c3dbdc9b7fe.tar.gz |
Update bind910 to 9.10.4pl3 (BIND 9.10.4-P3), fixing CVE-2016-2776.
--- 9.10.4-P3 released ---
4468. [bug] Address ECS option handling issues. [RT #43191]
Note: Only the parts required to restore
interoperation with ECS clients have been
included in this security release. The full
fix is included in BIND 9.10.5.
4467. [security] It was possible to trigger a assertion when rendering
a message. (CVE-2016-2776) [RT #43139]
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 4d4996192e5..f20c44c7c88 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2016/07/19 01:08:05 taca Exp $ +# $NetBSD: Makefile,v 1.24 2016/09/27 17:12:34 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -13,7 +13,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.10.4-P2 +BIND_VERSION= 9.10.4-P3 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind910/distinfo b/net/bind910/distinfo index 34bfc5be941..5707f0ed2f7 100644 --- a/net/bind910/distinfo +++ b/net/bind910/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.18 2016/07/19 01:08:05 taca Exp $ +$NetBSD: distinfo,v 1.19 2016/09/27 17:12:34 taca Exp $ -SHA1 (bind-9.10.4-P2.tar.gz) = b9b944251eeeae6c25b12472c2bac7369501c12c -RMD160 (bind-9.10.4-P2.tar.gz) = 3a34b4d62e5d21873bd9bdcc59f83e16e36e13f8 -SHA512 (bind-9.10.4-P2.tar.gz) = e540d5b69f8859d9a78ec0da1662b7ae5a87ef30ded127c84c198b974c06638ab78e82bab484dc614b313e16076e242645d09f4453f830ded37beecbe13d769e -Size (bind-9.10.4-P2.tar.gz) = 9298010 bytes +SHA1 (bind-9.10.4-P3.tar.gz) = 196a3492bfe55968f8f0dbe15ee643e78a2e9ed6 +RMD160 (bind-9.10.4-P3.tar.gz) = a6519ac19ec05d54ac34df30f76301daa3f7de83 +SHA512 (bind-9.10.4-P3.tar.gz) = 6ffe0b488a5e5c4547723b1570b5b71287fbcb93b54a89d79c43ddd661bbf5c575edc8b4dae275a34916d3951907c2c6a4e58aee1ee9c87a4c3075de4671c124 +Size (bind-9.10.4-P3.tar.gz) = 9299078 bytes SHA1 (patch-bin_dig_dighost.c) = 983e23a30d519982cbe88ed2277fcffc9cad616e SHA1 (patch-bin_tests_system_Makefile.in) = aeb2de1b6c6cfdbae7ffbf38aeebf52e94af9e2f SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |