aboutsummaryrefslogtreecommitdiff
path: root/admin/zabbix/patches
Commit message (Collapse)AuthorAge
* zabbix: update to version 6.4.7Florian Eckert2023-10-31
| | | | | | | | | | | Switch to current stable version 6.4.7. See release notes: https://www.zabbix.com/rn/rn6.4.7 So that the new version builds cleanly. The 'libevent2-pthreads' must be added as dependency. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* zabbix: update to 6.2.3Scott Roberts2022-09-26
| | | | | | Refreshed patches. Signed-off-by: Scott Roberts <ttocsr@gmail.com>
* zabbix: update to 5.0.7Rosen Penev2021-01-17
| | | | | | | | Remove pointless uClibc-ng dependency as it's gone now. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zabbix: do not build with uClibc-ngRosen Penev2020-08-13
| | | | | | | | It's missing functionality necessary for zabbix. Remove now pointless patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zabbix: update to 5.0 LTSScott Roberts2020-06-19
| | | | | | | | | | | | | | Updated to 5.0 LTS version. Removed 120-uclibc-res.patch Frontend moved from frontend to ui zabbix-proxy added libevent dependencie refresh patches Compile tested: aarch64 cortex-a53 Run tested: aarch64 cortex-a53 Signed-off-by: Scott Roberts <ttocsr@gmail.com>
* zabbix: remove configure patchRosen Penev2020-02-06
| | | | | | | | Allows removing autoreconf. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zabbix: Fix compilation with uClibc-ngRosen Penev2019-12-30
| | | | | | This is similar to a patch that was previously carried. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zabbix: update to 4.0.11Krystian Kozak2019-08-20
| | | | | | | | | | | Updated to 4.0.11 LTS version. Deleted 003-change-user-and-foreground.patch in according to [ZBX-10611] fixed changing process user owner on startup in foreground when AllowRoot disabled. Compile tested: Yes, lantiq Run tested: Yes, lantiq Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
* zabbix: update to version 4.0.6Josef Schlehofer2019-03-29
| | | | | | Refreshed patches Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* zabbix: update to latest versionKrystian Kozak2018-09-30
| | | | | | | | | Updated to latest version and refreshed patches. Compile tested: Yes, brcm2708 Run tested: Yes, brcm2708 Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
* zabbix: Bump to latest versionKrystian Kozak2018-06-07
| | | | | | | | | | | | This upgrade zabbix to the newest version. Changing SQLite for PostgreSQL, because of dropping SQLite support for server/frontend. More info:https://www.zabbix.com/documentation/3.4/manual/installation/upgrade_notes_340#dropping_sqlite_support_for_serverfrontend In addition added required dependencies. More info:https://www.zabbix.com/documentation/3.4/manual/installation/requirements Compile tested: Yes, brcm2708 Run tested: Yes, brcm2708 Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
* zabbix: remove build timestampAlexander Couzens2017-12-06
| | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* zabbix: update to zabbix 3.0.1Etienne CHAMPETIER2016-04-09
| | | | | | | | | | | | | | zabbix-agent doesn't exist anymore since 3.0 '-f' option (foreground) is now in zabbix-agentd 003-change-user-and-foreground.patch fixes pending issue https://support.zabbix.com/browse/ZBX-10611 you might need to update your config file to add LogType=system Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* admin/zabbix: Fix typos (found by codespell)Stefan Weil2016-03-27
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* zabbix: update to 2.4.6 (and refresh patches)Etienne CHAMPETIER2015-08-23
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: switch zabbix_agentd to procdEtienne CHAMPETIER2015-07-11
| | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: add option to run daemon in foregroundEtienne CHAMPETIER2015-07-10
| | | | | | | | this will allow us to switch to procd and use jailing ... this patch come from https://support.zabbix.com/browse/ZBXNEXT-611 big thanks to Boris Manojlovic Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: fix musl compatibilityJo-Philipp Wich2015-06-17
| | | | | | | | | | | Under musl a compilation unit cannot include both linux/kernel.h and sys/sysinfo.h at the same time since that leads to a redefinition of `struct sysinfo`. Change the autoconf template to include linux/kernel.h while testing for sys/sysinfo.h to test for that conflict. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* zabbix: update to 2.4.2Etienne CHAMPETIER2014-11-13
| | | | | | | Remove 001-cross_compile.patch, it's fixed upstream (ZBX-5561) Run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: update to 2.4.0, refresh patchesChristoph König2014-09-16
| | | | | Signed-off-by: Christoph König <christoph.koenig@gmail.com> Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* zabbix: update to 2.2.5, refresh patchesEtienne CHAMPETIER2014-07-23
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* Zabbix: import 2.2.2 from packagesEtienne CHAMPETIER2014-06-04
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>