diff options
author | taca <taca> | 2015-07-28 22:35:36 +0000 |
---|---|---|
committer | taca <taca> | 2015-07-28 22:35:36 +0000 |
commit | b63905cbf52f1ff64e9c5a3bc6558460a5bc14f0 (patch) | |
tree | d6c63c5cf9d45d6eabaed590df5b27d6eabdabc8 /net/bind99 | |
parent | ca7d1f2bf91447ecbb20f9213b515cb8f74a2e4a (diff) | |
download | pkgsrc-b63905cbf52f1ff64e9c5a3bc6558460a5bc14f0.tar.gz |
Update bind99 to 9.9.7pl2 (BIND 9.9.7-P2).
--- 9.9.7-P2 released ---
4165. [security] A failure to reset a value to NULL in tkey.c could
result in an assertion failure. (CVE-2015-5477)
[RT #40046]
Diffstat (limited to 'net/bind99')
-rw-r--r-- | net/bind99/Makefile | 4 | ||||
-rw-r--r-- | net/bind99/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 07ea0b4865b..9bbf50cf433 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2015/07/07 22:25:35 taca Exp $ +# $NetBSD: Makefile,v 1.46 2015/07/28 22:35:36 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.9.7-P1 +BIND_VERSION= 9.9.7-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/distinfo b/net/bind99/distinfo index b1f564fe9bc..ac3dfcdb12b 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2015/07/07 22:25:35 taca Exp $ +$NetBSD: distinfo,v 1.30 2015/07/28 22:35:36 taca Exp $ -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 (bind-9.9.7-P2.tar.gz) = 2c3620765911c154340f4d19ec5c8978edb84942 +RMD160 (bind-9.9.7-P2.tar.gz) = a6d2c6738281895a6ed87e5a168c7e35e7fc5fac +Size (bind-9.9.7-P2.tar.gz) = 7935877 bytes SHA1 (patch-bin_dig_dighost.c) = a18a3d98c85ce8962024d53e01159fd95f99cae4 SHA1 (patch-bin_tests_system_Makefile.in) = 483fca89658263f5c1f974ce1151721835355aa8 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |