From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gh4Pl57chz32dV for ; Thu, 18 Jun 2026 15:28:43 +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 (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gh4Pg6Q4qz2xbk for ; Thu, 18 Jun 2026 15:28:39 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gh4Pf3vPwz2Xv; Thu, 18 Jun 2026 15:28:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1781796518; 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; bh=JkgoUqg8C7xurFupNpeuh0pf7AMGZRmMhVg08+DuyYQ=; b=hDWAJmj74NU0iq2J53Nb54HluMy8hoJbOCos86hjATr4eAcQifKH0vXxlEtbUZWPBqfHFR GO44Hy49v4HvWLDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1781796518; 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; bh=JkgoUqg8C7xurFupNpeuh0pf7AMGZRmMhVg08+DuyYQ=; b=hb0WJo/I1Kj2e5bqHgSZK+n5rLeh6p4Ifm2TZA7xEY+kH5NyPidTJ15nsiQMnOPHL0o9Zy S0JE/zDIhOrdwsLUR/B1CB9XjFyDHSq35lLhVbimu2kwAC1QlmLFJvxI/Xe65WRdrh9lMB +hR+Og0PbOlHcv87Ihc0jgSOlP63FAGa2zNL6rlh4+aC5DQSmADFYrPgNT65Qipi523WIa yWhVvJOGnxy2oL++xIuKlisRIRX7M7u4CRYeEwcNudccquzsmnlkxw+uuvS5eBUvQOaPTH mxmcqvmF8Ia3Vk5JEY7ADeVnjxVmg9pknNTBqv53/Y4rZRbNdP1rxPjmZWs+fw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 1/2] observium-agent: Add perl-Encode-Locale as a run-time dependency Date: Thu, 18 Jun 2026 17:28:33 +0200 Message-ID: <20260618152834.3585310-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Fixes: Bug14017 Signed-off-by: Adolf Belka --- lfs/observium-agent | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/observium-agent b/lfs/observium-agent index 20982467c..86d7c5f47 100644 --- a/lfs/observium-agent +++ b/lfs/observium-agent @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2026 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 # @@ -34,9 +34,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/observium TARGET = $(DIR_INFO)/$(THISAPP) PROG = observium-agent -PAK_VER = 4 +PAK_VER = 5 -DEPS = xinetd +DEPS = xinetd perl-Encode-Locale SERVICES = -- 2.54.0