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:   adam
Date:           Wed Jul 26 08:24:06 UTC 2017

Modified Files:
        pkgsrc/sysutils/zabbix: Makefile.common distinfo
        pkgsrc/sysutils/zabbix-frontend: Makefile

Log Message:
Changes for 3.2.7:

New features:
* updated Catalan, Chinese (China), English (United States), Japanese, Korean, Polish, Portuguese (Brazil), Ukrainian translations

Bug fixes:
* fixed history page to display values in chronological order
* fixed security vulnerability with execution of the remote commands on server; thanks to MATSUDA Daiki, Ron Waisberg for report
* items use global regexps with multiple subexpressions
* fixed memory leak when using UserParameter with suppressed characters passed in arguments
* fixed collecting value of VMware host memory balloon size
* fixed incorrectly escaped IT Service parent name
* fixed sorting of host interfaces; fixed selection of the default host interface
* fixed update in mass update form when inventory mode is not set explicitly
* fixed missed page number in problems export
* fixed unchecked checkboxes after deleting script, mediatype or proxy
* fixed user's access level to display popup content
* removed link from uneditable template and host names in all configuration sections
* improved LDAP authentication module status check for authentication form
* fixed incorrectly displayed calendar date in maintenance edit form
* fixed trigger wizard expressions sorting as well as wizard crash due incorrect expression removal
* fixed nested host group filter in top 100 triggers, item configuration list and dashboard widgets
* fixed permissions and performance issues with event.get and problem.get methods
* fixed handling of database failure during ID selection
* fixed problem with lost IDs of unlinkable templates
* fixed Oracle batch insert return value
* fixed displaying hints with no content inside
* fixed undefined index error in host import form while importing templates
* fixed cookie vulnerability for tabbed forms
* fixed duplicated error messages in screens section


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/zabbix/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/zabbix/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/zabbix-frontend/Makefile

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

Modified files:

Index: pkgsrc/sysutils/zabbix/Makefile.common
diff -u pkgsrc/sysutils/zabbix/Makefile.common:1.1 pkgsrc/sysutils/zabbix/Makefile.common:1.2
--- pkgsrc/sysutils/zabbix/Makefile.common:1.1  Sun May 21 17:30:03 2017
+++ pkgsrc/sysutils/zabbix/Makefile.common      Wed Jul 26 08:24:06 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.1 2017/05/21 17:30:03 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2017/07/26 08:24:06 adam Exp $
 # used by sysutils/zabbix/Makefile
 # used by sysutils/zabbix-frontend/Makefile
 
-DISTNAME=      zabbix-3.2.6
+DISTNAME=      zabbix-3.2.7
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=zabbix/}
 

Index: pkgsrc/sysutils/zabbix/distinfo
diff -u pkgsrc/sysutils/zabbix/distinfo:1.2 pkgsrc/sysutils/zabbix/distinfo:1.3
--- pkgsrc/sysutils/zabbix/distinfo:1.2 Mon Jul  3 13:04:01 2017
+++ pkgsrc/sysutils/zabbix/distinfo     Wed Jul 26 08:24:06 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2017/07/03 13:04:01 joerg Exp $
+$NetBSD: distinfo,v 1.3 2017/07/26 08:24:06 adam Exp $
 
-SHA1 (zabbix-3.2.6.tar.gz) = f85c9e3ea38926ea026cdb403e9f443c4812d697
-RMD160 (zabbix-3.2.6.tar.gz) = b62c7c793f674535f923df73bbe3f7b9679c22cd
-SHA512 (zabbix-3.2.6.tar.gz) = 48e70a7e33ec8c29967f099d27f240b2e8b02554b43a47387d02b5450367efcb0d2f1c60557194f6b1d4a9755d2c9c69a478627e57624521152b1c1ea0264844
-Size (zabbix-3.2.6.tar.gz) = 16008047 bytes
+SHA1 (zabbix-3.2.7.tar.gz) = eb5bd34e1ad3dd75c54ed072f0799d55d0939d49
+RMD160 (zabbix-3.2.7.tar.gz) = 7997a7a1419d8d543ba0f8e961a247a04272c438
+SHA512 (zabbix-3.2.7.tar.gz) = f60c82829c076a7f8b9d2f0c7dc91f7b65594ac4dcfaa08b19a61b730d8d21afc161636f793416613a47220535334fb675bb105738b130677c729fc0e31cd3e3
+Size (zabbix-3.2.7.tar.gz) = 16016367 bytes
 SHA1 (patch-frontends_php_locale_add__new__language.sh) = c187e2b4ae8dd9e409f5c32469cb7b0f02647d8b
 SHA1 (patch-frontends_php_locale_make__mo.sh) = 2f0aaa63e80fcd5d4fa8c507fd764f80070b7864
 SHA1 (patch-src_zabbix__agent_Makefile.in) = a591c3e831eb34dc10cb5b1078891b5cad53b756

Index: pkgsrc/sysutils/zabbix-frontend/Makefile
diff -u pkgsrc/sysutils/zabbix-frontend/Makefile:1.3 pkgsrc/sysutils/zabbix-frontend/Makefile:1.4
--- pkgsrc/sysutils/zabbix-frontend/Makefile:1.3        Mon Jul  3 13:04:01 2017
+++ pkgsrc/sysutils/zabbix-frontend/Makefile    Wed Jul 26 08:24:06 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/07/03 13:04:01 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2017/07/26 08:24:06 adam Exp $
 
 .include "../../sysutils/zabbix/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-frontend-/}
-PKGREVISION=   1
 COMMENT=       Zabbix PHP frontend
 
 USE_TOOLS+=            pax



Home | Main Index | Thread Index | Old Index