From patchwork Thu Jun 18 15:28:33 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9945 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 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 web04.haj.ipfire.org (Postfix) with ESMTPS id 4gh4Pl5GCBz3wbB for ; Thu, 18 Jun 2026 15:28:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gh4Pl0Jqhz78l for ; Thu, 18 Jun 2026 15:28:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gh4Pk6dwPz32dW for ; Thu, 18 Jun 2026 15:28:42 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 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 = From patchwork Thu Jun 18 15:28:34 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9946 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gh4Pl69rMz3wh7 for ; Thu, 18 Jun 2026 15:28:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gh4Pl50hHz78D for ; Thu, 18 Jun 2026 15:28:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gh4Pl4F83z3346 for ; Thu, 18 Jun 2026 15:28:43 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (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 4gh4Ph6zXrz339x for ; Thu, 18 Jun 2026 15:28:40 +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 4gh4Pg2C26z3Xp; Thu, 18 Jun 2026 15:28:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1781796519; 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=DxeRibe/8Jcg9W8r26mlt1auVfxWIQlsQXCyx5jcFDE=; b=VKR+a6nZxonyv35f1U9AcPgiymhQoq4jD16vodyWXs2EHkTAQ3ZzT3MFk78umaaY6TJ60J dZpktQhQmtQfNLAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1781796519; 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=DxeRibe/8Jcg9W8r26mlt1auVfxWIQlsQXCyx5jcFDE=; b=vdlzzwJcC9Zd7vnPh2GFw96XcGiWCwuu+zAKocOhT4rl13JIijMDN+F567gCnUmlbb3RV0 a8CGizV+V4m137ff2lVGqwcANcZl9gUdtMoO0NwSriroLEJ1l6Vei5X1TXTUwr9QNOcima GXX4ufRssVthICYOGcYnVoATgwuXGdnL+Ex2c1l8X+Sfc9d5x0iig0bTTDoEEljTI4CFmI zDKqr0cZ9mzAY72jsMNND1y60tzRSf3W9tX5MFehzzPOsuLxehdSqu4CLJcse0o32mRUYl iVl1BkJAw1dEp0z/dkACf2RFr1gjSvPiZduNkiWGjY/nN6o0RloVU8iESF971w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] perl-Encode-Locale: New package required as an observium-agent runtime dependency Date: Thu, 18 Jun 2026 17:28:34 +0200 Message-ID: <20260618152834.3585310-2-adolf.belka@ipfire.org> In-Reply-To: <20260618152834.3585310-1-adolf.belka@ipfire.org> References: <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 Fixes: Bug14017 Signed-off-by: Adolf Belka --- config/rootfiles/packages/perl-Encode-Locale | 6 ++ lfs/perl-Encode-Locale | 88 ++++++++++++++++++++ make.sh | 1 + 3 files changed, 95 insertions(+) create mode 100644 config/rootfiles/packages/perl-Encode-Locale create mode 100644 lfs/perl-Encode-Locale diff --git a/config/rootfiles/packages/perl-Encode-Locale b/config/rootfiles/packages/perl-Encode-Locale new file mode 100644 index 000000000..d687f5ec7 --- /dev/null +++ b/config/rootfiles/packages/perl-Encode-Locale @@ -0,0 +1,6 @@ +#usr/lib/perl5/site_perl/5.36.0/Encode +usr/lib/perl5/site_perl/5.36.0/Encode/Locale.pm +#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Encode +#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Encode/Locale +#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Encode/Locale/.packlist +#usr/share/man/man3/Encode::Locale.3 diff --git a/lfs/perl-Encode-Locale b/lfs/perl-Encode-Locale new file mode 100644 index 000000000..e89251853 --- /dev/null +++ b/lfs/perl-Encode-Locale @@ -0,0 +1,88 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2026-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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + + +############################################################################### +# Definitions +############################################################################### + +include Config + +SUMMARY = Perl extension to determine the locale encoding + +VER = 1.05 + +THISAPP = Encode-Locale-$(VER) +DL_FILE = ${THISAPP}.tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = perl-Encode-Locale +DEPS = +PAK_VER = 1 + +SERVICES = + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_BLAKE2 = f66bac8ebf012e7673b344b3899bed755558b80833a68b009b6083aeadd9d69748a63bee4e5e3c20dffaf7f2551fd6c9c778273ae992752c426e081d35715dee + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +b2 : $(subst %,%_BLAKE2,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, b2sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && perl Makefile.PL + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index cfcbb7635..b060bfbdf 100755 --- a/make.sh +++ b/make.sh @@ -1884,6 +1884,7 @@ build_system() { lfsmake2 qemu lfsmake2 nagios_nrpe lfsmake2 nagios-plugins + lfsmake2 perl-Encode-Locale lfsmake2 observium-agent lfsmake2 ebtables lfsmake2 faad2