pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zabbix64-*: Update Zabbix to 6.4.5
Module Name: pkgsrc-wip
Committed By: Yuuki Enomoto <uki%e-yuuki.org@localhost>
Pushed By: e-yuuki
Date: Wed Aug 2 20:35:59 2023 +0900
Changeset: 30a3d7f5346a78c374a17312d6c42b7e886c56d6
Modified Files:
zabbix64-agent/distinfo
zabbix64-agent/patches/patch-configure
zabbix64-frontend/PLIST
zabbix64-frontend/distinfo
zabbix64-java/distinfo
zabbix64-java/patches/patch-configure
zabbix64-proxy/distinfo
zabbix64-server/Makefile.common
zabbix64-server/distinfo
Log Message:
zabbix64-*: Update Zabbix to 6.4.5
Release note: https://www.zabbix.com/rn/rn6.4.5
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=30a3d7f5346a78c374a17312d6c42b7e886c56d6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zabbix64-agent/distinfo | 8 +++----
zabbix64-agent/patches/patch-configure | 44 +++++++++++++++++-----------------
zabbix64-frontend/PLIST | 9 ++++---
zabbix64-frontend/distinfo | 6 ++---
zabbix64-java/distinfo | 8 +++----
zabbix64-java/patches/patch-configure | 12 +++++-----
zabbix64-proxy/distinfo | 6 ++---
zabbix64-server/Makefile.common | 2 +-
zabbix64-server/distinfo | 6 ++---
9 files changed, 50 insertions(+), 51 deletions(-)
diffs:
diff --git a/zabbix64-agent/distinfo b/zabbix64-agent/distinfo
index 431551db0b..ee1cadeb6a 100644
--- a/zabbix64-agent/distinfo
+++ b/zabbix64-agent/distinfo
@@ -1,9 +1,9 @@
$NetBSD$
-BLAKE2s (zabbix-6.4.3.tar.gz) = db39079eac938da2693e978a285a48771a67021111ebf3a658d65cc22e5e7453
-SHA512 (zabbix-6.4.3.tar.gz) = ddb90a0a7699a7cf007ee2efcbc807e573221b92bf4fb104b8dfb07355d79235b5bbd1aae8c70a7edcc42555b5f182230057162cf2bd899ba4b62ed433711f69
-Size (zabbix-6.4.3.tar.gz) = 43369742 bytes
-SHA1 (patch-configure) = 269a0db811c184e687456db66aea6b34acecf441
+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
+SHA1 (patch-configure) = 3a1ee71512135b302a294e6819161a661fff70fb
SHA1 (patch-src_libs_zbxsysinfo_netbsd_net.c) = 6716568e78746c77c66e6a946c8b762037485752
SHA1 (patch-src_libs_zbxsysinfo_simple_simple.c) = e7ac52ae48fca74112af81b20cf57249d61cec59
SHA1 (patch-src_zabbix__agent_Makefile.in) = efbd804ecee4b99db36db5f4fd61583b2ef96a86
diff --git a/zabbix64-agent/patches/patch-configure b/zabbix64-agent/patches/patch-configure
index f990b760b1..08159276b1 100644
--- a/zabbix64-agent/patches/patch-configure
+++ b/zabbix64-agent/patches/patch-configure
@@ -1,60 +1,60 @@
-$NetBSD: patch-configure,v 1.1 2020/11/03 22:46:23 otis Exp $
+$NetBSD: patch-configure,v 1.2 2023/08/02 22:46:23 otis Exp $
Fix bash-ism.
---- configure.orig 2022-03-02 19:06:50.761881804 +0900
-+++ configure 2022-03-02 19:06:46.903210187 +0900
-@@ -8802,7 +8802,7 @@ fi
- rm -f core conftest.err conftest.$ac_objext \
+--- ./configure.orig 2023-07-31 09:26:03.884829780 +0000
++++ ./configure
+@@ -9645,7 +9645,7 @@ fi
+ rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
- if test "$found_mysql_tls" == "yes"; then
+ if test "$found_mysql_tls" = "yes"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS ciphersuites in MySQL library" >&5
- $as_echo_n "checking for TLS ciphersuites in MySQL library... " >&6; }
-@@ -15087,7 +15087,7 @@ $as_echo "$as_me: WARNING: proceeding wi
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TLS ciphersuites in MySQL library" >&5
+ printf %s "checking for TLS ciphersuites in MySQL library... " >&6; }
+@@ -16730,7 +16730,7 @@ printf "%s\n" "$as_me: WARNING: proceedi
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
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5
- $as_echo "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5
+ printf "%s\n" "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}
-@@ -15496,7 +15496,7 @@ $as_echo "$as_me: WARNING: proceeding wi
+@@ -17153,7 +17153,7 @@ printf "%s\n" "$as_me: WARNING: proceedi
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
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5
- $as_echo "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5
+ printf "%s\n" "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}
-@@ -15913,7 +15913,7 @@ $as_echo "$as_me: WARNING: proceeding wi
+@@ -17584,7 +17584,7 @@ printf "%s\n" "$as_me: WARNING: proceedi
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
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5
- $as_echo "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5
+ printf "%s\n" "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}
-@@ -16327,7 +16327,7 @@ $as_echo "$as_me: WARNING: proceeding wi
+@@ -18012,7 +18012,7 @@ printf "%s\n" "$as_me: WARNING: proceedi
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
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5
- $as_echo "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5
+ printf "%s\n" "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}
-@@ -16754,7 +16754,7 @@ $as_echo "$as_me: WARNING: proceeding wi
+@@ -18453,7 +18453,7 @@ printf "%s\n" "$as_me: WARNING: proceedi
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
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5
- $as_echo "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5
+ printf "%s\n" "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}
diff --git a/zabbix64-frontend/PLIST b/zabbix64-frontend/PLIST
index bbf818eb7b..978afd7c1b 100644
--- a/zabbix64-frontend/PLIST
+++ b/zabbix64-frontend/PLIST
@@ -357,6 +357,7 @@ share/zabbix/app/views/administration.mediatype.list.php
share/zabbix/app/views/administration.miscconfig.edit.php
share/zabbix/app/views/administration.module.edit.php
share/zabbix/app/views/administration.module.list.php
+share/zabbix/app/views/administration.proxy.list.php
share/zabbix/app/views/administration.queue.details.php
share/zabbix/app/views/administration.queue.overview.php
share/zabbix/app/views/administration.queue.overview.proxy.php
@@ -410,6 +411,7 @@ share/zabbix/app/views/js/administration.macros.edit.js.php
share/zabbix/app/views/js/administration.mediatype.edit.js.php
share/zabbix/app/views/js/administration.mediatype.list.js.php
share/zabbix/app/views/js/administration.miscconfig.edit.js.php
+share/zabbix/app/views/js/administration.proxy.list.js.php
share/zabbix/app/views/js/administration.regex.edit.js.php
share/zabbix/app/views/js/administration.script.edit.js.php
share/zabbix/app/views/js/administration.script.list.js.php
@@ -484,7 +486,6 @@ share/zabbix/app/views/js/popup.token.edit.js.php
share/zabbix/app/views/js/popup.triggerexpr.js.php
share/zabbix/app/views/js/popup.usergroupmapping.edit.js.php
share/zabbix/app/views/js/popup.valuemap.edit.js.php
-share/zabbix/app/views/js/proxy.list.js.php
share/zabbix/app/views/js/reports.actionlog.list.js.php
share/zabbix/app/views/js/reports.auditlog.list.js.php
share/zabbix/app/views/js/reports.scheduledreport.edit.js.php
@@ -564,7 +565,6 @@ share/zabbix/app/views/popup.triggerexpr.php
share/zabbix/app/views/popup.usergroupmapping.edit.php
share/zabbix/app/views/popup.valuemap.edit.php
share/zabbix/app/views/popup.view.php
-share/zabbix/app/views/proxy.list.php
share/zabbix/app/views/report.status.php
share/zabbix/app/views/reports.actionlog.list.csv.php
share/zabbix/app/views/reports.actionlog.list.php
@@ -937,6 +937,7 @@ share/zabbix/include/classes/html/widgets/CWidgetFieldMultiSelectGroupView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldMultiSelectHostView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldMultiSelectItemPrototypeView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldMultiSelectItemView.php
+share/zabbix/include/classes/html/widgets/CWidgetFieldMultiSelectMapView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldMultiSelectMediaTypeView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldMultiSelectServiceView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldMultiSelectSlaView.php
@@ -945,7 +946,6 @@ share/zabbix/include/classes/html/widgets/CWidgetFieldMultiSelectView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldNumericBoxView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldRadioButtonListView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldRangeControlView.php
-share/zabbix/include/classes/html/widgets/CWidgetFieldSelectResourceView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldSelectView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldSeveritiesView.php
share/zabbix/include/classes/html/widgets/CWidgetFieldTagsView.php
@@ -1157,6 +1157,7 @@ share/zabbix/include/classes/widgets/fields/CWidgetFieldMultiSelectGroup.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldMultiSelectHost.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldMultiSelectItem.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldMultiSelectItemPrototype.php
+share/zabbix/include/classes/widgets/fields/CWidgetFieldMultiSelectMap.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldMultiSelectMediaType.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldMultiSelectService.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldMultiSelectSla.php
@@ -1167,7 +1168,6 @@ share/zabbix/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldRangeControl.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldReference.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldSelect.php
-share/zabbix/include/classes/widgets/fields/CWidgetFieldSelectResource.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldSeverities.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldTags.php
share/zabbix/include/classes/widgets/fields/CWidgetFieldTextArea.php
@@ -1258,7 +1258,6 @@ share/zabbix/include/views/js/item.preprocessing.js.php
share/zabbix/include/views/js/itemtest.js.php
share/zabbix/include/views/js/monitoring.history.js.php
share/zabbix/include/views/js/monitoring.sysmap.edit.js.php
-share/zabbix/include/views/js/monitoring.sysmap.list.js.php
share/zabbix/include/views/js/monitoring.sysmaps.js.php
share/zabbix/include/views/js/reports.toptriggers.js.php
share/zabbix/include/views/js/tr_events.js.php
diff --git a/zabbix64-frontend/distinfo b/zabbix64-frontend/distinfo
index 1864d4fbec..6f547881d3 100644
--- a/zabbix64-frontend/distinfo
+++ b/zabbix64-frontend/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (zabbix-6.4.3.tar.gz) = db39079eac938da2693e978a285a48771a67021111ebf3a658d65cc22e5e7453
-SHA512 (zabbix-6.4.3.tar.gz) = ddb90a0a7699a7cf007ee2efcbc807e573221b92bf4fb104b8dfb07355d79235b5bbd1aae8c70a7edcc42555b5f182230057162cf2bd899ba4b62ed433711f69
-Size (zabbix-6.4.3.tar.gz) = 43369742 bytes
+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
diff --git a/zabbix64-java/distinfo b/zabbix64-java/distinfo
index dfb8277c0c..b7e9b3f4a1 100644
--- a/zabbix64-java/distinfo
+++ b/zabbix64-java/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-BLAKE2s (zabbix-6.4.3.tar.gz) = db39079eac938da2693e978a285a48771a67021111ebf3a658d65cc22e5e7453
-SHA512 (zabbix-6.4.3.tar.gz) = ddb90a0a7699a7cf007ee2efcbc807e573221b92bf4fb104b8dfb07355d79235b5bbd1aae8c70a7edcc42555b5f182230057162cf2bd899ba4b62ed433711f69
-Size (zabbix-6.4.3.tar.gz) = 43369742 bytes
-SHA1 (patch-configure) = b9f58834d840d24e26ccd2a6b87000c401423c75
+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
+SHA1 (patch-configure) = 03870a733c3c4b0b9128fcaa43c8296c2da3f92b
diff --git a/zabbix64-java/patches/patch-configure b/zabbix64-java/patches/patch-configure
index 7bf568a6cc..8afac91c6a 100644
--- a/zabbix64-java/patches/patch-configure
+++ b/zabbix64-java/patches/patch-configure
@@ -2,14 +2,14 @@ $NetBSD: patch-configure,v 1.1 2020/11/03 22:52:42 otis Exp $
Fix bash-ism.
---- configure.orig 2022-03-02 19:35:04.400204452 +0900
-+++ configure 2022-03-02 19:35:30.342843458 +0900
-@@ -8649,7 +8649,7 @@
- rm -f core conftest.err conftest.$ac_objext \
+--- configure.orig 2023-07-31 09:26:03.884829780 +0000
++++ configure
+@@ -9645,7 +9645,7 @@ fi
+ rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
- if test "$found_mysql_tls" == "yes"; then
+ if test "$found_mysql_tls" = "yes"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS ciphersuites in MySQL library" >&5
- $as_echo_n "checking for TLS ciphersuites in MySQL library... " >&6; }
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TLS ciphersuites in MySQL library" >&5
+ printf %s "checking for TLS ciphersuites in MySQL library... " >&6; }
diff --git a/zabbix64-proxy/distinfo b/zabbix64-proxy/distinfo
index 694e79521d..0a00a4295e 100644
--- a/zabbix64-proxy/distinfo
+++ b/zabbix64-proxy/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-BLAKE2s (zabbix-6.4.3.tar.gz) = db39079eac938da2693e978a285a48771a67021111ebf3a658d65cc22e5e7453
-SHA512 (zabbix-6.4.3.tar.gz) = ddb90a0a7699a7cf007ee2efcbc807e573221b92bf4fb104b8dfb07355d79235b5bbd1aae8c70a7edcc42555b5f182230057162cf2bd899ba4b62ed433711f69
-Size (zabbix-6.4.3.tar.gz) = 43369742 bytes
+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
SHA1 (patch-m4_ax__lib__mysql.m4) = 9786c6bff3d22334263921c201bf241a207a46bc
SHA1 (patch-m4_libssh.m4) = 8b4ac3964caf94bb0e4939d265dcefc08a07a0df
SHA1 (patch-src_libs_zbxsysinfo_netbsd_net.c) = 6716568e78746c77c66e6a946c8b762037485752
diff --git a/zabbix64-server/Makefile.common b/zabbix64-server/Makefile.common
index d5b6a0037c..74b11cc6bd 100644
--- a/zabbix64-server/Makefile.common
+++ b/zabbix64-server/Makefile.common
@@ -5,7 +5,7 @@
# used by wip/zabbix64-frontend/Makefile
# used by wip/zabbix64-java/Makefile
-DISTNAME= zabbix-6.4.3
+DISTNAME= zabbix-6.4.5
CATEGORIES= sysutils
MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/6.4/
diff --git a/zabbix64-server/distinfo b/zabbix64-server/distinfo
index dc48ee3097..72f2d74636 100644
--- a/zabbix64-server/distinfo
+++ b/zabbix64-server/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-BLAKE2s (zabbix-6.4.3.tar.gz) = db39079eac938da2693e978a285a48771a67021111ebf3a658d65cc22e5e7453
-SHA512 (zabbix-6.4.3.tar.gz) = ddb90a0a7699a7cf007ee2efcbc807e573221b92bf4fb104b8dfb07355d79235b5bbd1aae8c70a7edcc42555b5f182230057162cf2bd899ba4b62ed433711f69
-Size (zabbix-6.4.3.tar.gz) = 43369742 bytes
+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
SHA1 (patch-m4_ax__lib__mysql.m4) = 9786c6bff3d22334263921c201bf241a207a46bc
SHA1 (patch-m4_libssh.m4) = 8b4ac3964caf94bb0e4939d265dcefc08a07a0df
SHA1 (patch-src_libs_zbxsysinfo_netbsd_net.c) = 6716568e78746c77c66e6a946c8b762037485752
Home |
Main Index |
Thread Index |
Old Index