diff options
author | tron <tron> | 2015-02-19 20:56:59 +0000 |
---|---|---|
committer | tron <tron> | 2015-02-19 20:56:59 +0000 |
commit | 22a428e77feb315c0df3fc255d5115a7a7d767d5 (patch) | |
tree | b760e37d036de0c939f93d0ca7820c1dc22d257c | |
parent | dc954537d08b6dc6269dcbbb2d46f12c5873278c (diff) | |
download | pkgsrc-22a428e77feb315c0df3fc255d5115a7a7d767d5.tar.gz |
Pullup ticket #4622 - requested by taca
net/bind910: security update
Revisions pulled up:
- net/bind910/Makefile 1.5
- net/bind910/distinfo 1.4
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Feb 19 00:37:17 UTC 2015
Modified Files:
pkgsrc/net/bind910: Makefile distinfo
Log Message:
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]
-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..c39f9e514c3 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.4.2.1 2015/02/19 20:56:59 tron 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..272f69b0b7c 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.3.2.1 2015/02/19 20:56:59 tron 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 |