diff options
author | adam <adam@pkgsrc.org> | 2017-07-26 08:24:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-26 08:24:06 +0000 |
commit | e3dfb21cf223ed4b9d0611cbb75a0a2490debec6 (patch) | |
tree | 30b278b9e8c149ec25bc8064ce6e3c08b6eace2c /sysutils | |
parent | eef51541d7be743809c504d23cc8d6b3ea01a54a (diff) | |
download | pkgsrc-e3dfb21cf223ed4b9d0611cbb75a0a2490debec6.tar.gz |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zabbix-frontend/Makefile | 3 | ||||
-rw-r--r-- | sysutils/zabbix/Makefile.common | 4 | ||||
-rw-r--r-- | sysutils/zabbix/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/zabbix-frontend/Makefile b/sysutils/zabbix-frontend/Makefile index 75810ab2f55..9548b1e6338 100644 --- a/sysutils/zabbix-frontend/Makefile +++ b/sysutils/zabbix-frontend/Makefile @@ -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 diff --git a/sysutils/zabbix/Makefile.common b/sysutils/zabbix/Makefile.common index ddd6091dbae..48bff28fa08 100644 --- a/sysutils/zabbix/Makefile.common +++ b/sysutils/zabbix/Makefile.common @@ -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/} diff --git a/sysutils/zabbix/distinfo b/sysutils/zabbix/distinfo index 49a48285a04..c6a9b204b2b 100644 --- a/sysutils/zabbix/distinfo +++ b/sysutils/zabbix/distinfo @@ -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 |