diff options
author | he <he@pkgsrc.org> | 2018-09-20 13:44:47 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2018-09-20 13:44:47 +0000 |
commit | f96a62add35b8161cf065ec0eac6b1e31c72d158 (patch) | |
tree | fa929750d6f720fd936e924628f475572e327330 /sysutils | |
parent | c76ebbfc4872b142f0e4f5f010b2d4033221d529 (diff) | |
download | pkgsrc-f96a62add35b8161cf065ec0eac6b1e31c72d158.tar.gz |
Updating to zabbix version 3.4.14.
Pkgsrc changes:
* None.
Upstream changes:
Changes for 3.4.14
3.4.14rc1 was released as 3.4.14 without any changes
--------------------------------------------------------------------------------
Changes for 3.4.14rc1
New features:
A.F....... [ZBX-1357] enabled Portuguese (Portugal) translation to
be displayed by default (zalex_ua)
Bug fixes:
........S. [ZBX-14812] fixed hexadecimal to decimal preprocessing step to
allow pairs of hexadecimal digits separated by space or
new line (vso)
..F....... [ZBX-14496] fixed unauthorized request error when sorting list
after enabling/disabling elements (agriscenko)
........S. [ZBX-14614] fixed server template linking with triggers having
no dependencies (MVekslers)
...G...... [ZBX-6565,ZBX-13645,ZBX-14559] fixed agent on AIX 6.1 TL0,
7.1 TL0: system.stat[memory,avm], compilation, crash on
net.dns[] items (Andris)
..F....... [ZBX-13015] fixed X axis labels with DST transition in the
displayed period (Sasha)
........S. [ZBX-14777] increased severity of housekeeper logs in the
case of invalid history/trends intervals (wiper)
........S. [ZBX-14778] fixed housekeeper attempting to remove history
of discovery rules/prototypes (wiper)
.......PS. [ZBX-14771] fixed memory leak in poller if scheduling interval
is invalid (vso)
.......PS. [ZBX-14775] fixed configuration of the maximum available
count of aggregated metrics in a single request to vmware
vCenter (MVekslers)
..F....... [ZBX-14676] fixed displaying links containing UTF-8 characters (Ivo)
...G...PS. [ZBX-14756] fixed zbxregexp library not compiling with old
versions of pcre; thanks to Simon Matter for the patch (yurii)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zabbix/Makefile.common | 4 | ||||
-rw-r--r-- | sysutils/zabbix/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/zabbix/Makefile.common b/sysutils/zabbix/Makefile.common index 854f458b203..d1996e7286b 100644 --- a/sysutils/zabbix/Makefile.common +++ b/sysutils/zabbix/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.8 2018/08/30 08:39:06 he Exp $ +# $NetBSD: Makefile.common,v 1.9 2018/09/20 13:44:47 he Exp $ # used by sysutils/zabbix/Makefile # used by sysutils/zabbix-frontend/Makefile -DISTNAME= zabbix-3.4.13 +DISTNAME= zabbix-3.4.14 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zabbix/} diff --git a/sysutils/zabbix/distinfo b/sysutils/zabbix/distinfo index 6a8524bd529..06fdd05d8ad 100644 --- a/sysutils/zabbix/distinfo +++ b/sysutils/zabbix/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2018/08/30 08:39:06 he Exp $ +$NetBSD: distinfo,v 1.11 2018/09/20 13:44:47 he Exp $ -SHA1 (zabbix-3.4.13.tar.gz) = 4f95ebe362b8376b1b1d0fb009c40475bc27459b -RMD160 (zabbix-3.4.13.tar.gz) = bb250db84163a34093328147447c9dc75c95d04b -SHA512 (zabbix-3.4.13.tar.gz) = 4edcf6d9df0f100c639efa6bc18e67ed59819e719a2226593fd81212d4c2e46a19cb50501cca005246b4c01c4082a18e21c9049a99ac9df263180a3c24fa52f0 -Size (zabbix-3.4.13.tar.gz) = 17507365 bytes +SHA1 (zabbix-3.4.14.tar.gz) = 569552c552cb893993904fa499fd2ef8d02415bc +RMD160 (zabbix-3.4.14.tar.gz) = 1e2afd7a4ca348354d8c05466b9f4035af177125 +SHA512 (zabbix-3.4.14.tar.gz) = 597ae107c16578ec2b1a364f2b61a7a7423a1cf39d3b04289e2f91dc0f931e796b566cbd451b14e026c35302120b647d6d574952a453189b066fb06081f9bb83 +Size (zabbix-3.4.14.tar.gz) = 17476022 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 |