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 4ZRsG93mPFz331X for ; Tue, 1 Apr 2025 15:23:29 +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 "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRsG93S3Lz2xLw for ; Tue, 1 Apr 2025 15:23:29 +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 "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRsG85Dsrz2sm for ; Tue, 1 Apr 2025 15:23:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743521008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=btlISTsuCSafcQiucVqfNbLg5m78IfjT2dOnwlEIZTQ=; b=Y3CYrzmAhMvK6N88OVt2g6FZ0nwjKs2sBJ9WdnoIj0S7ZFY1kTZPK5pfthyQ4v9QIud3Wo eY2ZealLU5GgsOAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743521008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=btlISTsuCSafcQiucVqfNbLg5m78IfjT2dOnwlEIZTQ=; b=IHkqtXnGuM327PVt9c7NsGIhYlM+nwF3S43ovIdjQld/i+FEG3Y5T4n93i1AMYMhZE101W iaLaoO+gekd286e2+1bMnkPdzkITe1u5NxQfYhDga0WD6EeYqxHVydhYf5ZJogx3LsnKXF +jAED4o8l+0XT94z5IeAZi90Pyqom7cI1PNoTg1/VobSPsEt435N3F7h6WzYZxNJnz0Rwg WdttPqTnqfqnTOEYuZQk8FxC/AcAVwMnHI9nKbgEpH3UUPJPRm1ch8m/BCJfZxq7eZcZ1N X1zl/evtRszaabL9JuWnMk3h1FW9Q+AxIwtScV734inQYYLookTbBoa9krQvqQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4ZRsG83j5sz2xwB; Tue, 1 Apr 2025 15:23:28 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 899c06d767943eea338ba9bbb47dde6576ae9279 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 799aa347abb25ab304b4c162b6fef7af0daaee4e X-Git-Newrev: 899c06d767943eea338ba9bbb47dde6576ae9279 Message-Id: <4ZRsG83j5sz2xwB@people01.haj.ipfire.org> Date: Tue, 1 Apr 2025 15:23:28 +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 899c06d767943eea338ba9bbb47dde6576ae9279 (commit) from 799aa347abb25ab304b4c162b6fef7af0daaee4e (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 899c06d767943eea338ba9bbb47dde6576ae9279 Author: Adolf Belka Date: Tue Apr 1 14:26:50 2025 +0200 core194: Ship changed openssl.cnf file from CU184 - openssl.cnf had copy_extensions = copyall added to the [ IPFire ] section as part of the ipsec host cert renewal process but the file was missed to be shipped with the Core Update 184 update. So only users doing fresh installs of CU184 or later will have the updated openssl.cnf file. - This patch rectifies that situation. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/194/filelists/files | 1 + 1 file changed, 1 insertion(+) Difference in files: diff --git a/config/rootfiles/core/194/filelists/files b/config/rootfiles/core/194/filelists/files index e615ef92e..a16782a5c 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 +etc/ssl/openssl.cnf hooks/post-receive -- IPFire 2.x development tree