From patchwork Tue May 6 14:10:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8707 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 4ZsKzt1Rspz3x4T for ; Tue, 6 May 2025 14:10:34 +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 4ZsKzm0m3Kz6cn for ; Tue, 6 May 2025 14:10:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZsKzl3fSVz342V for ; Tue, 6 May 2025 14:10:27 +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 4ZsKzh2qMkz33qp for ; Tue, 6 May 2025 14:10:24 +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 4ZsKzg3d3cz6QL; Tue, 6 May 2025 14:10:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1746540623; 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=/249Y/dW7HNiIiUaK7kCYf5B31KOVl3UFJLAiSsV8Rc=; b=kwV0nPctGVRZb0MvgFI73nAy8DxDOQ1o5FYMxweXSbmvWQDb5rOnB9kCV7MtCWfyFfdxBR yNVPDD2lDjqemIBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1746540623; 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=/249Y/dW7HNiIiUaK7kCYf5B31KOVl3UFJLAiSsV8Rc=; b=A8WzHWAYftR+X4rYf9mHbfzf1ewAGEx5o+kbqa6c9x1A2/JdnkRKio04AtI1hkDqYoKlnp WIntt1j5orzMAAAGznbtxytcXXSy8bijPfxx/PBxSecRaX1ImszvvjayJZmof/WwrJ3IBZ 9EbSHDjFJjPtfTiONcgyGt7VXbBUYcGFqf3uCi05FGf1wzHD1c04ZvB3cSDZ995G+QUmHz uHKgmqa4HzFRIn4SklIZiZLOuaG88iZMP6bFbiuezkuEbuMNM8a0eDyig0e5FTbWHnjNvh ODl2rDpxctRMEZXQn27cf9xftNg6/O/Uzcj6cqKadLBt/ZuAwyhFZiDxQwJp+w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 5/5] core195: Ship chpasswd.cgi and proxy.cgi files Date: Tue, 6 May 2025 16:10:13 +0200 Message-ID: <20250506141013.15292-5-adolf.belka@ipfire.org> In-Reply-To: <20250506141013.15292-1-adolf.belka@ipfire.org> References: <20250506141013.15292-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/195/filelists/files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/195/filelists/files b/config/rootfiles/core/195/filelists/files index a4b1b0eeb..61e6d4c7e 100644 --- a/config/rootfiles/core/195/filelists/files +++ b/config/rootfiles/core/195/filelists/files @@ -13,6 +13,8 @@ srv/web/ipfire/cgi-bin/pakfire.cgi srv/web/ipfire/cgi-bin/services.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi srv/web/ipfire/cgi-bin/wireguard.cgi +srv/web/ipfire/cgi-bin/chpasswd.cgi +srv/web/ipfire/cgi-bin/proxy.cgi srv/web/ipfire/html/themes/ipfire/include/css/style.css usr/lib/firewall/firewall-lib.pl usr/local/bin/wireguardctrl