commit:     2f8ee0fa8c22fc1f4d5b0499b3ae97857c5b4d3d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 01:08:58 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to