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/Makefile | |
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/Makefile')
-rw-r--r-- | net/bind910/Makefile | 5 |
1 files changed, 2 insertions, 3 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" |