summaryrefslogtreecommitdiff
path: root/net/bind96/Makefile
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2012-07-24 21:14:19 +0000
committerspz <spz@pkgsrc.org>2012-07-24 21:14:19 +0000
commitfd8b7b823f7807a4172b5c05e65c7d1bde2c5b55 (patch)
tree6673b4906334c88d6127a08d3290327cc0fc4f37 /net/bind96/Makefile
parentfd7f259975184cb9606bd80f1c421865ffbeb6fb (diff)
downloadpkgsrc-fd8b7b823f7807a4172b5c05e65c7d1bde2c5b55.tar.gz
patch version fixing CVE-2012-3817:
--- 9.6-ESV-R7-P2 released --- 3346. [security] Bad-cache data could be used before it was initialized, causing an assert. [RT #30025] 3343. [bug] Relax isc_random_jitter() REQUIRE tests. [RT #29821] 3342. [bug] Change #3314 broke saving of stub zones to disk resulting in excessive cpu usage in some cases. [RT #29952]
Diffstat (limited to 'net/bind96/Makefile')
-rw-r--r--net/bind96/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile
index 8e31050a5af..61f284ea8a3 100644
--- a/net/bind96/Makefile
+++ b/net/bind96/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2012/06/14 07:45:34 sbd Exp $
+# $NetBSD: Makefile,v 1.28 2012/07/24 21:14:19 spz Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-ESV/.3.1.ESV/:S/-R/./: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}/
@@ -17,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.6-ESV-R7-P1
+BIND_VERSION= 9.6-ESV-R7-P2
.include "../../mk/bsd.prefs.mk"