diff options
author | taca <taca@pkgsrc.org> | 2015-02-19 00:37:17 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-19 00:37:17 +0000 |
commit | fc37a728a189b7cd7693eb2c63a6f8f0b83b0b64 (patch) | |
tree | 935f3ddf74b9e83eff38b979ed38707557a7af56 /net | |
parent | ab110c8114cdb19eb5978cdaf9558e9eb3626f97 (diff) | |
download | pkgsrc-fc37a728a189b7cd7693eb2c63a6f8f0b83b0b64.tar.gz |
Update bind910 to 9.10.1pl2 (BIND 9.10.1-P2).
--- 9.10.1-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]
Diffstat (limited to 'net')
-rw-r--r-- | net/bind910/Makefile | 4 | ||||
-rw-r--r-- | net/bind910/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index 0ec082d78ee..d7a4f5e4010 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/12/12 07:47:40 obache Exp $ +# $NetBSD: Makefile,v 1.5 2015/02/19 00:37:17 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.10.1-P1 +BIND_VERSION= 9.10.1-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind910/distinfo b/net/bind910/distinfo index 05dd77f5e55..02b09651d44 100644 --- a/net/bind910/distinfo +++ b/net/bind910/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2014/12/08 21:59:09 taca Exp $ +$NetBSD: distinfo,v 1.4 2015/02/19 00:37:17 taca Exp $ -SHA1 (bind-9.10.1-P1.tar.gz) = 24a81ba458a762c27be47461301fcf336cfb1d43 -RMD160 (bind-9.10.1-P1.tar.gz) = d98d5d14365b7604cb2c5a14664773f7f746bb37 -Size (bind-9.10.1-P1.tar.gz) = 8356463 bytes +SHA1 (bind-9.10.1-P2.tar.gz) = 4a7475b4f2c1d257001ad40653379af52f090666 +RMD160 (bind-9.10.1-P2.tar.gz) = 0148b0a2f7cdd3e144b0a52876a01ca8b6de075b +Size (bind-9.10.1-P2.tar.gz) = 8356565 bytes SHA1 (patch-bin_dig_dighost.c) = 72cb7676cdf9cd4b44bc62c72bcf29127d9fbffe SHA1 (patch-bin_tests_system_Makefile.in) = 8bb6130981a6ff2ac736cf53a061115782bb65a2 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |