diff options
author | taca <taca@pkgsrc.org> | 2016-03-10 00:48:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-03-10 00:48:41 +0000 |
commit | 7d8ca517985a2bd99a91635c0a779cae7516a2f1 (patch) | |
tree | 574f3c755f8955a13fec54f133426a1f2d4e0896 /net/bind910 | |
parent | 7ba1a0e40a352b76ddedc293a45bf6f90bcbb2d2 (diff) | |
download | pkgsrc-7d8ca517985a2bd99a91635c0a779cae7516a2f1.tar.gz |
Update bind910 to 9.10.3pl4 (BIND 9.10.3-P4), security release.
--- 9.10.3-P4 released ---
4322. [security] Duplicate EDNS COOKIE options in a response could
trigger an assertion failure. (CVE-2016-2088)
[RT #41809]
4319. [security] Fix resolver assertion failure due to improper
DNAME handling when parsing fetch reply messages.
(CVE-2016-1286) [RT #41753]
4318. [security] Malformed control messages can trigger assertions
in named and rndc. (CVE-2016-1285) [RT #41666]
Diffstat (limited to 'net/bind910')
-rw-r--r-- | net/bind910/Makefile | 5 | ||||
-rw-r--r-- | net/bind910/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index dda65601674..9dd054f015f 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2016/03/05 11:29:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/03/10 00:48:41 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -15,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.10.3-P3 +BIND_VERSION= 9.10.3-P4 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind910/distinfo b/net/bind910/distinfo index abbcc2db683..1c32d4551f5 100644 --- a/net/bind910/distinfo +++ b/net/bind910/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.14 2016/01/20 02:15:58 taca Exp $ +$NetBSD: distinfo,v 1.15 2016/03/10 00:48:41 taca Exp $ -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 (bind-9.10.3-P4.tar.gz) = c3f87804b2b950a0be8122c41ebbc253d0624786 +RMD160 (bind-9.10.3-P4.tar.gz) = 75af2755febcd4b5a6f1b15c14d76ed4b1b11ba8 +SHA512 (bind-9.10.3-P4.tar.gz) = 9c7b710054cd1230e7e470541a13850def56b2247c404a1800e0d0dad6aba20b3c3c09b1a17cd6017435525e84fa2f7cde40ae13feeeb7747efb26c66961aadd +Size (bind-9.10.3-P4.tar.gz) = 8529535 bytes SHA1 (patch-bin_dig_dighost.c) = 983e23a30d519982cbe88ed2277fcffc9cad616e SHA1 (patch-bin_tests_system_Makefile.in) = aeb2de1b6c6cfdbae7ffbf38aeebf52e94af9e2f SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |