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 4clhy66Lzvz32TH for ; Mon, 13 Oct 2025 16:05:02 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4clhy348X8z2xMD for ; Mon, 13 Oct 2025 16:04: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 4clhy30KHCz2S; Mon, 13 Oct 2025 16:04:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760371499; 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=aTQJRf3UIXj1iCPHT91QRfTin9wr0SsTyxAkScfylTI=; b=z6L57wsEa7zfzOcsV9E2vxjB65rgpTQA/J6pHKxP1Hzo4Y1RcBheJLhY6ctJJzKRsHVnGO d04KGyIn7cA4GRAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760371499; 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=aTQJRf3UIXj1iCPHT91QRfTin9wr0SsTyxAkScfylTI=; b=Og6QQQ4drKT/iu9hmD3X78FsXPd9cgqpZ6VFkevwXzh8GH3YwYWcSgdjKT+SIsblgBeDGq yzHJy5Y3wNoNTkZ13qZvm2WMDFthLNnN2F5lqj9vlf0ClotKQ5Unn5uRrZDvYR/pDw0HjY 721DnGhQjw/PYk9AUdCMX4tMdG+dHA7hXqUT8cOMxdBqQs4TKpQg0L2U5K/MvH9XSnC1ds czF7TkJDCOIBAh+h1okool7R5T+kJIx32Y/2tfsGGHY+bgYFetqn+aS+upRowh88SrfpZk vRbUXkIgBJv0rdrNCdFvnqsK1c6h8FRYbE/7e8k6pcmDFyNksQohFs3AxcbzdA== Message-ID: <6059d561-bf20-4f75-aec9-63ab6e113a29@ipfire.org> Date: Mon, 13 Oct 2025 18:04:55 +0200 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 To: Michael Tremer Cc: development@lists.ipfire.org References: <20251013111503.31412-1-adolf.belka@ipfire.org> <20251013111503.31412-2-adolf.belka@ipfire.org> <0B93685A-1B3B-438F-9410-57A105D4FB3A@ipfire.org> Content-Language: en-GB From: Adolf Belka In-Reply-To: <0B93685A-1B3B-438F-9410-57A105D4FB3A@ipfire.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Michael, On 13/10/2025 17:48, Michael Tremer wrote: > Hi, > > We should technically not need this because we ship the entire web user interface: > > config/rootfiles/core/199/filelists/web-user-interface That explains it. I did wonder how the various cgi changes had gotten into the update but I decided it was better to be safe than sorry. Now I understand. The web-user-interface package covers everything. Learn something new each day. Regards, Adolf. > > -Michael > >> On 13 Oct 2025, at 12:15, Adolf Belka wrote: >> >> Signed-off-by: Adolf Belka >> --- >> config/rootfiles/core/199/filelists/files | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> 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 >> -- >> 2.51.0 >> >> >