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 4clhbg6YWxz32XX for ; Mon, 13 Oct 2025 15:49:03 +0000 (UTC) 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4clhbc4BNDz2xS5 for ; Mon, 13 Oct 2025 15:49:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4clhbc0HFjztr; Mon, 13 Oct 2025 15:49:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760370540; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YQrlrgV6kDi4LGy3s9I6ZGX8syi0yJ0EJfyucxupCTY=; b=xpKgDg/uwtTd/aYH/StvlT1J30AtJmDooSqln+S+Egdru+tGq3OQEobKwzEwHBbK5NibBl srNega9qN3RDR4AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760370540; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YQrlrgV6kDi4LGy3s9I6ZGX8syi0yJ0EJfyucxupCTY=; b=MPbuZIjMXIaLPh/QSEDRHZPq1sCyPhE9x9L4yTbOI8GyoPPkz7H70arkag3Qc3l6phAXm2 kA7xR8i/LL4s7DEI8acls+NXdR07Aj7thACuEz2nAk8omvH+tht5zjbNztgNww5GVJqaQa gYfurriWH9I2UfUvZNaSSTlvDngqRBl20sZRr5In5FteBikOCkBdxcQo2w0b8lg1ff65Sa Ajy0n/0leZ/W9gSrAvx7fl+p/AaH0KW9uQxVz93/CM1SpQQIEoevRx9DgIbgH2GhE7iYKt Pe7YuSKyzcExc/NcMo+GGNLW1g0/qtTcx5b4fynyxe2KVPF8Jq7FYhC9If966A== Content-Type: text/plain; charset=us-ascii Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: Mime-Version: 1.0 Subject: Re: [PATCH 2/2] core199: Ship modified cgi files From: Michael Tremer In-Reply-To: <20251013111503.31412-2-adolf.belka@ipfire.org> Date: Mon, 13 Oct 2025 16:48:59 +0100 Cc: development@lists.ipfire.org Content-Transfer-Encoding: quoted-printable Message-Id: <0B93685A-1B3B-438F-9410-57A105D4FB3A@ipfire.org> References: <20251013111503.31412-1-adolf.belka@ipfire.org> <20251013111503.31412-2-adolf.belka@ipfire.org> To: Adolf Belka Hi, We should technically not need this because we ship the entire web user = interface: config/rootfiles/core/199/filelists/web-user-interface -Michael > On 13 Oct 2025, at 12:15, Adolf Belka wrote: >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/core/199/filelists/files | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > diff --git a/config/rootfiles/core/199/filelists/files = b/config/rootfiles/core/199/filelists/files > index d1dcfade3..e632e77fd 100644 > --- a/config/rootfiles/core/199/filelists/files > +++ b/config/rootfiles/core/199/filelists/files > @@ -5,6 +5,12 @@ etc/rc.d/init.d/openvpn-rw > etc/rc.d/init.d/wireguard > etc/ssh/ssh_config > etc/ssh/sshd_config > +srv/web/ipfire/cgi-bin/connections.cgi > +srv/web/ipfire/cgi-bin/fireinfo.cgi > +srv/web/ipfire/cgi-bin/fwhosts.cgi > +srv/web/ipfire/cgi-bin/iptables.cgi > +srv/web/ipfire/cgi-bin/modem-status.cgi > srv/web/ipfire/cgi-bin/vulnerabilities.cgi > +srv/web/ipfire/cgi-bin/wirelessclient.cgi > usr/sbin/openvpn-authenticator > var/ipfire/header.pl > --=20 > 2.51.0 >=20 >=20