diff options
author | taca <taca@pkgsrc.org> | 2015-07-07 22:26:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-07-07 22:26:42 +0000 |
commit | 8e41c2055bf7b77a4c2acb66970c03cc6beaa650 (patch) | |
tree | 37f556b0c6c65ed2cd517f546af2e6f6651480c9 /net/bind910/Makefile | |
parent | 3768c6d8689b757de52964c3d380e3777aafbdf8 (diff) | |
download | pkgsrc-8e41c2055bf7b77a4c2acb66970c03cc6beaa650.tar.gz |
Update bind910 to 9.10.2pl2.
--- 9.10.2-P2 released ---
4138. [bug] An uninitialized value in validator.c could result
in an assertion failure. (CVE-2015-4620) [RT #39795]
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 7cf9e7b933e..2d0a84dbf18 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:50:39 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/07 22:26:42 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.2-P1 +BIND_VERSION= 9.10.2-P2 .include "../../mk/bsd.prefs.mk" |