pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind99 net/bind99: update to 9.9.13
details: https://anonhg.NetBSD.org/pkgsrc/rev/80b2d06e8843
branches: trunk
changeset: 310372:80b2d06e8843
user: taca <taca%pkgsrc.org@localhost>
date: Sat Jul 14 03:56:27 2018 +0000
description:
net/bind99: update to 9.9.13
This release contains security fix for CVE-2018-5738 and several bug fixes.
For more detail, please refer CHANGES file.
diffstat:
net/bind99/Makefile | 4 ++--
net/bind99/distinfo | 12 ++++++------
net/bind99/patches/patch-bin_tests_system_metadata_tests.sh | 10 +++++-----
3 files changed, 13 insertions(+), 13 deletions(-)
diffs (64 lines):
diff -r 74c108310f97 -r 80b2d06e8843 net/bind99/Makefile
--- a/net/bind99/Makefile Sat Jul 14 03:55:41 2018 +0000
+++ b/net/bind99/Makefile Sat Jul 14 03:56:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2018/03/24 15:03:54 taca Exp $
+# $NetBSD: Makefile,v 1.74 2018/07/14 03:56:27 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -14,7 +14,7 @@
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.9.12
+BIND_VERSION= 9.9.13
.include "../../mk/bsd.prefs.mk"
diff -r 74c108310f97 -r 80b2d06e8843 net/bind99/distinfo
--- a/net/bind99/distinfo Sat Jul 14 03:55:41 2018 +0000
+++ b/net/bind99/distinfo Sat Jul 14 03:56:27 2018 +0000
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.51 2018/03/24 15:03:54 taca Exp $
+$NetBSD: distinfo,v 1.52 2018/07/14 03:56:27 taca Exp $
-SHA1 (bind-9.9.12.tar.gz) = 4b6cc262c538fcbf11e9ac4ceea3047d93972dea
-RMD160 (bind-9.9.12.tar.gz) = a31d564f81d9d94fa2293414e30f5e5633b12a42
-SHA512 (bind-9.9.12.tar.gz) = 41929804bdb4db003fad407f38d20e7d7a85e23a13a5cf81fb96c226cac71988c5433f1ef22e44ea73b0d57259a45ef16ee73e23637e87c7c2ebdf121a5e4c1b
-Size (bind-9.9.12.tar.gz) = 8694636 bytes
+SHA1 (bind-9.9.13.tar.gz) = 61726bc33434ed811739b2513d14b9f138a87129
+RMD160 (bind-9.9.13.tar.gz) = b3e035037fb0396ff65800ea94fc606848afd0ea
+SHA512 (bind-9.9.13.tar.gz) = 39d7cafd7cdc6e791b7a5cc847f01ad754ff18f1e4a9c4f5c453ae378329688277530cba9fb8ca379d8c81be2fd9fc912d686eb256070a303d6232fe2b1a4ea0
+Size (bind-9.9.13.tar.gz) = 8752488 bytes
SHA1 (patch-bin_dig_dighost.c) = a4bc9558c5dbedcc6bb0f87ea309358ca098d42a
SHA1 (patch-bin_tests_system_Makefile.in) = 96dac694cba8dd60bce9df23bab295c0be2f9e9a
-SHA1 (patch-bin_tests_system_metadata_tests.sh) = d1a28605baa79d74d5b98ef9d5fc479596d0c52d
+SHA1 (patch-bin_tests_system_metadata_tests.sh) = b84cfd9b005b8a8bd7e7e975a276d9c99f5a780a
SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2
SHA1 (patch-configure) = 1e86fab1a82f237dfc7f1a3c09e4ef6095bf973e
SHA1 (patch-contrib_dlz_config.dlz.in) = f18bec63fbfce7cb2cd72929058ce3770fce458f
diff -r 74c108310f97 -r 80b2d06e8843 net/bind99/patches/patch-bin_tests_system_metadata_tests.sh
--- a/net/bind99/patches/patch-bin_tests_system_metadata_tests.sh Sat Jul 14 03:55:41 2018 +0000
+++ b/net/bind99/patches/patch-bin_tests_system_metadata_tests.sh Sat Jul 14 03:56:27 2018 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-bin_tests_system_metadata_tests.sh,v 1.1 2018/03/24 15:03:54 taca Exp $
+$NetBSD: patch-bin_tests_system_metadata_tests.sh,v 1.2 2018/07/14 03:56:27 taca Exp $
* Avoid using "==" for argument of test(1).
---- bin/tests/system/metadata/tests.sh.orig 2018-03-08 20:56:13.000000000 +0000
+--- bin/tests/system/metadata/tests.sh.orig 2018-07-03 05:28:20.000000000 +0000
+++ bin/tests/system/metadata/tests.sh
-@@ -146,7 +146,7 @@ status=`expr $status + $ret`
+@@ -144,7 +144,7 @@ status=`expr $status + $ret`
- echo "I:checking warning about permissions change on key with dnssec-settime ($n)"
+ echo_i "checking warning about permissions change on key with dnssec-settime ($n)"
uname=`uname -o 2> /dev/null`
-if [ Cygwin == "$uname" ]; then
+if [ Cygwin = "$uname" ]; then
- echo "I: Cygwin detected, skipping"
+ echo_i "Cygwin detected, skipping"
else
ret=0
Home |
Main Index |
Thread Index |
Old Index