From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Roevens To: development@lists.ipfire.org Subject: [PATCH] zabbix_agentd: Update to 6.0.33 (LTS) Date: Tue, 10 Sep 2024 20:25:59 +0200 Message-ID: <20240910182559.1375166-1-robin.roevens@disroot.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1619927179534019220==" List-Id: --===============1619927179534019220== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 6.0.30 to 6.0.33 - Update of rootfile not required Bugs fixed: - ZBX-20766: Fixed confusing port binding error message - ZBX-24391: Fixed Zabbix agent to return net.tcp.socket.count result without= error if IPv6 is disabled Full changelogs since 6.0.30: - https://www.zabbix.com/rn/rn6.0.31 - https://www.zabbix.com/rn/rn6.0.32 - https://www.zabbix.com/rn/rn6.0.33 --- lfs/zabbix_agentd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd index 06956ad41..55abd609a 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.30 +VER =3D 6.0.33 =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 13 +PAK_VER =3D 14 =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 5446a15c5fa3400d78eef47cced6cbd0bc884b6b1f14e267321f56= 2b5891e21de41179bb615a733b49ee0ae334aadede32d931db400b9148ec9bc6636ac71e5a +$(DL_FILE)_BLAKE2 =3D 736c5b46193e7e7f93dfa00eb56c65fdf3fa6e36a647d0f9101189= 23950114dbbbe9382563e96db4d8ee6199b4e0342037fb8ec6ec8d349884612f5ef18db966 =20 install : $(TARGET) =20 --=20 2.46.0 --===============1619927179534019220==--