pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   otis
Date:           Sat Dec  9 09:51:35 UTC 2023

Modified Files:
        pkgsrc/sysutils/zabbix60-agent: Makefile
        pkgsrc/sysutils/zabbix60-frontend: Makefile
        pkgsrc/sysutils/zabbix60-proxy: Makefile
        pkgsrc/sysutils/zabbix60-server: Makefile Makefile.common distinfo

Log Message:
sysutils/zabbix60: Update to 6.0.24

* New Features and Improvements:
  - Implemented new tablespace item to retrieve percentage about current
    tablespace usage from max for both Oracle templates
  - Added version metric to Oracle plugin in Zabbix agent 2
  - Updated max supported TimescaleDB version to 2.12
  - Added HPE iLO by HTTP template
  - Added openshift-state-metrics in Kubernetes cluster state by HTTP

* Bug Fixes:
  - Fixed aggregated item key conversion to calculated item formula when item
    key includes 'last' function and a fourth parameter
  - Fixed foreign key support with SQLite3 database
  - Improved HTTP agent, web scenarios, web checks and JavaScript to convert to
    UTF-8 from charset specified in HTTP header or HTTP meta tag
  - Fixed SNMP discovery looping forever with empty trend response
  - Fixed Zabbix agent compilation on AIX
  - Fixed template tab name in template configuration form
  - Reordered sub-templates in READMEs of Acronis, Control-M and Openstack
    templates
  - Fixed unit for FreeStorageSpace metric in JavaScript AWS RDS instance by
    HTTP template
  - Fixed sizes of loading modal windows
  - Fixed Web scenarios configuration form to display parent web scenarios on
    page refresh
  - Fixed gap when filtering by tags in Latest data
  - Fixed selected filter tab in high contrast themes being indistinguishable
    from others when collapsed
  - Changed value type for 'Pool Percent Used' item prototype in Ceph by Zabbix
    agent 2 template
  - Fixed messages about enabling, disabling and updating modules being
    different from other places
  - Fixed password field label not changing to key passphrase and back for SSH
    agent item when changing authentication method
  - Fixed non-working "Network timeout for item test" setting
  - Added missing bottom border for disabled button dropdown on hover for
    inherited macros
  - Fixed receiving data from the database twice the first time it is loaded
  - Fixed tables with header text vertical rotation
  - Fixed function macros to expand in notifications

Full changelog: https://www.zabbix.com/rn/rn6.0.24


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/zabbix60-agent/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/zabbix60-frontend/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/zabbix60-proxy/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/zabbix60-server/Makefile \
    pkgsrc/sysutils/zabbix60-server/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/zabbix60-server/distinfo

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

Modified files:

Index: pkgsrc/sysutils/zabbix60-agent/Makefile
diff -u pkgsrc/sysutils/zabbix60-agent/Makefile:1.9 pkgsrc/sysutils/zabbix60-agent/Makefile:1.10
--- pkgsrc/sysutils/zabbix60-agent/Makefile:1.9 Wed Nov  8 13:21:03 2023
+++ pkgsrc/sysutils/zabbix60-agent/Makefile     Sat Dec  9 09:51:35 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.9 2023/11/08 13:21:03 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/12/09 09:51:35 otis Exp $
 
-PKGREVISION= 2
 .include "../../sysutils/zabbix60-server/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-agent-/}

Index: pkgsrc/sysutils/zabbix60-frontend/Makefile
diff -u pkgsrc/sysutils/zabbix60-frontend/Makefile:1.4 pkgsrc/sysutils/zabbix60-frontend/Makefile:1.5
--- pkgsrc/sysutils/zabbix60-frontend/Makefile:1.4      Mon Nov 13 16:34:03 2023
+++ pkgsrc/sysutils/zabbix60-frontend/Makefile  Sat Dec  9 09:51:35 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.4 2023/11/13 16:34:03 taca Exp $
+# $NetBSD: Makefile,v 1.5 2023/12/09 09:51:35 otis Exp $
 
-PKGREVISION= 1
 .include "../../sysutils/zabbix60-server/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-frontend-${ZABBIX_DB_TYPE}-/}

Index: pkgsrc/sysutils/zabbix60-proxy/Makefile
diff -u pkgsrc/sysutils/zabbix60-proxy/Makefile:1.9 pkgsrc/sysutils/zabbix60-proxy/Makefile:1.10
--- pkgsrc/sysutils/zabbix60-proxy/Makefile:1.9 Wed Nov  8 13:21:03 2023
+++ pkgsrc/sysutils/zabbix60-proxy/Makefile     Sat Dec  9 09:51:35 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.9 2023/11/08 13:21:03 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/12/09 09:51:35 otis Exp $
 
-PKGREVISION= 2
 .include "../../sysutils/zabbix60-server/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-proxy-${ZABBIX_DB_TYPE}-/}

Index: pkgsrc/sysutils/zabbix60-server/Makefile
diff -u pkgsrc/sysutils/zabbix60-server/Makefile:1.9 pkgsrc/sysutils/zabbix60-server/Makefile:1.10
--- pkgsrc/sysutils/zabbix60-server/Makefile:1.9        Wed Nov  8 13:21:03 2023
+++ pkgsrc/sysutils/zabbix60-server/Makefile    Sat Dec  9 09:51:35 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2023/11/08 13:21:03 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/12/09 09:51:35 otis Exp $
 # used by sysutils/zabbix60-proxy/Makefile
 # used by sysutils/zabbix60-agent/Makefile
 #
 
-PKGREVISION= 2
 .include "Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-server-${ZABBIX_DB_TYPE}-/}
Index: pkgsrc/sysutils/zabbix60-server/Makefile.common
diff -u pkgsrc/sysutils/zabbix60-server/Makefile.common:1.9 pkgsrc/sysutils/zabbix60-server/Makefile.common:1.10
--- pkgsrc/sysutils/zabbix60-server/Makefile.common:1.9 Sun Oct  1 09:12:20 2023
+++ pkgsrc/sysutils/zabbix60-server/Makefile.common     Sat Dec  9 09:51:35 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.9 2023/10/01 09:12:20 otis Exp $
+# $NetBSD: Makefile.common,v 1.10 2023/12/09 09:51:35 otis Exp $
 # used by sysutils/zabbix60-agent/Makefile
 # used by sysutils/zabbix60-proxy/Makefile
 # used by sysutils/zabbix60-server/Makefile
 # used by sysutils/zabbix60-frontend/Makefile
 # used by sysutils/zabbix60-java/Makefile
 
-DISTNAME=      zabbix-6.0.22
+DISTNAME=      zabbix-6.0.24
 CATEGORIES=    sysutils
 MASTER_SITES=  https://cdn.zabbix.com/zabbix/sources/stable/${PKGVERSION_NOREV:R}/
 

Index: pkgsrc/sysutils/zabbix60-server/distinfo
diff -u pkgsrc/sysutils/zabbix60-server/distinfo:1.8 pkgsrc/sysutils/zabbix60-server/distinfo:1.9
--- pkgsrc/sysutils/zabbix60-server/distinfo:1.8        Sun Oct  1 09:12:20 2023
+++ pkgsrc/sysutils/zabbix60-server/distinfo    Sat Dec  9 09:51:35 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2023/10/01 09:12:20 otis Exp $
+$NetBSD: distinfo,v 1.9 2023/12/09 09:51:35 otis Exp $
 
-BLAKE2s (zabbix-6.0.22.tar.gz) = 1a20c69442e125ae4c33ae014dffb3d0be04a6e58cc4a58873c7607bd096d5b3
-SHA512 (zabbix-6.0.22.tar.gz) = d26903d6272e22dd960d3bac5d93857de09a9f64a91e542a43fe1169ed1a7d7fbcf69975d152a227028ebbeb250cd0dd96501d15cbd7c8f7bdd7222a0b97a2a2
-Size (zabbix-6.0.22.tar.gz) = 42590907 bytes
+BLAKE2s (zabbix-6.0.24.tar.gz) = 51e8c363e3b344982972c6aea64bd0f2213c752da3920343ec5e539c17e2920f
+SHA512 (zabbix-6.0.24.tar.gz) = 21f930da510c682d032cc58237e0df134abcbd149f7f0b27a6d399ffe9c8738ee1394501fa376a1de158173c357d1942797519718b72db54654371375d2f1248
+Size (zabbix-6.0.24.tar.gz) = 44075268 bytes
 SHA1 (patch-configure) = 6f2c5729f1bca2740a9c63cb880d90ab668abbb6
 SHA1 (patch-m4_ax__lib__mysql.m4) = 9786c6bff3d22334263921c201bf241a207a46bc
 SHA1 (patch-m4_libssh.m4) = 8b4ac3964caf94bb0e4939d265dcefc08a07a0df



Home | Main Index | Thread Index | Old Index