From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH 1/3] zabbix_agentd: Update to 6.0.15 (LTS) Date: Mon, 03 Apr 2023 18:32:36 +0200 Message-ID: In-Reply-To: <20230402110711.19593-2-robin.roevens@disroot.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7803275931811627864==" List-Id: --===============7803275931811627864== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 02/04/2023 13:07, Robin Roevens wrote: > - Update from version 6.0.6 to 6.0.15 > - Update of rootfile not required > - Changelog > No substantial changes for Agent Linux version > Changelogs since 6.0.6: > - https://www.zabbix.com/rn/rn6.0.7 > - https://www.zabbix.com/rn/rn6.0.8 > - https://www.zabbix.com/rn/rn6.0.9 > - https://www.zabbix.com/rn/rn6.0.10 > - https://www.zabbix.com/rn/rn6.0.11 > - https://www.zabbix.com/rn/rn6.0.12 > - https://www.zabbix.com/rn/rn6.0.13 > - https://www.zabbix.com/rn/rn6.0.14 > - https://www.zabbix.com/rn/rn6.0.15 > > 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 d7b5a4b37..281bd9fa3 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.6 > +VER =3D 6.0.15 > =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 6 > +PAK_VER =3D 7 > =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 f9d07ca8938ae4e5e47048c32872644caeda0ecdef17513c63c6= 3d1ce2aaa4ac0c92e6c70932bc598ff908419dae05bab32924f5973a5528b5668f7c7c2c5a17 > +$(DL_FILE)_BLAKE2 =3D dfef2036df2afbc50f4706a98105311e859f21cd01b430bc26f9= 60bc650ff2d83c0db2977a85561cc75ddeb5fbb7a6704948dfa17749b238583f4f50e15f18a7 > =20 > install : $(TARGET) > =20 --===============7803275931811627864==--