From patchwork Tue Apr 1 18:08:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8593 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 4ZRwwH71xsz3xm9 for ; Tue, 1 Apr 2025 18:08:15 +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 4ZRwwD3T4Hz5Mm for ; Tue, 1 Apr 2025 18:08:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRwwC3qXcz33B6 for ; Tue, 1 Apr 2025 18:08:11 +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 4ZRww83st0z336L for ; Tue, 1 Apr 2025 18:08:08 +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 4ZRww80wKMz1Df; Tue, 1 Apr 2025 18:08:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743530888; 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=k1XFUcM9i2/9Ysd0Y23pBjhyvH1cwL4/1jjUsWkzCmM=; b=bYvCcTcu0fHBtOONOtbcqVnysv1wFvI9Me/Vk2Wl3vPragA17YxRHg14e79iyjqXc6f0/w qYtIrk7oaLr/xfCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743530888; 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=k1XFUcM9i2/9Ysd0Y23pBjhyvH1cwL4/1jjUsWkzCmM=; b=mcywiFcafaQRPsqrTBCdaTtHUBmy9PlWwgdQ5meml2eeMhdr2bJXPIS+ZvLi7d3hQ+Tz7s xUC2UM0j2WH9ZKXC5HeVizemXHqWjs9F6BbbORiJ8LuocbjSOM4GjtpnyHiJ/uKQpVTuKq ojf8L7FNPLrS+XjWmJoCgQ1o3NceuIHgYUeyKL2w/dRCA4TeEudsTeKo6ozCiqSEF3oXs0 iIQOnSlEqdzurR2s77TtszjEED8xZ9gGKmpDYL6FxEb7MXW0bTF7u+QeMZsD1EY8E++C+y WDybjDwwFuItvrjcFDntD/MBSi64i3uZ5i/7Z5ELW6HA3IW52g2OnwOHCkBBRw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 5/6] core194: Ship the vpnmain.cgi changes Date: Tue, 1 Apr 2025 20:08:01 +0200 Message-ID: <20250401180802.19784-5-adolf.belka@ipfire.org> In-Reply-To: <20250401180802.19784-1-adolf.belka@ipfire.org> References: <20250401180802.19784-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/194/filelists/files | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/194/filelists/files b/config/rootfiles/core/194/filelists/files index e615ef92e..96ac20573 100644 --- a/config/rootfiles/core/194/filelists/files +++ b/config/rootfiles/core/194/filelists/files @@ -2,3 +2,4 @@ etc/rc.d/init.d/firewall etc/rc.d/init.d/functions srv/web/ipfire/cgi-bin/aliases.cgi srv/web/ipfire/cgi-bin/pakfire.cgi +srv/web/ipfire/cgi-bin/vpnmain.cgi