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 4bB2rY3FF2z32qN for ; Mon, 2 Jun 2025 18:47:09 +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 4bB2rY2xPvz2y1D for ; Mon, 2 Jun 2025 18:47:09 +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 4bB2rX4FbYz87 for ; Mon, 2 Jun 2025 18:47:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1748890028; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=9rHgyQxQisQPWdMDm2CXhNE3J/WjjRDfFXWGkUm+oS0=; b=OdrW4o9TUdsFpWDugNuAlrWeHa0OE0G9uwGLse6DBAtnCRy3QrfBPwYMSjSSAdFPbVKBav m1w/n/YC5OfynmTvEMd4eqPZiCvWFwdkyHoe30vv0lV5X/XIGqgAXuMtR1mkH5zNlAgEtU Bsl0dS7lLNVDlg+0xDl4eRYusaLa+KZOHpXb0GqiKpB8sTkB+2iofEPFnu712w/QO6XRcV /4R6he2IHAC30Jjr5qqUFQkmhk+SeaNPXghRjSsQk/UMdp4lDvE616LJicIQNe/67Gv7oD krATep4IY5l8ANnB4SBXaTyfPdYXoENUXgPS4nw7aRmmZeSUbdSFZx46JAQhzQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1748890028; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=9rHgyQxQisQPWdMDm2CXhNE3J/WjjRDfFXWGkUm+oS0=; b=TpkgPOyqsieWPsaJumm7rfH5czphwxmRTj2f/DSQa9RAsJEeaocNxiEQsFKyayz7v1oPLF fb01Pi9tJM4QVKAQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4bB2rX1vPkz2xhb; Mon, 2 Jun 2025 18:47:08 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e4d01c9d6f08a229bda70b2a73f9b42b37631c01 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 37b16f78dd119b61f30191c65d6a8dcc36c2bb80 X-Git-Newrev: e4d01c9d6f08a229bda70b2a73f9b42b37631c01 Message-Id: <4bB2rX1vPkz2xhb@people01.haj.ipfire.org> Date: Mon, 2 Jun 2025 18:47:08 +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 e4d01c9d6f08a229bda70b2a73f9b42b37631c01 (commit) from 37b16f78dd119b61f30191c65d6a8dcc36c2bb80 (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 e4d01c9d6f08a229bda70b2a73f9b42b37631c01 Author: Michael Tremer Date: Mon Jun 2 18:41:58 2025 +0000 core196: Ship OpenSSL This is being shipped because it has been rebuilt with GCC 15. There has been reports on some systems that OpenSSL triggers some compiler bug and therefore the openssl command tends to segfault a lot. This is now being resolved with GCC 15. Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/{oldcore/100 => core/196}/filelists/openssl | 0 1 file changed, 0 insertions(+), 0 deletions(-) copy config/rootfiles/{oldcore/100 => core/196}/filelists/openssl (100%) Difference in files: diff --git a/config/rootfiles/core/196/filelists/openssl b/config/rootfiles/core/196/filelists/openssl new file mode 120000 index 000000000..e011a9266 --- /dev/null +++ b/config/rootfiles/core/196/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file hooks/post-receive -- IPFire 2.x development tree