From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DCA0158287 for ; Thu, 15 May 2025 01:09:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E31BB343858 for ; Thu, 15 May 2025 01:09:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D9C8311036F; Thu, 15 May 2025 01:09:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CDF3511036F for ; Thu, 15 May 2025 01:09:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E9E5343858 for ; Thu, 15 May 2025 01:09:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D79B6276F for ; Thu, 15 May 2025 01:09:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1747271369.2f8ee0fa8c22fc1f4d5b0499b3ae97857c5b4d3d.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2f8ee0fa8c22fc1f4d5b0499b3ae97857c5b4d3d X-VCS-Branch: master Date: Thu, 15 May 2025 01:09:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d31812c4-a5af-4694-901b-c630ae89a306 X-Archives-Hash: 8a5a83686f4338294ea6e729379f95cb commit: 2f8ee0fa8c22fc1f4d5b0499b3ae97857c5b4d3d Author: Sam James gentoo org> AuthorDate: Thu May 15 01:08:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 15 01:09:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=2f8ee0fa Reapply "scripts: bootstrap-prefix: update libffi to 3.4.8" This reverts commit 068edc31ca77d3011b9a908b2ba4da48f1e4fa2b. The actual reason to do this is that 3.4.6 and 3.4.7 had regressions fixed in 3.4.8. Signed-off-by: Sam James gentoo.org> scripts/bootstrap-prefix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 795141cdb5..70f50ea7ad 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1279,7 +1279,7 @@ bootstrap_zlib() { bootstrap_libffi() { # 3.0.8: last version to bootstrap on Darwin 9 x86 - bootstrap_gnu libffi 3.4.7 || \ + bootstrap_gnu libffi 3.4.8 || \ bootstrap_gnu libffi 3.3 || \ bootstrap_gnu libffi 3.2.1 || \ bootstrap_gnu libffi 3.0.8