From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] libffi: Update to version 3.5.2
Date: Mon, 15 Sep 2025 19:46:26 +0200 [thread overview]
Message-ID: <20250915174630.2688676-11-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250915174630.2688676-1-adolf.belka@ipfire.org>
- Update from version 3.5.1 to 3.5.2
- Update of rootfile not required
- Changelog
3.5.2
fix: enable FFI_MMAP_EXEC_WRIT for DragonFly BSD by @liweitianux in #930
Emscripten: Add wasm64 target by @ktock in #927
fix: Ensure trampoline file descriptors are closed on exec.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/libffi | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lfs/libffi b/lfs/libffi
index 545d45c9d..2217a8ea7 100644
--- a/lfs/libffi
+++ b/lfs/libffi
@@ -24,7 +24,7 @@
include Config
-VER = 3.5.1
+VER = 3.5.2
THISAPP = libffi-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = eaeb04beeb4ab6e0ef5652175d5c9d29a18b6f1edbf05db819a3a6ac9c8ed47de32c54fca4c3a9a476283c0771650d5a577e7868f16c671ee46e25db27369066
+$(DL_FILE)_BLAKE2 = 35ce590926bcdd2556c30c94bb0fef3f0cfe8f32e809ffad00eb0bc7a8ba1ba40da844b108069c87e86bff278221cc42dc7c7aacd02a7b7bc408ea054085398c
install : $(TARGET)
@@ -74,7 +74,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
$(UPDATE_AUTOMAKE)
- cd $(DIR_APP) && ./configure --prefix=/usr
+ cd $(DIR_APP) && ./configure \
+ --prefix=/usr
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
--
2.51.0
next prev parent reply other threads:[~2025-09-15 17:46 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-15 17:46 [PATCH] core198: Ship ethtool Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship freetype Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship libffi Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship libssh Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship libxml2 Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship lvm2 Adolf Belka
2025-09-15 17:46 ` [PATCH] core198: Ship p11-kit Adolf Belka
2025-09-15 17:46 ` [PATCH] ethtool: Update to version 6.15 Adolf Belka
2025-09-15 17:46 ` [PATCH] freetype: Update to version 2.14.1 Adolf Belka
2025-09-15 17:46 ` [PATCH] haproxy: Update to version 3.2.4 Adolf Belka
2025-09-15 17:46 ` Adolf Belka [this message]
2025-09-15 17:46 ` [PATCH] libssh: Update to version 0.11.3 Adolf Belka
2025-09-15 17:46 ` [PATCH] libxml2: Update to version 2.14.6 Adolf Belka
2025-09-15 17:46 ` [PATCH] lvm2: Update to version 2.03.35 Adolf Belka
2025-09-15 17:46 ` [PATCH] p11-kit: Update to version 0.25.8 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250915174630.2688676-11-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox