diff options
author | taca <taca@pkgsrc.org> | 2015-07-07 22:25:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-07-07 22:25:35 +0000 |
commit | 3768c6d8689b757de52964c3d380e3777aafbdf8 (patch) | |
tree | 1a6a101f1caeee62ef28a4d05cf00c0c4eea96a5 /net | |
parent | 55eecc0d7682b514a77646394f638890902fadaf (diff) | |
download | pkgsrc-3768c6d8689b757de52964c3d380e3777aafbdf8.tar.gz |
Update bind99 to 9.9.7pl1 (BIND 9.9.7-P1).
--- 9.9.7-P1 released ---
4138. [bug] An uninitialized value in validator.c could result
in an assertion failure. (CVE-2015-4620) [RT #39795]
Diffstat (limited to 'net')
-rw-r--r-- | net/bind99/Makefile | 5 | ||||
-rw-r--r-- | net/bind99/distinfo | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 987ea48bde5..07ea0b4865b 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2015/06/12 10:50:40 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/07/07 22:25:35 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.9.7 +BIND_VERSION= 9.9.7-P1 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/distinfo b/net/bind99/distinfo index 0f8fd5d8778..b1f564fe9bc 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.28 2015/02/26 10:14:10 taca Exp $ +$NetBSD: distinfo,v 1.29 2015/07/07 22:25:35 taca Exp $ -SHA1 (bind-9.9.7.tar.gz) = 8a02c5e67b4d6cb49fd896bb5c56e605cac8c992 -RMD160 (bind-9.9.7.tar.gz) = c66e0b43695616adffee4602af324c0e4cbab7c6 -Size (bind-9.9.7.tar.gz) = 7960032 bytes +SHA1 (bind-9.9.7-P1.tar.gz) = 09221477c6e4db89eef568a27489d000393c2b25 +RMD160 (bind-9.9.7-P1.tar.gz) = 5d7a7b7cacfe8ff960ebce90187b699ca051560d +Size (bind-9.9.7-P1.tar.gz) = 7935246 bytes SHA1 (patch-bin_dig_dighost.c) = a18a3d98c85ce8962024d53e01159fd95f99cae4 -SHA1 (patch-bin_named_config.c) = da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA1 (patch-bin_tests_system_Makefile.in) = 483fca89658263f5c1f974ce1151721835355aa8 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 SHA1 (patch-configure) = d3d9b8e531fbaad3ab42a86735cc01d5d4fbcdf0 |