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 Jul  8 22:04:59 UTC 2023

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

Log Message:
zabbix60: Update to 6.0.19

New Features and Improvements:
- Removed unnecessary JavaScript preprocessing in discovery rules in Kubernetes
  templates
- Updated JavaScript scripts in Kubernetes templates
- Updated max supported TimescaleDB version to 2.11
- Fixed hintbox to be automatically closed when target element disappears
- Added filters of node labels and annotations for Kubelet discovery in
  Kubernetes cluster state template

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/zabbix60-frontend/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/zabbix60-server/Makefile.common
cvs rdiff -u -r1.5 -r1.6 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-frontend/PLIST
diff -u pkgsrc/sysutils/zabbix60-frontend/PLIST:1.2 pkgsrc/sysutils/zabbix60-frontend/PLIST:1.3
--- pkgsrc/sysutils/zabbix60-frontend/PLIST:1.2 Fri Mar 10 11:01:17 2023
+++ pkgsrc/sysutils/zabbix60-frontend/PLIST     Sat Jul  8 22:04:59 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/03/10 11:01:17 otis Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/07/08 22:04:59 otis Exp $
 share/examples/${PKGBASE}/httpd-zabbix.conf
 share/examples/${PKGBASE}/php-fpm-zabbix.conf
 share/zabbix/actionconf.php
@@ -409,9 +409,9 @@ share/zabbix/app/views/js/monitoring.hos
 share/zabbix/app/views/js/monitoring.host.view.js.php
 share/zabbix/app/views/js/monitoring.latest.view.js.php
 share/zabbix/app/views/js/monitoring.map.view.js.php
+share/zabbix/app/views/js/monitoring.navtreeitem.edit.js.php
 share/zabbix/app/views/js/monitoring.problem.view.js.php
 share/zabbix/app/views/js/monitoring.web.view.js.php
-share/zabbix/app/views/js/monitoring.widget.navtreeitem.edit.js.php
 share/zabbix/app/views/js/popup.acknowledge.edit.js.php
 share/zabbix/app/views/js/popup.dashboard.share.edit.js.php
 share/zabbix/app/views/js/popup.discovery.check.js.php
@@ -732,7 +732,6 @@ share/zabbix/include/classes/helpers/CEl
 share/zabbix/include/classes/helpers/CEncryptHelper.php
 share/zabbix/include/classes/helpers/CHintBoxHelper.php
 share/zabbix/include/classes/helpers/CHousekeepingHelper.php
-share/zabbix/include/classes/helpers/CHtml.php
 share/zabbix/include/classes/helpers/CMapHelper.php
 share/zabbix/include/classes/helpers/CMathHelper.php
 share/zabbix/include/classes/helpers/CMediatypeHelper.php
@@ -785,6 +784,7 @@ share/zabbix/include/classes/html/CFormG
 share/zabbix/include/classes/html/CFormList.php
 share/zabbix/include/classes/html/CHorList.php
 share/zabbix/include/classes/html/CHostAvailability.php
+share/zabbix/include/classes/html/CHtmlEntity.php
 share/zabbix/include/classes/html/CIFrame.php
 share/zabbix/include/classes/html/CImageTextTable.php
 share/zabbix/include/classes/html/CImg.php
@@ -1045,13 +1045,13 @@ share/zabbix/include/classes/widgets/fie
 share/zabbix/include/classes/widgets/fields/CWidgetFieldMsItemPrototype.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldMsService.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldMsSla.php
+share/zabbix/include/classes/widgets/fields/CWidgetFieldMsSysmap.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldNavTree.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldNumericBox.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldRangeControl.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldReference.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldSelect.php
-share/zabbix/include/classes/widgets/fields/CWidgetFieldSelectResource.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldSeverities.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldTags.php
 share/zabbix/include/classes/widgets/fields/CWidgetFieldTextArea.php
@@ -1215,7 +1215,6 @@ share/zabbix/items.php
 share/zabbix/js/browsers.js
 share/zabbix/js/chkbxrange.js
 share/zabbix/js/class.base-component.js
-share/zabbix/js/class.bbcode.js
 share/zabbix/js/class.browsertab.js
 share/zabbix/js/class.calendar.js
 share/zabbix/js/class.cdate.js

Index: pkgsrc/sysutils/zabbix60-server/Makefile.common
diff -u pkgsrc/sysutils/zabbix60-server/Makefile.common:1.4 pkgsrc/sysutils/zabbix60-server/Makefile.common:1.5
--- pkgsrc/sysutils/zabbix60-server/Makefile.common:1.4 Wed May 24 08:51:51 2023
+++ pkgsrc/sysutils/zabbix60-server/Makefile.common     Sat Jul  8 22:04:59 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.4 2023/05/24 08:51:51 otis Exp $
+# $NetBSD: Makefile.common,v 1.5 2023/07/08 22:04:59 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.17
+DISTNAME=      zabbix-6.0.19
 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.5 pkgsrc/sysutils/zabbix60-server/distinfo:1.6
--- pkgsrc/sysutils/zabbix60-server/distinfo:1.5        Wed May 24 08:51:51 2023
+++ pkgsrc/sysutils/zabbix60-server/distinfo    Sat Jul  8 22:04:59 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2023/05/24 08:51:51 otis Exp $
+$NetBSD: distinfo,v 1.6 2023/07/08 22:04:59 otis Exp $
 
-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
+BLAKE2s (zabbix-6.0.19.tar.gz) = c45df6353f36e9b3a597923fc38078c8bacf1190a2ccd0b308623e74e7492002
+SHA512 (zabbix-6.0.19.tar.gz) = 9738d30a21bd237e68ad4cf037e3d997fcd8b8a6781f3f4f22c6ef0de4bf555d96c41322ea5dda7b0a2a546b9a2ecd42e1761ff8ec43ddd2eca672a174ce1e8e
+Size (zabbix-6.0.19.tar.gz) = 41953882 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