From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] observium-agent: Update to version 23.1 Date: Mon, 24 Jul 2023 18:15:41 +0200 Message-ID: <20230724161546.2683103-4-adolf.belka@ipfire.org> In-Reply-To: <20230724161546.2683103-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1667985602193121680==" List-Id: --===============1667985602193121680== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 18.9.1 to 23.1 - Update of rootfile not required - Changelog - There is no changelog file inb the source tarball. The commit changes are done in a SVN change management system. There is a = Changelog page on the website, https://changelog.observium.org/, but this identifies= all changes by their SVN number but with no relationship to the release version number. - I have not been able to find out how to identify what changes have been mad= e between version 18.9.1 and 23.1 Signed-off-by: Adolf Belka --- lfs/observium-agent | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/observium-agent b/lfs/observium-agent index ff86b46cf..7df6996ba 100644 --- a/lfs/observium-agent +++ b/lfs/observium-agent @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Observium agent =20 -VER =3D 18.9.1 +VER =3D 23.1 =20 THISAPP =3D observium-community-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/observium TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D observium-agent -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D xinetd =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 08f07f93e88bfcd62851d2a3cc97d9dc7bc45de159f41948dd0ccb= 14de299d489767c5c0c7a2246673321a8a7c1e471b740ba23f05fde99c0e1a65c5ebce8ce1 +$(DL_FILE)_BLAKE2 =3D d89e8bd454bff4dfcf56bb95619747de53ee6b84d7f4f201058d65= 4494252f3bc725013a5f08b6d635be30234474a4de9379275b593e031efb9a3f216641cd7c =20 install : $(TARGET) =20 --=20 2.41.0 --===============1667985602193121680==--