head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.20 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.18 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.16 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.14 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.12 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.10 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.8 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.6 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.4 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.2 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.1.0.6 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2023.10.01.09.02.37; author otis; state Exp; branches; next 1.1; commitid gU5Wif0pw2XhZTGE; 1.1 date 2023.01.03.13.59.15; author otis; state Exp; branches; next ; commitid marRAPxj3Z5nl68E; desc @@ 1.2 log @sysutils/zabbix50-server: Update to 5.0.38 Release notes: https://www.zabbix.com/rn/rn5.0.38 @ text @$NetBSD: patch-configure,v 1.1 2023/01/03 13:59:15 otis Exp $ Fix bash-ism. --- configure.orig 2023-09-25 07:49:07.000000000 +0000 +++ configure @@@@ -9395,7 +9395,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 { 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; } @ 1.1 log @zabbix50: Update to 5.0.30 Changelog for 5.0.30: New features: - Added JSONPath optimizations Bug fixes: - Removed the ability to import a graph with an empty name and added graph name length validation up to 128 characters - Fixed the "i" icon alignment in the Info column in Problems section with compact view - Improved history syncer performance - Fixed vfs.fs.inode and vfs.fs.get to handle file systems with zero total inodes count - Fixed Zabbix JS (zabbix_js) crash when parsing short version of "timeout" option -t - Fixed script in OPSgenie media - Fixed spoofing X-Forwarded-For request header allows to access Frontend in maintenace mode For details see https://www.zabbix.com/rn/rn5.0.30 And while here, also: - Consolidate and deduplicate patches (move all of them into zabbix50-server/patches) - Allow only one of the database to be selected (mysql or pgsql) - Regenerate NetBSD-specific patch @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2020/11/03 22:46:23 otis Exp $ d5 1 a5 1 --- configure.orig 2020-07-13 07:56:36.000000000 +0000 d7 2 a8 2 @@@@ -8494,7 +8494,7 @@@@ fi rm -f core conftest.err conftest.$ac_objext \ d14 2 a15 2 { $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; } @