head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.22 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.20 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.18 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.16 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.14 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.12 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.10 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.8 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.6 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.4 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.2 pkgsrc-2023Q3-base:1.2 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.08.06.17.46.47; author otis; state Exp; branches; next 1.1; commitid poPfqKFW0P8mGKzE; 1.1 date 2023.02.12.18.37.33; author otis; state Exp; branches; next ; commitid hC8CnYystkVQwgdE; desc @@ 1.2 log @sysutils/zabbix60: Update to 6.0.20 * New Features and Improvements: - Added PostgreSQL by ODBC template - Added nodata trigger to remote Zabbix proxy and server health templates - Added integration with OpenStack Nova - Disabled spell checking for nondescriptive textareas - Added Cisco SD-WAN templates - Excluded edgeupdate service from services discovery in Windows by Zabbix agent templates - Added AWS ECS templates * Bug Fixes: - Fixed displaying the correct threshold color in "Top hosts" widget when value exceeds maximum - Fixed item test form sending incorrectly resolved macros to server if item uses SNMP interface - Fixed use of uninitialised value when verifying subject and issuer with TLS - Fixed runtime errors in the inheritance of the trigger and trigger prototype dependencies - Fixed SLI calculation for days with daylight-saving-time transitions - Fixed PHP runtime errors in API trigger.get method when using "expandComment" option - Fixed default condition for log item macro resolution - Updated setup section in README for PHP-FPM templates to include configuration example for Apache - Fixed reading of non-UTF-8 encoded files in Zabbix agent 2 - Fixed the issue with housekeeper failing to delete some of the events that required deletion - Fixed console error in "Map navigation tree" widget; disabled add button on a 10th depth level - Fixed undefined index errors in configuration.importcompare - Fixed generation of double page headers when general warning appears - Fixed Zabbix agent 2 systemd plugin failing with newer dbus - Fixed free bytes calculation for temporary tablespace in Oracle Zabbix agent 2 plugin - Fixed not being able to save an event correlation when custom formula was selected but only one condition remained - Updated pod crash loop trigger expressions in Kubernetes nodes and cluster state templates - Fixed suffix interpretation in threshold values for "Top hosts" widget - Fixed Zabbix access to the first page for user with specific page access - Fixed import popup showing circle animation even if PHP code failed - Fixed incorrectly displayed simple graphs with non-numeric items in Host graphs page Full release notes: https://www.zabbix.com/rn/rn6.0.20 @ text @$NetBSD: patch-configure,v 1.1 2023/02/12 18:37:33 otis Exp $ Fix bash-ism. --- configure.orig 2023-07-31 11:56:12.067144813 +0000 +++ configure @@@@ -9568,7 +9568,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; } @@@@ -16049,7 +16049,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 { 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;} @@@@ -16472,7 +16472,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 { 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;} @@@@ -16903,7 +16903,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 { 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;} @@@@ -17331,7 +17331,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 { 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;} @@@@ -17772,7 +17772,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 { 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;} @ 1.1 log @zabbix60: Add new packages Add zabbix60 suite: Zabbix 6.0 LTS. Zabbix is a software that monitors numerous parameters of a network and the health and integrity of servers, virtual machines, applications, services, databases, websites, the cloud and more. Zabbix uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. Zabbix offers excellent reporting and data visualization features based on the stored data. This makes Zabbix ideal for capacity planning. What's new: https://www.zabbix.com/whats_new_6_0 Release notes: https://www.zabbix.com/rn/rn6.0.13 @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- configure.orig 2023-02-01 07:19:56.888741047 +0000 d7 2 a8 2 @@@@ -8740,7 +8740,7 @@@@ fi rm -f core conftest.err conftest.$ac_objext \ d14 3 a16 3 { $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; } @@@@ -15025,7 +15025,7 @@@@ $as_echo "$as_me: WARNING: proceeding wi d22 2 a23 2 { $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;} d25 1 a25 1 @@@@ -15434,7 +15434,7 @@@@ $as_echo "$as_me: WARNING: proceeding wi d31 2 a32 2 { $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;} d34 1 a34 1 @@@@ -15851,7 +15851,7 @@@@ $as_echo "$as_me: WARNING: proceeding wi d40 2 a41 2 { $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;} d43 1 a43 1 @@@@ -16265,7 +16265,7 @@@@ $as_echo "$as_me: WARNING: proceeding wi d49 2 a50 2 { $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;} d52 1 a52 1 @@@@ -16692,7 +16692,7 @@@@ $as_echo "$as_me: WARNING: proceeding wi d58 2 a59 2 { $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;} @