From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] zabbix_agentd: Update to 6.0.30 (LTS) Date: Sun, 09 Jun 2024 10:00:49 +0200 Message-ID: <680b5b2c-7a8a-496e-b8cf-af70483b0a60@ipfire.org> In-Reply-To: <20240608200456.14516-1-robin.roevens@disroot.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5464554443217720840==" List-Id: --===============5464554443217720840== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 08/06/2024 22:04, Robin Roevens wrote: > - Update from version 6.0.27 to 6.0.30 > - Update of rootfile not required > > Bugs fixed: > - ZBX-23853: Fixed duplicate agent check timestamps when time shifts back d= ue to system clock synchronization > > Full changelogs since 6.0.27: > - https://www.zabbix.com/rn/rn6.0.28 > - https://www.zabbix.com/rn/rn6.0.29 > - https://www.zabbix.com/rn/rn6.0.30 > --- > lfs/zabbix_agentd | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd > index 5f274c309..06956ad41 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.27 > +VER =3D 6.0.30 > =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 12 > +PAK_VER =3D 13 > =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 793bb887bd8f0d3c2f3d15a4ed9bb5b1fcfb13fcf80ea0776727= 44a1bd8524e213eaf53291e0f9eecb9eb055fee6f1e29e91f890b54698906beac21ca54db4e9 > +$(DL_FILE)_BLAKE2 =3D 5446a15c5fa3400d78eef47cced6cbd0bc884b6b1f14e267321f= 562b5891e21de41179bb615a733b49ee0ae334aadede32d931db400b9148ec9bc6636ac71e5a > =20 > install : $(TARGET) > =20 --===============5464554443217720840==--