zabbix64-proxy: Update to 6.4.6
authorJuraj Lutter <otis@NetBSD.org>
Sun, 27 Aug 2023 21:00:09 +0000 (21:00 +0000)
committerJuraj Lutter <otis@NetBSD.org>
Mon, 4 Sep 2023 19:04:36 +0000 (19:04 +0000)
zabbix64-proxy/distinfo
zabbix64-proxy/patches/patch-m4_pcre.m4 [new file with mode: 0644]
zabbix64-proxy/patches/patch-m4_pcre2.m4 [new file with mode: 0644]

index 0a00a4295e0fa092d9535e289334f3fc0ac81018..a51d09ede428817a89a2450bd7afc2ccee7386c4 100644 (file)
@@ -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 (file)
index 0000000..32d81bb
--- /dev/null
@@ -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 (file)
index 0000000..851eed6
--- /dev/null
@@ -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