From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bqZTH25W6z2ywH for ; Sun, 27 Jul 2025 08:26:43 +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 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bqZTC5Kvpz2xRj for ; Sun, 27 Jul 2025 08:26: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 4bqZT96dZZz1F4; Sun, 27 Jul 2025 08:26:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1753604798; 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=3uFX3Y1P6DOMbwZucGzIuN6MYD1LldKrma6ifGhs/A4=; b=6TD0MPxF2bVK1DBVJ7YNM5NqrSFeTnaN/mrs/2V3sEBUbTuuV32gCaqeh42edph14cyBuD pY6by9lHdWxo1/CQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1753604798; 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=3uFX3Y1P6DOMbwZucGzIuN6MYD1LldKrma6ifGhs/A4=; b=vTrkY5BURnhGWS6GlCSk5MHI+n2ku5NAcT8j0D41dBzsU0HBxKU8rViDMqPKazA9NEbSZM yIbKTa/2hzFx54F8PCZsR8TvM/w1YH/z9UdKm1FVRH61dukV15IvtR8jY6m3MB/GNJS56h TMZD6ebib+8DwHmeCx4874jvZSx15RfbV98DAQIOgAKj5KICKbfEuMlSYSo6ZRxwOh6ZNo TBEok4hlDplkmji0LRbCJhra/Np5L3KmACiKkq6Vnd5rlLzdi7khWoA8+koN1jbf3HLT0k SnAtmS/igT8ViQLK1EhDoJX4lA00gVK7O9LCBwKKHziZY+D7AW3xQbP9aD7FsQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core197: Ship vpnmain.cgi as it was missed in CU196 Date: Sun, 27 Jul 2025 10:26:34 +0200 Message-ID: <20250727082634.3069-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 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/197/filelists/files | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/197/filelists/files b/config/rootfiles/core/197/filelists/files index cf1a0b3f9..a38e3118f 100644 --- a/config/rootfiles/core/197/filelists/files +++ b/config/rootfiles/core/197/filelists/files @@ -13,6 +13,7 @@ etc/rc.d/rc6.d/K11openvpn-n2n etc/rc.d/rcsysinit.d/S46cpupower srv/web/ipfire/cgi-bin/ovpnmain.cgi srv/web/ipfire/cgi-bin/services.cgi +srv/web/ipfire/cgi-bin/vpnmain.cgi srv/web/ipfire/cgi-bin/vulnerabilities.cgi srv/web/ipfire/html/themes/ipfire/include/css/style.css usr/local/bin/openvpnctrl -- 2.50.1