pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bind911
Module Name: pkgsrc
Committed By: taca
Date: Thu Jul 22 22:50:40 UTC 2021
Modified Files:
pkgsrc/net/bind911: Makefile distinfo
pkgsrc/net/bind911/patches: patch-configure
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/bind911/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/bind911/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/bind911/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bind911/Makefile
diff -u pkgsrc/net/bind911/Makefile:1.47 pkgsrc/net/bind911/Makefile:1.48
--- pkgsrc/net/bind911/Makefile:1.47 Wed Jun 23 20:33:14 2021
+++ pkgsrc/net/bind911/Makefile Thu Jul 22 22:50:40 2021
@@ -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"
Index: pkgsrc/net/bind911/distinfo
diff -u pkgsrc/net/bind911/distinfo:1.32 pkgsrc/net/bind911/distinfo:1.33
--- pkgsrc/net/bind911/distinfo:1.32 Thu Jun 17 12:14:45 2021
+++ pkgsrc/net/bind911/distinfo Thu Jul 22 22:50:40 2021
@@ -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
Index: pkgsrc/net/bind911/patches/patch-configure
diff -u pkgsrc/net/bind911/patches/patch-configure:1.4 pkgsrc/net/bind911/patches/patch-configure:1.5
--- pkgsrc/net/bind911/patches/patch-configure:1.4 Thu Jun 20 02:13:58 2019
+++ pkgsrc/net/bind911/patches/patch-configure Thu Jul 22 22:50:40 2021
@@ -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/2
*-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/2
;;
*)
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/2
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/2
;; #(
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/2
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
Home |
Main Index |
Thread Index |
Old Index