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 4cQLcz2jctz2yVK for ; Mon, 15 Sep 2025 10:20:03 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (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 "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cQLcz2c8jz2xQ9 for ; Mon, 15 Sep 2025 10:20:03 +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) (Client CN "people01.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cQLcy1Nxqznl for ; Mon, 15 Sep 2025 10:20:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757931602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ImJuv+BcKWXfoDi1iWR40ay6kjVX55OupF+8DC/b3nc=; b=VJLXThZLfzpDXgpD1Ymt0gSmhDkaf13CnlW7uiW7nggjS6ckHCwVyk5TQMVC5g3WLhHsMi f/Tatjsi3B5Yb5Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757931602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ImJuv+BcKWXfoDi1iWR40ay6kjVX55OupF+8DC/b3nc=; b=l3KXv0Rg9KX/m61MB5ZZMMBShCScGXYn4YIxCy5LC9JPIBirkETSYdfJWxKjM8p+KM1RYV eIpyIoycb0eHfMSvCsE5bgnaMNHhzFvKIb+68rrb8CIhiD6jtW4Y4SIpXwJ9UbmM0fezVd Mw0tUHdlq7eorpcGXB/73awv22ZNjzkPJ6nrjEOBClrbT7Uj6Hk1kKfo5HosAiOHQRlxSp 4cRrdzkIy4n1ZnNh3SP4UZLs2UCAxas7SOdaH8ebSpZxu54Nzp6qF4zQURyLOsRLULhIJR RxCJi5C1o7qjnsGVOVPdz1nepS46E+9RKvWtMsWPN+Er7udKUqv7cxgwvoFpbA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4cQLcy0bl4z2xZ2; Mon, 15 Sep 2025 10:20:02 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree tag, v2.29-core197, created. d6ec7e0bf08a00c734c9e7b5f7c517ef82029afe X-Git-Refname: refs/tags/v2.29-core197 X-Git-Reftype: tag X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: d6ec7e0bf08a00c734c9e7b5f7c517ef82029afe Message-Id: <4cQLcy0bl4z2xZ2@people01.haj.ipfire.org> Date: Mon, 15 Sep 2025 10:20:02 +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 tag, v2.29-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