pkgsrc/sysutils/zabbix/Makefile.common
he 61bb99ac21 Updating to zabbix version 3.4.8.
Pkgsrc changes:
 * None.

Upstream changes since 3.4.7:

..F....... [ZBXNEXT-4374] implemented the widget configuration fields
	clearing when changing the type (ashubin)
..F....... [ZBXNEXT-4045] implemented maximum size for graphs in
	widgets (gcalenko)
A.F....... [ZBX-1357] enabled Hebrew translation to be displayed by
	default (zalex_ua)
A.F....... [ZBX-1357] updated Chinese (China), Czech, English
	(United States), French, German, Hebrew, Japanese, Korean, Russian,
	Turkish, Ukrainian translations; thanks to Zabbix translators
	(zalex_ua)

Bug fixes:
..F....... [ZBX-13542] fixed http steps on template not inheriting hosts
	application setting (nikita)
..F....... [ZBX-13618] fixed wrong variables order in translatable
	error message (nikita)
..F....... [ZBX-13344] fixed default condition for trigger based actions
	(agriscenko)
........S. [ZBX-13613] improved a history syncer when backend elasticsearch
	is not available (MVekslers)
...G...... [ZBX-13544] fixed agent crashes when using regex with 'Log' item
	for Mac OSX (MVekslers)
........S. [ZBX-13611] fixed lld rules not always saving their state/error
	message changes (wiper)
........S. [ZBX-13571] fixed regression that resulted in slow history data
	queries on partitioned tables (wiper)
A.F....... [ZBX-13424] added possibility to select web items as
	master items and improved copying of dependent items to destination
	hosts and templates (Ivo)
A......... [ZBX-13573] fixed undefined index message changing Action
	"Acknowledgment operations" from "Remote command" to "Notify all
	involved" (agriscenko)
A......... [ZBX-13570] fixed undefined index in API call (agriscenko)
A......... [ZBX-13331] removed "recovery" property from action.get API
	method response (nikita)
..F....... [ZBX-13309] fixed displaying of Problem/Recovery time
	(agriscenko, ashubin, Sasha)
.......PS. [ZBX-13450] fixed server and proxy compilation problem for
	Solaris 10 (MVekslers)
A.F....... [ZBX-13458,ZBX-13494] fixed resolving of the macros in map
	labels for non-superadmin users (Sasha)
..F....... [ZBX-13526] fixed widget placeholder jumping instead of
	resizing while dashboard edit (ashubin)
.......PS. [ZBX-13362] fixed potentially wrong rows deleting by
	housekeeper in PostgreSQL (Sergejs)
..F....... [ZBX-13506] fixed linked trigger is moved to sibling map
	element (agriscenko)
........S. [ZBX-13586] fixed trigger-based event correlation - suspend
	creation of event if no problems are recovered by it (viktors, wiper)
........S. [ZBX-13339] improved deallocation of memory (MVekslers)
..F....... [ZBX-13340] fixed pie graphs displaying incorrect data (Ivo)
..F....... [ZBX-13412] fixed JS error and wrong form behaviour when
	changing item type, type of information, data type (agriscenko)
..F....... [ZBX-13257] fixed display of the latest item in Audit log
	(agriscenko)
..F....... [ZBX-13447] fixed trigger name readability on map in dark
	theme (nikita)
..F....... [ZBX-13360] fixed HTML5 placeholder color that previously
	appeared like actual input data (nikita)
...G...PS. [ZBX-13351] improved OpenSSL error messages (viktors)
..F....... [ZBX-13147] fixed inconsistent number on map navigation tree (nikita)
..F....... [ZBX-13537] fixed "Inaccessible user" in Dashboard System
	status widgets acknowledgement popup (agriscenko)
....I..... [ZBX-13472] fixed description of "Server" and "ServerActive"
	configuration options (Sasha)
........S. [ZBX-13455] added frontend error message when templates cannot
	be linked to LLD host (viktors)
..F....... [ZBX-13434] fixed incorrect trigger dependencies being set
	after copying triggers to multiple hosts; thanks to Kotaro Miyashita
	for the patch (Ivo)
..F....... [ZBX-12883] fixed incorrect ordering the list of triggers
	after saving a map (agriscenko)
..F....... [ZBX-12940] fixed content does not fit dialog window (agriscenko)
..F....... [ZBX-13401] fixed successful items mass update with invalid
	update interval (agriscenko)
..F....... [ZBX-13342] fixed order by query in frontend Maintenance tab
	(agriscenko)
A......... [ZBX-6167] fixed partial updating in maintenance.update (ashubin)
...G...... [ZBX-13062] banned using of mutex in threads of metrics
	collection (MVekslers)
........S. [ZBX-13236] fixed error message of function parameters parse
	(MVekslers)
....I..... [ZBX-13398] fixed configure script for Debian GNU/Linux
	"buster" and "sid" to work with PostgreSQL (viktors)
..F....... [ZBX-13428] fixed long name of map outside go back button in
	map widget (agriscenko, Sasha)
A.F....... [ZBX-12754] fixed undefined index error in map import (gcalenko)
..F....... [ZBX-13166] fixed daily and yearly notification reports not
	including current day/last day of leap-year (nikita)
.......PS. [ZBX-13498] added optional MySQL upgrade patch for
	"problem" table to drop redundant index after another index that
	can be used to enforce the foreign key constraint has been created
	(vso)
........S. [ZBX-13452] fixed Elasticsearch history storage
	defaultivalue types (viktors)
..F....... [ZBX-12941] fixed checkbox overlay's position over
	the checkbox (miks)
..F....... [ZBX-13334] fixed translations of Widget parameters
	window (agriscenko)
A......... [ZBX-13248] fixed field trapper_hosts to optional for
	trapper item.create (ashubin)
..F....... [ZBX-13307] fixed map scaling and position to the widget
	left side (ashubin)
A......... [ZBX-6118] fixed poor performance of changing an item on
	the template which linked with many hosts (Sasha)
..F....... [ZBX-13141] fixed invalid value for "Update interval" field
	in mass update form on submit was redirecting to items list (gcalenko)
2018-04-12 08:25:24 +00:00

14 lines
437 B
Text

# $NetBSD: Makefile.common,v 1.6 2018/04/12 08:25:24 he Exp $
# used by sysutils/zabbix/Makefile
# used by sysutils/zabbix-frontend/Makefile
DISTNAME= zabbix-3.4.8
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