pkgsrc/sysutils/zabbix/Makefile.common
he 4905e9f1df 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)
2018-09-20 13:44:47 +00:00

14 lines
438 B
Makefile

# $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.14
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zabbix/}
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.zabbix.com/
LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../sysutils/zabbix/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/zabbix/patches