From patchwork Sat Jun 28 13:48:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8857 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0k0G1pz3wnF for ; Sat, 28 Jun 2025 13:49:10 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bTv0b2D1Nz4lj for ; Sat, 28 Jun 2025 13:49:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bTv0Z2Tx3z34RK for ; Sat, 28 Jun 2025 13:49:02 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0W2ZySz2yHY for ; Sat, 28 Jun 2025 13:48:59 +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 4bTv0V2kJBz91; Sat, 28 Jun 2025 13:48:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751118538; 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=pX/oxhYa37lb1nWb3Pe8n2Ex8XLXixd3Hj0yO2+0+Uo=; b=dOf25/8F41QZo8/ztJ26+mHvNyxxYbS6FfmL8yK/IcdGxm7l7djChZLQWFwl6DYUVvCepU 4NiRqh9ZTZcmjaAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751118538; 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=pX/oxhYa37lb1nWb3Pe8n2Ex8XLXixd3Hj0yO2+0+Uo=; b=k6pkHdVgWRFkOSJEMPS34yZhg3fvj7hAGaz9gxkhDp2GLAiaIEpBvWuOOc6pp2Sf8XL+HR YZ8OmmLRwMQ52WhGvmQ/iHsdrnu+SHO+xZv1ZIfJaryZFpPS0srIRIfp6Vzu890tC/iw8U 9e2zid8inW0lRw9/LHDaW/DdXWfWPnuKEyVlk1xjpHunWoYn7NyuWuVNFRdxfXcTFndIqw 2Ic7XmfWgG+j0XYxEu60l99sYQrkgdJqEARhEOGGaUbUy1XoEKVc493qvSa/MunXA2CryH qVs3EUaAdmg0wM2XBp3Jc8xw6TU1gwuUn6mfc+eqHAEAMSOsGn7Zmtdle7H6Fw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 1/5] functions.pl: pakfir cleanup Date: Sat, 28 Jun 2025 15:48:49 +0200 Message-ID: <20250628134853.3312365-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 - I wondered what was supposed to be in the pakfire.log file that has always been empty so I had a look around and discovered that it has been commented out since CU30 - So this patch removes that commented out line and the other patches in this set remove the creation of the empty pakfire.log file and stop it being restored etc Signed-off-by: Adolf Belka --- src/pakfire/lib/functions.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index 2f172c398..e2c646313 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2025 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 # @@ -105,7 +105,6 @@ sub message { sub logger { my $log = shift; if ($log) { - #system("echo \"`date`: $log\" >> /var/log/pakfire.log"); system("logger -t pakfire \"$log\""); } } From patchwork Sat Jun 28 13:48:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8856 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0j6ztlz3wm9 for ; Sat, 28 Jun 2025 13:49:09 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bTv0b2rZRz4gB for ; Sat, 28 Jun 2025 13:49:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bTv0Z2mk7z36VQ for ; Sat, 28 Jun 2025 13:49:02 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0W312kz3333 for ; Sat, 28 Jun 2025 13:48:59 +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 4bTv0W0kvMzD2; Sat, 28 Jun 2025 13:48:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751118539; 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=qfd2b6KUmMSqDi0WTH0RG0CZUxJs50QlZCP4F8Cutv4=; b=0QL8O1edeIu01sBZHJMUvKnZj2wgrwrNF84E7SdLXyxTZ5hZS70gOanNpwMfnoNq8AJkqQ 4e/Y6nDXxdqL07Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751118539; 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=qfd2b6KUmMSqDi0WTH0RG0CZUxJs50QlZCP4F8Cutv4=; b=LAkQwOXZ6J5N1Ft8gOHhPhMk7B1WVIdma3XaVb0Qqe8qjggjpjNuBuwSsoSZMCEmmLEU9Z TvDlje3DdfwlE/n6Ig8QUmhb3bYGYkrQr/4rolUgEQxTFM7AyXURXPwe77MYZyPXpo3IGk nwZlwn/tJecSyxm1EEJn+WnZYd9sAuKXopHkkOfe1dPVIw+cZH0lOPN2UvDsJ5VbAImFr3 wJOYEZmx5SAzgHavWey1F/bd1GDHif3TVO8huQriETJSoQMYwGRbvCOrTQAdUQmla4Fu/I nIJHWsO8p94iDXmnKsABxaqLT6tchJVV6OocBo/qtCfwu0SAevqfoaEkz2FTSQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/5] pakfire: Remove creation of pakfire.log that is never used Date: Sat, 28 Jun 2025 15:48:50 +0200 Message-ID: <20250628134853.3312365-2-adolf.belka@ipfire.org> In-Reply-To: <20250628134853.3312365-1-adolf.belka@ipfire.org> References: <20250628134853.3312365-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 Signed-off-by: Adolf Belka --- config/rootfiles/common/pakfire | 1 - lfs/pakfire | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config/rootfiles/common/pakfire b/config/rootfiles/common/pakfire index b2a10cf37..8fe0f09a4 100644 --- a/config/rootfiles/common/pakfire +++ b/config/rootfiles/common/pakfire @@ -17,4 +17,3 @@ opt/pakfire/pakfire opt/pakfire/tmp var/cache/pakfire var/log/pakfire -var/log/pakfire.log diff --git a/lfs/pakfire b/lfs/pakfire index da7a648c8..2e75f7f68 100644 --- a/lfs/pakfire +++ b/lfs/pakfire @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2025 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 # @@ -58,9 +58,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > $(DIR_APP)/etc/pakfire.conf chown root.root $(DIR_APP) -R chmod 755 $(DIR_APP)/pakfire - touch /var/log/pakfire.log - chown root.nobody /var/log/pakfire.log - chmod 644 /var/log/pakfire.log ln -sf ../../var/log/pakfire /opt/pakfire/logs ln -sf ../../var/cache/pakfire /opt/pakfire/cache @$(POSTBUILD) From patchwork Sat Jun 28 13:48:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8858 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0k0V0hz3wnP for ; Sat, 28 Jun 2025 13:49:10 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bTv0b32wjz71p for ; Sat, 28 Jun 2025 13:49:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bTv0Z3HZJz36VZ for ; Sat, 28 Jun 2025 13:49:02 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0W3q3Mz33t6 for ; Sat, 28 Jun 2025 13:48:59 +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 4bTv0W25PZz118; Sat, 28 Jun 2025 13:48:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751118539; 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=QPf1/jCznlcyLHk/dxK0iC166n2CLcKMat7YW2LHEHc=; b=SWAbvfr38FmXEEFBahfX0HwtFkM9BGne4bFYA4T7ojZ3h0E7SlKxk2o/U2+yTSTPeymfO2 zUA7oATt8WYlNCBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751118539; 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=QPf1/jCznlcyLHk/dxK0iC166n2CLcKMat7YW2LHEHc=; b=Od4Yqz54/ZfRKWcjHNmOdWgn7x5HcomY8EXzUub9TWEXc9xa59kLjBCzat8kOlBCsGuYrC X9DxuLwalQ+A0I7g4BklA2Vm+viNd9NYUo6e+lE6idtxeR38k+RBpjrbG3tDZJkak4Gnib L47gqUTrEATvUZcRLb7ECxhMVOB17fIi2RY3KlPXm1SWQ71rLLWUT7NEqirw5Pimn2ZrmV 4YU9tjfUqMaL+14VJsNgtkgFTaxz+FCCOMnUFhjXHKpoMxD8XtGWKxPYU/RS9A6yN74B8Z 7UDdjwXxXxyEkTGGtOGhpPKuuATehdgoch3CSn6fl7Ndi6UtObvpIeTtvDVD5A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 3/5] backup.pl: Stop restore of the empty pakfire.log file Date: Sat, 28 Jun 2025 15:48:51 +0200 Message-ID: <20250628134853.3312365-3-adolf.belka@ipfire.org> In-Reply-To: <20250628134853.3312365-1-adolf.belka@ipfire.org> References: <20250628134853.3312365-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 - With the removal of the pakfire.log file from the install, this patch stops the empty file being restored from old backups Signed-off-by: Adolf Belka --- config/backup/backup.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/backup/backup.pl b/config/backup/backup.pl index 0b8272266..fe62213e8 100644 --- a/config/backup/backup.pl +++ b/config/backup/backup.pl @@ -345,6 +345,11 @@ restore_backup() { /usr/local/bin/ipsecctrl S fi + if [ -e /var/log/pakfire.log ]; then + rm /var/log/pakfire.log + fi + + return 0 } From patchwork Sat Jun 28 13:48:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8859 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0k2BmZz3wnR for ; Sat, 28 Jun 2025 13:49:10 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bTv0b4ZMcz76Z for ; Sat, 28 Jun 2025 13:49:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bTv0Z4yKcz34NT for ; Sat, 28 Jun 2025 13:49:02 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0W5T1sz34LX for ; Sat, 28 Jun 2025 13:48:59 +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 4bTv0W3l4Sz91; Sat, 28 Jun 2025 13:48:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751118539; 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=eH+ubtgYPeQd/sJ3YczcSeG/+J6jWI3fAplc0eJrEj0=; b=JnIY6F4Ix59BcJYvdUi2rW3SUhh1N5qS5ZTrYGDz8ceE1oZZs3dtJvloNuHzuc7bG1u7Rf YvxsPJEbjrTHskAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751118539; 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=eH+ubtgYPeQd/sJ3YczcSeG/+J6jWI3fAplc0eJrEj0=; b=A1CG14Wr1eoS/DJpXPv9aiIQRubi70ci+fk3jn3suq3PSax0kevxQiW7tvykZBTQY9TL96 jCum8ayj6h1CPkNzcARbUesgkCK67ojvvJ+TkH51zLpGC/eAlN3YN8EFkW7Z4KfRr1TN1/ BxLr2XVE+EMV7Ffl/YOqB6Tye9nraDxIUoLFbMu+HzNTwi7nbm1kCXfLqoKvbnY+L/UzoV FzY6A68YQQf4wVAN+CJ0pUeR52fjWzrKw9J5rjt7slpZe6e9jifo9st/AHbl/fzD7o9q+K W5FlGViAT92FpvX2mtT0eZf2J7fplHINl2c4VL34oc0XCzCVZBh43TuF1Xj2Mw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 4/5] update.sh: Remove pakfire.log file as it is not used Date: Sat, 28 Jun 2025 15:48:52 +0200 Message-ID: <20250628134853.3312365-4-adolf.belka@ipfire.org> In-Reply-To: <20250628134853.3312365-1-adolf.belka@ipfire.org> References: <20250628134853.3312365-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/196/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/196/update.sh b/config/rootfiles/core/196/update.sh index 3b2485f9c..ac5e5baac 100644 --- a/config/rootfiles/core/196/update.sh +++ b/config/rootfiles/core/196/update.sh @@ -92,7 +92,8 @@ rm -rfv \ /usr/bin/genisoimage \ /usr/bin/mkhybrid \ /usr/lib/librols.so.* \ - /usr/lib/libusual.so.* + /usr/lib/libusual.so.* \ + /var/log/pakfire.log # Extract files extract_files From patchwork Sat Jun 28 13:48:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8860 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0k5tr6z3wnY for ; Sat, 28 Jun 2025 13:49:10 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bTv0b6fm2z77j for ; Sat, 28 Jun 2025 13:49:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bTv0Z72dKz35Z9 for ; Sat, 28 Jun 2025 13:49:02 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0X0491z34P4 for ; Sat, 28 Jun 2025 13:48:59 +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 4bTv0W5PhjzD2; Sat, 28 Jun 2025 13:48:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751118539; 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=NGyt/I9Xlphv/R4E5ZLk+tfWbkYtY3ZchJORRqUyoZM=; b=8WH8gzKJzEaTaOM4+gfYds9mOPcQ9J8AE3Mm3Sif1/STB3Pfgs+F32ojFAP8cyPe/2wiEH nca8t6V/OUA/1rDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751118539; 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=NGyt/I9Xlphv/R4E5ZLk+tfWbkYtY3ZchJORRqUyoZM=; b=gtHXcSMJokuMAbnBfz67/CnuxCtXoRWopB7+Nik1QiVXm+PsnTAkKY5kVRt6NHU0OQ3Na3 j4gIxHXM6HYd5N8gj2M5L/0H5kbNdVl8skirI7SBs3hteSkoRRMI4EUl9IlRr1soRLpgE0 GeKmHok7DT2KclymGsiZL8CHYs6K4GSS6B6xkSPCSI3wl656+9tn/gzLhNQo52xsKsKVwf mA6yX8WPjZKVwdji+sjojo4f1E1toWfntMbcNMuTQdBFxSmDU8nm026LCCWgjXrZ1+b7Xz xwNRx5iD1gE0ZGcpxS1RUBzjc0r0NCUmlJ1L+/ehA8Pil816EzOoiNpjUeuN/A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 5/5] core196: Ship pakfire Date: Sat, 28 Jun 2025 15:48:53 +0200 Message-ID: <20250628134853.3312365-5-adolf.belka@ipfire.org> In-Reply-To: <20250628134853.3312365-1-adolf.belka@ipfire.org> References: <20250628134853.3312365-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/196/filelists/pakfire | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/196/filelists/pakfire diff --git a/config/rootfiles/core/196/filelists/pakfire b/config/rootfiles/core/196/filelists/pakfire new file mode 120000 index 000000000..d5b1d0d03 --- /dev/null +++ b/config/rootfiles/core/196/filelists/pakfire @@ -0,0 +1 @@ +../../../common/pakfire \ No newline at end of file