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:           Sun Feb 12 11:09:05 UTC 2023

Modified Files:
        pkgsrc/sysutils/zabbix50-agent: Makefile
        pkgsrc/sysutils/zabbix50-frontend: Makefile
        pkgsrc/sysutils/zabbix50-java: Makefile
        pkgsrc/sysutils/zabbix50-proxy: Makefile
        pkgsrc/sysutils/zabbix50-server: Makefile.common distinfo
Removed Files:
        pkgsrc/sysutils/zabbix50-agent: distinfo
        pkgsrc/sysutils/zabbix50-frontend: distinfo
        pkgsrc/sysutils/zabbix50-java: distinfo
        pkgsrc/sysutils/zabbix50-proxy: distinfo

Log Message:
zabbix50: Update to 5.0.31

- Update to 5.0.31
- Consolidate distinfo to zabbix50-server

Release notes:
- Added single field search option to oracle archive.info, ts.stats, pdb.info,
  cdb.info and diskgroups.stats keys for Zabbix agent 2
- Improved error logging during the agent start for Windows service
- Fixed the `history.get` API method blocking `drop_chunks` requests during
  housekeeping
- Fixed the severity sign overlapping a trigger name in the map element
  configuration
- Fixed incorrectly quoted parsing of the function parameter
- Fixed actions not being displayed in an *Action log* widget
- Removed `kernel.maxproc` from the processes graph in Linux by Zabbix agent
  templates
- Improved value cache warmup when retrieving the two last values with one day
  update interval
- Updated tablespaces query for the Oracle plugin in Zabbix agent 2
- Fixed an infinite loop of the SMART plugin for Zabbix agent 2
- Fixed the configuration of Redis plugin in Zabbix agent 2 configuration files
- Changed the order in which the escalation steps and recovery operations are
  executed
- Fixed Zabbix JS timeout validation
- Fixed trends being deleted from cache and retrieved from a database when data
  is older than one hour after receiving
- Optimized API queries when searching by names in the hosts and items tables
- Moved some static items under LLD rules to improve the performance in Oracle
  by Zabbix agent 2 template
- Extended the description for an OPSGenie media type
- Fixed the availability of an SNMP interface in the case of wrong credentials
- Added the overriding to skip metadata collection on ZFS and BTRFS for Nix
  templates
- Fixed crash on the Oracle database when connection is lost
- Fixed Windows agent 2 unicode path support for log* items
- Fixed the agent 2 timeout behavior for the `net.tcp.port` item
- Fixed README for PostgreSQL by Zabbix agent 2 template
- Fixed fatal PHP error in case incorrect variable type for controller action
  is given
- Fixed an undefined offset error during the host import process
- Reverted the PostgreSQL connection to be per database for Zabbix agent 2
  PostgreSQL plugin
- Fixed the alignment of a draggable object
- Fixed Zabbix agent 2 to remove and re-add the performance counters on failed
  collection and to keep query always open
- Updated the Oracle plugin and Oracle agent 2 template documentation grant
  select variables and added new grant
- Changed `system.sw.packages[<package>,<manager>,<format>]` to
  `system.sw.packages[<regexp>,<manager>,<format>]`

For complete list, see https://www.zabbix.com/rn/rn5.0.31


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/zabbix50-agent/Makefile
cvs rdiff -u -r1.9 -r0 pkgsrc/sysutils/zabbix50-agent/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/zabbix50-frontend/Makefile
cvs rdiff -u -r1.7 -r0 pkgsrc/sysutils/zabbix50-frontend/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/zabbix50-java/Makefile
cvs rdiff -u -r1.7 -r0 pkgsrc/sysutils/zabbix50-java/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/zabbix50-proxy/Makefile
cvs rdiff -u -r1.8 -r0 pkgsrc/sysutils/zabbix50-proxy/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/zabbix50-server/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/zabbix50-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/zabbix50-agent/Makefile
diff -u pkgsrc/sysutils/zabbix50-agent/Makefile:1.14 pkgsrc/sysutils/zabbix50-agent/Makefile:1.15
--- pkgsrc/sysutils/zabbix50-agent/Makefile:1.14        Tue Jan  3 13:59:14 2023
+++ pkgsrc/sysutils/zabbix50-agent/Makefile     Sun Feb 12 11:09:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/01/03 13:59:14 otis Exp $
+# $NetBSD: Makefile,v 1.15 2023/02/12 11:09:04 otis Exp $
 
 .include "../../sysutils/zabbix50-server/Makefile.common"
 
@@ -6,6 +6,7 @@ PKGNAME=        ${DISTNAME:S/-/-agent-/}
 COMMENT=       Enterprise-class Monitoring Solution for Everyone
 
 PATCHDIR=      ${.CURDIR}/../../sysutils/zabbix50-server/patches
+DISTINFO_FILE= ${.CURDIR}/../../sysutils/zabbix50-server/distinfo
 
 CONFLICTS+=    zabbix-[0-9]*
 CONFLICTS+=    zabbix-agent-[0-9]*

Index: pkgsrc/sysutils/zabbix50-frontend/Makefile
diff -u pkgsrc/sysutils/zabbix50-frontend/Makefile:1.4 pkgsrc/sysutils/zabbix50-frontend/Makefile:1.5
--- pkgsrc/sysutils/zabbix50-frontend/Makefile:1.4      Sat Nov 13 20:41:09 2021
+++ pkgsrc/sysutils/zabbix50-frontend/Makefile  Sun Feb 12 11:09:04 2023
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2021/11/13 20:41:09 otis Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/12 11:09:04 otis Exp $
 
 .include "../../sysutils/zabbix50-server/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-frontend-${ZABBIX_DB_TYPE}-/}
-COMMENT=       Zabbix PHP 7.2+ frontend
+COMMENT=       Zabbix PHP 7.4 frontend
+
+DISTINFO_FILE= ${.CURDIR}/../../sysutils/zabbix50-server/distinfo
 
 CONFLICTS+=    zabbix-frontend-[0-9]*
 

Index: pkgsrc/sysutils/zabbix50-java/Makefile
diff -u pkgsrc/sysutils/zabbix50-java/Makefile:1.4 pkgsrc/sysutils/zabbix50-java/Makefile:1.5
--- pkgsrc/sysutils/zabbix50-java/Makefile:1.4  Tue Jan  3 13:59:15 2023
+++ pkgsrc/sysutils/zabbix50-java/Makefile      Sun Feb 12 11:09:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/01/03 13:59:15 otis Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/12 11:09:04 otis Exp $
 
 .include "../../sysutils/zabbix50-server/Makefile.common"
 
@@ -6,6 +6,7 @@ PKGNAME=        ${DISTNAME:S/-/-java-/}
 COMMENT=       Enterprise-class Monitoring Solution for Everyone
 
 PATCHDIR=      ${.CURDIR}/../../sysutils/zabbix50-server/patches
+DISTINFO_FILE= ${.CURDIR}/../../sysutils/zabbix50-server/distinfo
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-java

Index: pkgsrc/sysutils/zabbix50-proxy/Makefile
diff -u pkgsrc/sysutils/zabbix50-proxy/Makefile:1.14 pkgsrc/sysutils/zabbix50-proxy/Makefile:1.15
--- pkgsrc/sysutils/zabbix50-proxy/Makefile:1.14        Tue Jan  3 13:59:15 2023
+++ pkgsrc/sysutils/zabbix50-proxy/Makefile     Sun Feb 12 11:09:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/01/03 13:59:15 otis Exp $
+# $NetBSD: Makefile,v 1.15 2023/02/12 11:09:04 otis Exp $
 
 .include "../../sysutils/zabbix50-server/Makefile.common"
 
@@ -6,6 +6,7 @@ PKGNAME=        ${DISTNAME:S/-/-proxy-${ZABBIX_
 COMMENT=       Enterprise-class Monitoring Solution for Everyone
 
 PATCHDIR=      ${.CURDIR}/../../sysutils/zabbix50-server/patches
+DISTINFO_FILE= ${.CURDIR}/../../sysutils/zabbix50-server/distinfo
 
 CONFLICTS+=    zabbix-[0-9]*
 CONFLICTS+=    zabbix-proxy-[0-9]*

Index: pkgsrc/sysutils/zabbix50-server/Makefile.common
diff -u pkgsrc/sysutils/zabbix50-server/Makefile.common:1.6 pkgsrc/sysutils/zabbix50-server/Makefile.common:1.7
--- pkgsrc/sysutils/zabbix50-server/Makefile.common:1.6 Tue Jan  3 13:59:15 2023
+++ pkgsrc/sysutils/zabbix50-server/Makefile.common     Sun Feb 12 11:09:05 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.6 2023/01/03 13:59:15 otis Exp $
+# $NetBSD: Makefile.common,v 1.7 2023/02/12 11:09:05 otis Exp $
 # used by sysutils/zabbix50-agent/Makefile
 # used by sysutils/zabbix50-proxy/Makefile
 # used by sysutils/zabbix50-server/Makefile
 # used by sysutils/zabbix50-frontend/Makefile
 # used by sysutils/zabbix50-java/Makefile
 
-DISTNAME=      zabbix-5.0.30
+DISTNAME=      zabbix-5.0.31
 CATEGORIES=    sysutils
 MASTER_SITES=  https://cdn.zabbix.com/zabbix/sources/stable/${PKGVERSION_NOREV:R}/
 

Index: pkgsrc/sysutils/zabbix50-server/distinfo
diff -u pkgsrc/sysutils/zabbix50-server/distinfo:1.7 pkgsrc/sysutils/zabbix50-server/distinfo:1.8
--- pkgsrc/sysutils/zabbix50-server/distinfo:1.7        Tue Jan  3 13:59:15 2023
+++ pkgsrc/sysutils/zabbix50-server/distinfo    Sun Feb 12 11:09:05 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2023/01/03 13:59:15 otis Exp $
+$NetBSD: distinfo,v 1.8 2023/02/12 11:09:05 otis Exp $
 
-BLAKE2s (zabbix-5.0.30.tar.gz) = f4d7efd99353063d457be0887570fe03b27acdf5e24836035c92a9f054a5ed13
-SHA512 (zabbix-5.0.30.tar.gz) = 2f744fc1ba42ea0602cc90c91342f531c55cb1f76eda47c6e928e74dc595f7bd885f69abb52c6eb1b20e65bd6c3c46c299d6cfee2c3442db137561060386a31e
-Size (zabbix-5.0.30.tar.gz) = 21505195 bytes
+BLAKE2s (zabbix-5.0.31.tar.gz) = f5d2eff0e12f6c3283d0d84160d555071cf8e714de1510b0029b925bf06b4500
+SHA512 (zabbix-5.0.31.tar.gz) = 7409e23313a6c5f6f4f1e1c0ba0ccfec88aa2687caa25673709bf05b9e287a535ea417551dee0f9d2fbd571adfe843a700ee45ee3dc72752cdeab12ec4c54644
+Size (zabbix-5.0.31.tar.gz) = 21567566 bytes
 SHA1 (patch-configure) = cf647b9ee52a96882d31f8783ac19b66e3e65105
 SHA1 (patch-m4_ax__lib__mysql.m4) = 9786c6bff3d22334263921c201bf241a207a46bc
 SHA1 (patch-m4_libssh.m4) = 8b4ac3964caf94bb0e4939d265dcefc08a07a0df



Home | Main Index | Thread Index | Old Index