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 4br9Wl4NY9z2ywH for ; Mon, 28 Jul 2025 07:45:55 +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 4br9Wl47Dwz2xqg for ; Mon, 28 Jul 2025 07:45:55 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (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 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4br9Wk4n6yzsm for ; Mon, 28 Jul 2025 07:45:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1753688754; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=v/QZNrDIizmLG9EXfd5nX8bygd8zp2NfLXuyfA0S2hY=; b=baNH6dNG6+3sZBXz0uJ0Mq5igi5clPoJQNAg2HlyERFaCrwtkqawL9lEnefKod6P2Q0orc uyLRLsjHWp/ONXDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1753688754; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=v/QZNrDIizmLG9EXfd5nX8bygd8zp2NfLXuyfA0S2hY=; b=HQdcZSxpKxGbaRfO2vCgcv4NeGM7b8PYyip+82ZtMDW/IS0j+xoVoWo4GE3dWEJ0m13K0n yzhCwGHzQYSZ3y/pc5ZPBc/rj6YM6xQVmo3SwJiDIDMJZgyS6pJoxUlnyV1j7DLWGaLdxX FPkZogMLvaGF5W1qIhy8IBqi8WgR1t/ZM/OgAWahaz4yl3+v/H1vE8xTs76Mc8t5TQQ82w cWXj/xoPWHq9OkmYawaPlINt7i7Q1FMOhjy9JTv3PxtkDW9kT7/rZPXw6Hnk0DnaNKTgne 4qLQx/FoyBPe/3ezvHxs6/irQ4yc1GxWvXniy8L6OwqkN1Id+xogn0fGbZgdgg== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4br9Wk3NZqz2xC1; Mon, 28 Jul 2025 07:45:54 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 6add597f163df40e008bccc115b33eeaf353548d X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: d089188f86f2ea1ed9c09d1e2bee833bd6dd6dfc X-Git-Newrev: 6add597f163df40e008bccc115b33eeaf353548d Message-Id: <4br9Wk3NZqz2xC1@people01.haj.ipfire.org> Date: Mon, 28 Jul 2025 07:45:54 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 6add597f163df40e008bccc115b33eeaf353548d (commit) from d089188f86f2ea1ed9c09d1e2bee833bd6dd6dfc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6add597f163df40e008bccc115b33eeaf353548d Author: Adolf Belka Date: Sun Jul 27 10:26:34 2025 +0200 core197: Ship vpnmain.cgi as it was missed in CU196 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/197/filelists/files | 1 + 1 file changed, 1 insertion(+) Difference in files: 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 hooks/post-receive -- IPFire 2.x development tree