pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zabbix64-proxy: Update to 6.4.6



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Sun Aug 27 21:00:09 2023 +0000
Changeset:	bd2001944fc9a0b914a921fd5e8914e0fbb49775

Modified Files:
	zabbix64-proxy/distinfo
Added Files:
	zabbix64-proxy/patches/patch-m4_pcre.m4
	zabbix64-proxy/patches/patch-m4_pcre2.m4

Log Message:
zabbix64-proxy: Update to 6.4.6

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd2001944fc9a0b914a921fd5e8914e0fbb49775

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zabbix64-proxy/distinfo                  |  8 +++++---
 zabbix64-proxy/patches/patch-m4_pcre.m4  | 15 +++++++++++++++
 zabbix64-proxy/patches/patch-m4_pcre2.m4 | 15 +++++++++++++++
 3 files changed, 35 insertions(+), 3 deletions(-)

diffs:
diff --git a/zabbix64-proxy/distinfo b/zabbix64-proxy/distinfo
index 0a00a4295e..a51d09ede4 100644
--- a/zabbix64-proxy/distinfo
+++ b/zabbix64-proxy/distinfo
@@ -1,9 +1,11 @@
 $NetBSD$
 
-BLAKE2s (zabbix-6.4.5.tar.gz) = 17c985f7fbf268eed07c165da12cf6bc2db287d99650786c5f14390aaac89272
-SHA512 (zabbix-6.4.5.tar.gz) = cab201a68f5c580e102516f7de27a0009258e358abed161a3b3e4ae9d531e8d6a93b8aed1239a0244bff8bcafcbdb6f262e21fa500772dc8fccd20e3345089fd
-Size (zabbix-6.4.5.tar.gz) = 43464868 bytes
+BLAKE2s (zabbix-6.4.6.tar.gz) = 51301fa34113bd05f32fed93110a406c3ae19beca6d294a6812392b8b4035ec9
+SHA512 (zabbix-6.4.6.tar.gz) = f343441fb301d05165945ce355e752ce3638d4b12d99dc0eaaed8f70122cddb37a638e274ce999fcee0e1afc9e656ec771d0a208c08d1898999ea24338d8325d
+Size (zabbix-6.4.6.tar.gz) = 43744978 bytes
 SHA1 (patch-m4_ax__lib__mysql.m4) = 9786c6bff3d22334263921c201bf241a207a46bc
 SHA1 (patch-m4_libssh.m4) = 8b4ac3964caf94bb0e4939d265dcefc08a07a0df
+SHA1 (patch-m4_pcre.m4) = ff33a7b4686cb91e647b69a965c9c041be77be13
+SHA1 (patch-m4_pcre2.m4) = c30b12889048a814f7cc5dfbaee7fb3b108fb34d
 SHA1 (patch-src_libs_zbxsysinfo_netbsd_net.c) = 6716568e78746c77c66e6a946c8b762037485752
 SHA1 (patch-src_zabbix__proxy_Makefile.am) = 9d2c3d5ca06e676154653b70f0931ed2ea281cf5
diff --git a/zabbix64-proxy/patches/patch-m4_pcre.m4 b/zabbix64-proxy/patches/patch-m4_pcre.m4
new file mode 100644
index 0000000000..32d81bb941
--- /dev/null
+++ b/zabbix64-proxy/patches/patch-m4_pcre.m4
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Fix bash-isms.
+
+--- m4/pcre.m4.orig	2023-08-22 08:10:21.991666838 +0000
++++ m4/pcre.m4
+@@ -194,7 +194,7 @@ AS_HELP_STRING([--with-libpcre@<:@=DIR@:
+ 		if test "x$enable_static" = "xyes"; then
+ 			LIBPCRE_LIBS=" $LIBPCRE_LIBS -lpthread"
+ 		elif test "x$enable_static_libs" = "xyes"; then
+-			if test "x$static_linking_support" == "xno"; then
++			if test "x$static_linking_support" = "xno"; then
+ 				AC_MSG_WARN([compiler has no direct suppor for static linkage])
+ 
+ 				if test -n "$libpcre_lib_dir"; then
diff --git a/zabbix64-proxy/patches/patch-m4_pcre2.m4 b/zabbix64-proxy/patches/patch-m4_pcre2.m4
new file mode 100644
index 0000000000..851eed6ee5
--- /dev/null
+++ b/zabbix64-proxy/patches/patch-m4_pcre2.m4
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Fix bash-isms.
+
+--- m4/pcre2.m4.orig	2023-08-22 08:10:21.991666838 +0000
++++ m4/pcre2.m4
+@@ -195,7 +195,7 @@ AS_HELP_STRING([--with-libpcre2@<:@=DIR@
+ 		if test "x$enable_static" = "xyes"; then
+ 			LIBPCRE2_LIBS=" $LIBPCRE2_LIBS -lpthread"
+ 		elif test "x$enable_static_libs" = "xyes"; then
+-			if test "x$static_linking_support" == "xno"; then
++			if test "x$static_linking_support" = "xno"; then
+ 				AC_MSG_WARN([compiler has no direct suppor for static linkage])
+ 
+ 				if test -n "$libpcre2_lib_dir"; then


Home | Main Index | Thread Index | Old Index