diff options
author | tron <tron> | 2015-02-19 19:45:02 +0000 |
---|---|---|
committer | tron <tron> | 2015-02-19 19:45:02 +0000 |
commit | a7be942353f3df9fb18b892c71b2650eced12bf2 (patch) | |
tree | 8b6f0c2ea3ab03ab6488cfbc863190c4149aa4d9 | |
parent | bced6cac8a9936097185a267e58759bcdbe55a71 (diff) | |
download | pkgsrc-a7be942353f3df9fb18b892c71b2650eced12bf2.tar.gz |
Pullup ticket #4621 - requested by taca
net/bind99: security update
Revisions pulled up:
- net/bind99/Makefile 1.42
- net/bind99/distinfo 1.27
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Feb 19 00:36:27 UTC 2015
Modified Files:
pkgsrc/net/bind99: Makefile distinfo
Log Message:
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..590328b6617 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.41.2.1 2015/02/19 19:45:02 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.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..cefcd50302b 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.26.2.1 2015/02/19 19:45:02 tron 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 |