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: Wed May 24 08:51:51 UTC 2023
Modified Files:
pkgsrc/sysutils/zabbix60-agent: Makefile
pkgsrc/sysutils/zabbix60-proxy: Makefile
pkgsrc/sysutils/zabbix60-server: Makefile Makefile.common distinfo
Log Message:
zabbix60: Update to 6.0.17
* New Features and Improvements
- Added Event-Driven Ansible media
* Bug Fixes
- Fixed memory leak in json objects and identical keys
- Fixed replace() function in expressions
- Dropped support for custom geomap HTML attribution text
- Added new limits for JS objects
- Added debug logging for process selection in proc.mem[] on AIX
- Updated go.mod/sum to allow mixing session and key parameter for Zabbix
agent 2 items
- Fixed minimum severity filter usage for map element link triggers
- Fixed inability to import a template with trigger dependency on a host
trigger
- Fixed popup menus disappearing on right-clicking links in them
- Optimised preprocessing steps and added two graphs and dashboard in the
Hadoop by HTTP template
- Prevented the ability to set a duplicate value for the uuid parameter when
updating any of template entities; added possibility to update the uuid
parameter for the Service API; fixed duplicate UUIDs in Proxmox VE by HTTP
template
- Optimised preprocessing steps in the Zookeeper by HTTP template
- Optimised SQL queries and preprocessing steps
- Removed limitation for size of logged messages in JS
- Updated deprecated ports in Kubernetes templates, updated target tags,
added notes about binding address options for Scheduler and Cluster
Manager components
Full changelog: https://www.zabbix.com/rn/rn6.0.17
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/zabbix60-agent/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/zabbix60-proxy/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/zabbix60-server/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/zabbix60-server/Makefile.common
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/sysutils/zabbix60-agent/Makefile:1.6
--- pkgsrc/sysutils/zabbix60-agent/Makefile:1.5 Wed Apr 19 08:11:36 2023
+++ pkgsrc/sysutils/zabbix60-agent/Makefile Wed May 24 08:51:50 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.5 2023/04/19 08:11:36 adam Exp $
+# $NetBSD: Makefile,v 1.6 2023/05/24 08:51:50 otis Exp $
-PKGREVISION= 1
.include "../../sysutils/zabbix60-server/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-agent-/}
Index: pkgsrc/sysutils/zabbix60-proxy/Makefile
diff -u pkgsrc/sysutils/zabbix60-proxy/Makefile:1.5 pkgsrc/sysutils/zabbix60-proxy/Makefile:1.6
--- pkgsrc/sysutils/zabbix60-proxy/Makefile:1.5 Wed Apr 19 08:11:36 2023
+++ pkgsrc/sysutils/zabbix60-proxy/Makefile Wed May 24 08:51:50 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.5 2023/04/19 08:11:36 adam Exp $
+# $NetBSD: Makefile,v 1.6 2023/05/24 08:51:50 otis Exp $
-PKGREVISION= 1
.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.5 pkgsrc/sysutils/zabbix60-server/Makefile:1.6
--- pkgsrc/sysutils/zabbix60-server/Makefile:1.5 Wed Apr 19 08:11:36 2023
+++ pkgsrc/sysutils/zabbix60-server/Makefile Wed May 24 08:51:51 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/04/19 08:11:36 adam Exp $
+# $NetBSD: Makefile,v 1.6 2023/05/24 08:51:51 otis Exp $
# used by sysutils/zabbix60-proxy/Makefile
# used by sysutils/zabbix60-agent/Makefile
#
-PKGREVISION= 1
.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.3 pkgsrc/sysutils/zabbix60-server/Makefile.common:1.4
--- pkgsrc/sysutils/zabbix60-server/Makefile.common:1.3 Wed Apr 19 17:17:08 2023
+++ pkgsrc/sysutils/zabbix60-server/Makefile.common Wed May 24 08:51:51 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.3 2023/04/19 17:17:08 otis Exp $
+# $NetBSD: Makefile.common,v 1.4 2023/05/24 08:51:51 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.16
+DISTNAME= zabbix-6.0.17
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.4 pkgsrc/sysutils/zabbix60-server/distinfo:1.5
--- pkgsrc/sysutils/zabbix60-server/distinfo:1.4 Wed Apr 19 17:17:08 2023
+++ pkgsrc/sysutils/zabbix60-server/distinfo Wed May 24 08:51:51 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2023/04/19 17:17:08 otis Exp $
+$NetBSD: distinfo,v 1.5 2023/05/24 08:51:51 otis Exp $
-BLAKE2s (zabbix-6.0.16.tar.gz) = cec7f329d3721871013c0e510560b982febad4ceb2cc5515c776320d19334c06
-SHA512 (zabbix-6.0.16.tar.gz) = 256c634fee53cdc9b898774499b6853aad3f9b27a045bac4dbed8bf1013fb478a1c5596f8db95346faf86a0350aff5623b3ac5161536cd7f3b85292a688e3360
-Size (zabbix-6.0.16.tar.gz) = 41566655 bytes
+BLAKE2s (zabbix-6.0.17.tar.gz) = e0d0c3b96879e68b5e11a80e3eb7308055b0dd32ce567c163f6eb52c9dbf3956
+SHA512 (zabbix-6.0.17.tar.gz) = 3f82ffe45e6ebdb5851c06a9710671ceccf74a16c01b6fdf53297cd57a69d4221f0b80d3395fb570ac5c508aa09e42d5e497ed73e638c70b388a7c7fc4add9bc
+Size (zabbix-6.0.17.tar.gz) = 41601443 bytes
SHA1 (patch-configure) = a372473051082b7f30846a6efa062ce42e325c30
SHA1 (patch-m4_ax__lib__mysql.m4) = 9786c6bff3d22334263921c201bf241a207a46bc
SHA1 (patch-m4_libssh.m4) = 8b4ac3964caf94bb0e4939d265dcefc08a07a0df
Home |
Main Index |
Thread Index |
Old Index