From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Roevens To: development@lists.ipfire.org Subject: [PATCH 1/2] zabbix_agentd: Update to 6.0.35 (LTS) Date: Tue, 05 Nov 2024 23:36:17 +0100 Message-ID: <20241105223618.4086546-1-robin.roevens@disroot.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8542278386010220101==" List-Id: --===============8542278386010220101== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 6.0.33 to 6.0.35 - Update of rootfile not required Bugs fixed: - ZBX-25127: Fixed crash in JSON library due to null pointer arithmetic - ZBX-24273: Fixed potential crash for vfs.fs.get item - ZBX-25029: Fixed initiating HA failover in the case of invalid server respo= nse Full changelogs since 6.0.33: - https://www.zabbix.com/rn/rn6.0.34 - https://www.zabbix.com/rn/rn6.0.35 Signed-off-by: Robin Roevens --- lfs/zabbix_agentd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd index dd593ecf1..8e2cd1cb6 100644 --- a/lfs/zabbix_agentd +++ b/lfs/zabbix_agentd @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Zabbix Agent =20 -VER =3D 6.0.33 +VER =3D 6.0.35 =20 THISAPP =3D zabbix-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D zabbix_agentd -PAK_VER =3D 14 +PAK_VER =3D 15 =20 DEPS =3D fping =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 736c5b46193e7e7f93dfa00eb56c65fdf3fa6e36a647d0f9101189= 23950114dbbbe9382563e96db4d8ee6199b4e0342037fb8ec6ec8d349884612f5ef18db966 +$(DL_FILE)_BLAKE2 =3D 82f76fefeb45450a02f04f1fd51a68cfb3c73e727e0dccbe77e9af= b0c21d847ab2894954fb4bb56b0101614ef922a11910721c302e3cd8b51d79eb905cbd0b3d =20 install : $(TARGET) =20 --=20 2.47.0 --===============8542278386010220101==--