diff options
author | taca <taca@pkgsrc.org> | 2015-02-19 00:36:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-19 00:36:27 +0000 |
commit | ab110c8114cdb19eb5978cdaf9558e9eb3626f97 (patch) | |
tree | 9f2fd2cd0fc0da94bf725d4aece5610a3ad20866 | |
parent | 756352dce5f75a0bda9fc51f480e5750b464a438 (diff) | |
download | pkgsrc-ab110c8114cdb19eb5978cdaf9558e9eb3626f97.tar.gz |
Update bind99 to 9.9.6pl2 (BIND 9.9.6-P2).
--- 9.9.6-P2 released ---
4053. [security] Revoking a managed trust anchor and supplying
an untrusted replacement could cause named
to crash with an assertion failure.
(CVE-2015-1349) [RT #38344]
4027. [port] Net::DNS 0.81 compatibility. [RT #38165]
-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 10efb4eb887..c41e16c9c3f 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/12/12 07:39:32 obache Exp $ +# $NetBSD: Makefile,v 1.42 2015/02/19 00:36:27 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.6-P1 +BIND_VERSION= 9.9.6-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/distinfo b/net/bind99/distinfo index 647eb6e1340..c60d86b9712 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2014/12/08 21:58:18 taca Exp $ +$NetBSD: distinfo,v 1.27 2015/02/19 00:36:27 taca Exp $ -SHA1 (bind-9.9.6-P1.tar.gz) = c2c276dd1f205924662bd94242a8776ea29c4e3b -RMD160 (bind-9.9.6-P1.tar.gz) = faaeaadc9b1b6245665e98392e9fd0c44cf660fd -Size (bind-9.9.6-P1.tar.gz) = 7816337 bytes +SHA1 (bind-9.9.6-P2.tar.gz) = 19b53e60ed632f2063b2d630eabfb7234900bca6 +RMD160 (bind-9.9.6-P2.tar.gz) = 5f1d21a0f4d31ebdcc514dae17b14d30c43422c7 +Size (bind-9.9.6-P2.tar.gz) = 7816640 bytes SHA1 (patch-bin_dig_dighost.c) = 72cb7676cdf9cd4b44bc62c72bcf29127d9fbffe SHA1 (patch-bin_tests_system_Makefile.in) = 483fca89658263f5c1f974ce1151721835355aa8 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |