pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind911 net/bind911: update to 9.11.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ca540760805
branches: trunk
changeset: 335459:1ca540760805
user: taca <taca%pkgsrc.org@localhost>
date: Thu Jun 20 02:13:58 2019 +0000
description:
net/bind911: update to 9.11.8
Update bind911 to 9.11.8 (BIND 9.11.8).
--- 9.11.8 released ---
5244. [security] Fixed a race condition in dns_dispatch_getnext()
that could cause an assertion failure if a
significant number of incoming packets were
rejected. (CVE-2019-6471) [GL #942]
5241. [bug] Fix Ed448 private and public key ASN.1 prefix blobs.
[GL #225]
5237. [bug] Recurse to find the root server list with 'dig +trace'.
[GL #1028]
diffstat:
net/bind911/Makefile | 4 ++--
net/bind911/distinfo | 12 ++++++------
net/bind911/patches/patch-configure | 16 ++++++++--------
3 files changed, 16 insertions(+), 16 deletions(-)
diffs (100 lines):
diff -r 4ccdbb138e39 -r 1ca540760805 net/bind911/Makefile
--- a/net/bind911/Makefile Thu Jun 20 02:09:25 2019 +0000
+++ b/net/bind911/Makefile Thu Jun 20 02:13:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/05/20 16:03:55 taca Exp $
+# $NetBSD: Makefile,v 1.10 2019/06/20 02:13:58 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -14,7 +14,7 @@
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.11.7
+BIND_VERSION= 9.11.8
.include "../../mk/bsd.prefs.mk"
diff -r 4ccdbb138e39 -r 1ca540760805 net/bind911/distinfo
--- a/net/bind911/distinfo Thu Jun 20 02:09:25 2019 +0000
+++ b/net/bind911/distinfo Thu Jun 20 02:13:58 2019 +0000
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.8 2019/05/20 16:03:55 taca Exp $
+$NetBSD: distinfo,v 1.9 2019/06/20 02:13:58 taca Exp $
-SHA1 (bind-9.11.7.tar.gz) = 1c2950cab84d6d41e262f3782875294addaff8be
-RMD160 (bind-9.11.7.tar.gz) = af723a4d7a892efa3e5451b8f6d518e778456071
-SHA512 (bind-9.11.7.tar.gz) = eecf731c55b04f56385cda013c9444ee69c1ea23621fa77fece4389fda12fe5fc3fa43aec0d6cc5a2947eb90fb16a6c4d366a30dfc80f5d222e11ae1f059e665
-Size (bind-9.11.7.tar.gz) = 8124611 bytes
+SHA1 (bind-9.11.8.tar.gz) = bad67b2c57cd33f055c81d0399022f65f4a3fa0f
+RMD160 (bind-9.11.8.tar.gz) = ffd9c25e8af105b5148cc27053c149559f8e45e1
+SHA512 (bind-9.11.8.tar.gz) = 0192d6e087cdbdebec171869d908c4326c2575d65ee5367a78ed9da26de357e017b0306349d66a6016a7ec80ad27f5f7f9f2db25002c6d0c78589dc473a015fc
+Size (bind-9.11.8.tar.gz) = 8119490 bytes
SHA1 (patch-bin_named_server.c) = 0294d74eb3039049c4672a3de6eb371407bb382d
SHA1 (patch-bin_pkcs11_pkcs11-keygen.c) = ca2671a5e3216a08a212cf893e070b01705ef9ee
SHA1 (patch-bin_tests_system_metadata_tests.sh) = d01a492d0b7738760bdbff714248e279a78fef28
SHA1 (patch-config.threads.in) = 8341bdb11888d3efdde5f115de91b1f46aa40bd0
-SHA1 (patch-configure) = 16940ddefa25d393f8df57e52406b2381ba33d83
+SHA1 (patch-configure) = 90a15a138931a27bc5b25cac47ca6c277d4bf43f
SHA1 (patch-contrib_dlz_config.dlz.in) = 6c53d61aaaf1a952a867e4c4da0194db94f511d7
SHA1 (patch-lib_dns_rbt.c) = 8af91b6d40b591d28d15f7f98c9b7a82df234381
SHA1 (patch-lib_dns_view.c) = 39e71fe6a407e4f9bee49b1ee25adfa0ba74b338
diff -r 4ccdbb138e39 -r 1ca540760805 net/bind911/patches/patch-configure
--- a/net/bind911/patches/patch-configure Thu Jun 20 02:09:25 2019 +0000
+++ b/net/bind911/patches/patch-configure Thu Jun 20 02:13:58 2019 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-configure,v 1.3 2019/05/20 16:03:55 taca Exp $
+$NetBSD: patch-configure,v 1.4 2019/06/20 02:13:58 taca Exp $
* Add DragonFly support.
* Use proper link options for NetBSD.
* Link proper postgresql library.
---- configure.orig 2019-05-10 05:03:58.000000000 +0000
+--- configure.orig 2019-06-04 16:01:00.000000000 +0000
+++ configure
-@@ -15470,6 +15470,8 @@ case $host in
+@@ -15481,6 +15481,8 @@ case $host in
use_threads=false ;;
*-freebsd*)
use_threads=true ;;
@@ -15,7 +15,7 @@
*-bsdi[234]*)
# Thread signals do not work reliably on some versions of BSD/OS.
use_threads=false ;;
-@@ -18023,27 +18025,10 @@ case "$use_libjson" in
+@@ -18034,27 +18036,10 @@ case "$use_libjson" in
libjson_libs=""
;;
auto|yes)
@@ -47,7 +47,7 @@
;;
*)
if test -f "${use_libjson}/include/json/json.h"
-@@ -23798,7 +23783,7 @@ else
+@@ -23809,7 +23794,7 @@ else
fi
;; #(
@@ -56,7 +56,7 @@
LDFLAGS="${LDFLAGS} -Wl,-E"
SO_CFLAGS="-fpic"
-@@ -23830,9 +23815,9 @@ fi
+@@ -23841,9 +23826,9 @@ fi
;; #(
*-solaris*) :
@@ -67,9 +67,9 @@
+ SO_LDFLAGS="-Xcompiler -shared -Wl,-z -Wl,text"
+ SO_LD="${CC}"
;; #(
- *) :
+ ia64-hp-hpux*) :
-@@ -24082,8 +24067,8 @@ $as_echo "no" >&6; }
+@@ -24099,8 +24084,8 @@ $as_echo "no" >&6; }
fi
if test -n "-L$use_dlz_postgres_lib -lpq"
then
Home |
Main Index |
Thread Index |
Old Index