summaryrefslogtreecommitdiff
path: root/net/bind911
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-07-22 22:50:40 +0000
committertaca <taca@pkgsrc.org>2021-07-22 22:50:40 +0000
commit8afd97f31b5c27ec1c7ff40e4f12dc56bde95253 (patch)
tree380d2a5f004c6a79f7e82166eeab316d2589e484 /net/bind911
parent288d7c02456ef922d23b70e0e77dd6152db0c9a4 (diff)
downloadpkgsrc-8afd97f31b5c27ec1c7ff40e4f12dc56bde95253.tar.gz
net/bind911: update to 9.11.34
9.11.34 This maintenance release of BIND 9.11 contains no significant changes, although some minor updates have been made (for example, to fix build issues on Solaris 11).
Diffstat (limited to 'net/bind911')
-rw-r--r--net/bind911/Makefile5
-rw-r--r--net/bind911/distinfo12
-rw-r--r--net/bind911/patches/patch-configure24
3 files changed, 25 insertions, 16 deletions
diff --git a/net/bind911/Makefile b/net/bind911/Makefile
index 04f02231f5b..132af71c05c 100644
--- a/net/bind911/Makefile
+++ b/net/bind911/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2021/06/23 20:33:14 nia Exp $
+# $NetBSD: Makefile,v 1.48 2021/07/22 22:50:40 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= https://downloads.isc.org/isc/bind9/${BIND_VERSION}/
@@ -15,7 +14,7 @@ CONFLICTS+= host-[0-9]*
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.11.33
+BIND_VERSION= 9.11.34
.include "../../mk/bsd.prefs.mk"
diff --git a/net/bind911/distinfo b/net/bind911/distinfo
index 7cae8a6b5dd..364e6bcf330 100644
--- a/net/bind911/distinfo
+++ b/net/bind911/distinfo
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.32 2021/06/17 12:14:45 otis Exp $
+$NetBSD: distinfo,v 1.33 2021/07/22 22:50:40 taca Exp $
-SHA1 (bind-9.11.33.tar.gz) = 4baec56aad75f7243f92ba6d5031720270dacf3d
-RMD160 (bind-9.11.33.tar.gz) = 405a4764ea64a769a17a0330a7874af764bf6bd4
-SHA512 (bind-9.11.33.tar.gz) = aa695803034a4f2f26c0fca5684323d6717b1943e671df20aafa152389369a1b9dc4de273fdcdd5dbcb100dc49bbe3e500f47afacbc18b70fa91bbbeb3060636
-Size (bind-9.11.33.tar.gz) = 8305191 bytes
+SHA1 (bind-9.11.34.tar.gz) = 88e16adfc9fc8cadfe9b85fc6e86e44da14e7f4e
+RMD160 (bind-9.11.34.tar.gz) = 59b7a901217fe8fd44103380be68a5ad2a9f5bb7
+SHA512 (bind-9.11.34.tar.gz) = bf7e21e4bd1137fafc7da2ea1db9a4ab28b40c961925f237208e2794d8056c3a655c67bf6b5bc6ac4092616b266ddea2683ca08ced15ef119a2defaf69aebb64
+Size (bind-9.11.34.tar.gz) = 8307113 bytes
SHA1 (patch-bin_named_Makefile.in) = 3e5b98e3e0bdb701be679d3580d6d2d7609d655b
SHA1 (patch-bin_named_server.c) = 0294d74eb3039049c4672a3de6eb371407bb382d
SHA1 (patch-bin_pkcs11_pkcs11-keygen.c) = ca2671a5e3216a08a212cf893e070b01705ef9ee
SHA1 (patch-config.threads.in) = 8341bdb11888d3efdde5f115de91b1f46aa40bd0
-SHA1 (patch-configure) = 90a15a138931a27bc5b25cac47ca6c277d4bf43f
+SHA1 (patch-configure) = 25883b81834df9c0377578f89e1e1cbd8f25b1cb
SHA1 (patch-contrib_dlz_config.dlz.in) = 6c53d61aaaf1a952a867e4c4da0194db94f511d7
SHA1 (patch-lib_dns_rbt.c) = 8af91b6d40b591d28d15f7f98c9b7a82df234381
SHA1 (patch-lib_dns_view.c) = 39e71fe6a407e4f9bee49b1ee25adfa0ba74b338
diff --git a/net/bind911/patches/patch-configure b/net/bind911/patches/patch-configure
index 915a3429284..3aa15ba18ed 100644
--- a/net/bind911/patches/patch-configure
+++ b/net/bind911/patches/patch-configure
@@ -1,12 +1,13 @@
-$NetBSD: patch-configure,v 1.4 2019/06/20 02:13:58 taca Exp $
+$NetBSD: patch-configure,v 1.5 2021/07/22 22:50:40 taca Exp $
* Add DragonFly support.
* Use proper link options for NetBSD.
* Link proper postgresql library.
+* Do not use "==" for test(1).
---- configure.orig 2019-06-04 16:01:00.000000000 +0000
+--- configure.orig 2021-07-09 08:55:20.000000000 +0000
+++ configure
-@@ -15481,6 +15481,8 @@ case $host in
+@@ -16057,6 +16057,8 @@ case $host in
use_threads=false ;;
*-freebsd*)
use_threads=true ;;
@@ -15,7 +16,7 @@ $NetBSD: patch-configure,v 1.4 2019/06/20 02:13:58 taca Exp $
*-bsdi[234]*)
# Thread signals do not work reliably on some versions of BSD/OS.
use_threads=false ;;
-@@ -18034,27 +18036,10 @@ case "$use_libjson" in
+@@ -18720,27 +18722,10 @@ case "$use_libjson" in
libjson_libs=""
;;
auto|yes)
@@ -47,7 +48,7 @@ $NetBSD: patch-configure,v 1.4 2019/06/20 02:13:58 taca Exp $
;;
*)
if test -f "${use_libjson}/include/json/json.h"
-@@ -23809,7 +23794,7 @@ else
+@@ -24492,7 +24477,7 @@ else
fi
;; #(
@@ -56,7 +57,7 @@ $NetBSD: patch-configure,v 1.4 2019/06/20 02:13:58 taca Exp $
LDFLAGS="${LDFLAGS} -Wl,-E"
SO_CFLAGS="-fpic"
-@@ -23841,9 +23826,9 @@ fi
+@@ -24524,9 +24509,9 @@ fi
;; #(
*-solaris*) :
@@ -69,7 +70,7 @@ $NetBSD: patch-configure,v 1.4 2019/06/20 02:13:58 taca Exp $
;; #(
ia64-hp-hpux*) :
-@@ -24099,8 +24084,8 @@ $as_echo "no" >&6; }
+@@ -24786,8 +24771,8 @@ $as_echo "no" >&6; }
fi
if test -n "-L$use_dlz_postgres_lib -lpq"
then
@@ -80,3 +81,12 @@ $NetBSD: patch-configure,v 1.4 2019/06/20 02:13:58 taca Exp $
fi
+@@ -28111,7 +28096,7 @@ report() {
+ echo " localstatedir: $localstatedir"
+ echo "-------------------------------------------------------------------------------"
+ echo "Compiler: $CC"
+- if test "yes" == "$GCC"; then
++ if test "yes" = "$GCC"; then
+ $CC --version 2>&1 | sed 's/^/ /'
+ else
+ case "$host_os" in