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.27 (LTS) Date: Wed, 28 Feb 2024 20:46:05 +0100 Message-ID: <9abacf97-6847-4bd8-be94-5aafc0e4b27c@ipfire.org> In-Reply-To: <20240228191952.28258-2-robin.roevens@disroot.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3092456141768937023==" List-Id: --===============3092456141768937023== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 28/02/2024 19:58, Robin Roevens wrote: > - Update from version 6.0.22 to 6.0.27 > - Update of rootfile not required > > Bugs fixed: > - ZBX-23715: Fixed persistent directory path not following symlinks upon cr= eation > - ZBX-22933: Improved vfs.file.regmatch and vfs.file.regexp items to use bu= ffered file read > > Full changelogs since 6.0.22: > - https://www.zabbix.com/rn/rn6.0.23 > - https://www.zabbix.com/rn/rn6.0.24 > - https://www.zabbix.com/rn/rn6.0.25 > - https://www.zabbix.com/rn/rn6.0.26 > - https://www.zabbix.com/rn/rn6.0.27 > --- > lfs/zabbix_agentd | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd > index 0033d9a2c..65e111d2f 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.22 > +VER =3D 6.0.27 > =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 11 > +PAK_VER =3D 12 > =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 bba7911a24b00827c58d84938b5786d07f1eb44cbcad94cddf68= b484ac9a2f514beb60225d006b8cefc5bbf92e51da27f26d9f6681e10f6322ed0841394e8d9d > +$(DL_FILE)_BLAKE2 =3D 793bb887bd8f0d3c2f3d15a4ed9bb5b1fcfb13fcf80ea0776727= 44a1bd8524e213eaf53291e0f9eecb9eb055fee6f1e29e91f890b54698906beac21ca54db4e9 > =20 > install : $(TARGET) > =20 --===============3092456141768937023==--