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 4cQLcQ2hg8z2yVK for ; Mon, 15 Sep 2025 10:19:34 +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 4cQLcQ2Zvgz2xQ9 for ; Mon, 15 Sep 2025 10:19:34 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [IPv6:2001:678:b28::161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "people01.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cQLcP6gvCz38g for ; Mon, 15 Sep 2025 10:19:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757931573; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=yHyBvMV7PlUgzVEbGQxqs2WynbevXXREZ6CuTxSgfHo=; b=EJONqDaUSxgknBh/fGoL5FYgg7zIk60VSFsnUfLjiJuSXSv0cRR0QfIZHg2+zC19rj5SXu Kfq66UXkA6W9tUDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757931573; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=yHyBvMV7PlUgzVEbGQxqs2WynbevXXREZ6CuTxSgfHo=; b=VcCVLMDgGG5LS3DAXa0GEMV0ipztgE5J+CnJfxSvDAGZ58vdL8baqbh0OdLtVaWIa9OYKP 5/pOx/35riqLtguojvu4Nvgvmf4Ucvv59nsbSrzflJIyVklyDXqHEHqHGYMMqzNd/hL+5M VbgfjxGYaCVfWFczsmVP/TibA0VKSG7oggN9X4IiY+YurnW8d0T2aKOcfkk3CS3SeDmcaC bsCWOU8qS2NpcUqiBiem7AUrYICLmSV1JXcYqnAds33Pxu051y/mhOTxSWx4Vgh2USSWjO kUH3Zx73lZ/RjWuYwRi941al5LBgYMkNkz6rY9n9kfyXRl5DYqAU/5w1EwmTOQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4cQLcP6Hkyz2xZ2; Mon, 15 Sep 2025 10:19:33 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, core197, created. d6ec7e0bf08a00c734c9e7b5f7c517ef82029afe X-Git-Refname: refs/heads/core197 X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: d6ec7e0bf08a00c734c9e7b5f7c517ef82029afe Message-Id: <4cQLcP6Hkyz2xZ2@people01.haj.ipfire.org> Date: Mon, 15 Sep 2025 10:19:33 +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, core197 has been created at d6ec7e0bf08a00c734c9e7b5f7c517ef82029afe (commit) - Log ----------------------------------------------------------------- commit d6ec7e0bf08a00c734c9e7b5f7c517ef82029afe Author: Michael Tremer Date: Mon Sep 15 12:17:01 2025 +0200 ovpnmain.cgi: Never write ncp-disable This was some compatibility code which was supposed to help us with the transition towards NCP. Since we are now on OpenVPN 2.6, this version no longer supports the "ncp-disable" switch and we cannot write it to the configuration any more. There should always be a default value for data ciphers. Signed-off-by: Michael Tremer ----------------------------------------------------------------------- hooks/post-receive -- IPFire 2.x development tree