From patchwork Mon Jul 24 16:15:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7019 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4R8ldt71mZz3x29 for ; Mon, 24 Jul 2023 16:16:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4R8ldZ0Cwhz1hg; Mon, 24 Jul 2023 16:16:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4R8ldY2lxfz2xts; Mon, 24 Jul 2023 16:16:01 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4R8ldV1Gpjz2y0Q for ; Mon, 24 Jul 2023 16:15:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4R8ldT0tv7zyQ; Mon, 24 Jul 2023 16:15:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1690215357; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KoHqZK34wjH7mnuvJl+3n89KIqJX3M/LT8yzjDntIP4=; b=KjcZRSf5kdNibgWJH1+AlyZLIPaXzbTOVmuk+wy1Nt3Zb5dXSk6Yl8o/8Qt2OLklIVHS4M K/HLRHWmr6YzLrTHHkNYOCVirQjuOV+t81s+q1K9G5aZRTvkHsw9FvM1litDI7J5HzcNOx XrZ5AI4/ApneYXZjuvWOr0gscjm4X/0O/1naziq9ngRc7jdPAvEJYTwGwjDSB82m7fTgd4 4QdSV3HFoI7IWN8zRBBcDTlB8QG/ip9aEXv9y+b24osq4Hp6P+JUajr3kpuRaowWYUYSJV WpCuxRkHfTDKA1hcb1cJxZ+OUujdS38h6/+3dN89uBHXf/U88jv0fEnMh6uaxQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1690215357; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KoHqZK34wjH7mnuvJl+3n89KIqJX3M/LT8yzjDntIP4=; b=4C1vkvuwavPxIgc5aWOfTggq6pLOGmvQRxopcf116leJu9LvvOlIydSbmUYZmT/gdx1MwS WfXuzxRRSqiY8ACQ== 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> References: <20230724161546.2683103-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 made 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 SUMMARY = Observium agent -VER = 18.9.1 +VER = 23.1 THISAPP = observium-community-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/observium TARGET = $(DIR_INFO)/$(THISAPP) PROG = observium-agent -PAK_VER = 1 +PAK_VER = 2 DEPS = xinetd @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 08f07f93e88bfcd62851d2a3cc97d9dc7bc45de159f41948dd0ccb14de299d489767c5c0c7a2246673321a8a7c1e471b740ba23f05fde99c0e1a65c5ebce8ce1 +$(DL_FILE)_BLAKE2 = d89e8bd454bff4dfcf56bb95619747de53ee6b84d7f4f201058d654494252f3bc725013a5f08b6d635be30234474a4de9379275b593e031efb9a3f216641cd7c install : $(TARGET)