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 4bKLCX5NqHz32NG for ; Sat, 14 Jun 2025 15:43:52 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bKLCT1q5Rz30L0 for ; Sat, 14 Jun 2025 15:43:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (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 mail01.ipfire.org (Postfix) with ESMTPSA id 4bKLCS6l3lz2SR; Sat, 14 Jun 2025 15:43:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1749915829; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kxj/ID3swH6YzYekwbrntWHxflTUdXMbIZUrJ3NlCn8=; b=x8UralJcoL0Fs4AoSIgEBnG0r+XDKl7GZJ0+hYv/Z1QmnXbSIXrpCkoCB9XUOixUTmi2qc l8rw2tUu4S7UYdCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1749915829; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kxj/ID3swH6YzYekwbrntWHxflTUdXMbIZUrJ3NlCn8=; b=N/GHQb8M79MYbARyJKowX9QDnN5B2cbAqus3fiOqUnF7flLpi6JhFAPQP3CE8jfsgK7whE uwf5u14GgVCBUay4STqjMyyXcu85403KdKyXNPzi4NJt8C9gn3GSysk7okag6J2LKL+i2X KWLL7v8n5bO1bZuH84LDFOKNtO1Xn7bsNyJC7AZFsSqOZioz70LMddoo6ND5g9WAdhj7CR YIr5O5bAfBDcQmkxxaWm7cKBhTtn49VA58D6MDobFw9M6Yr30JUsF+lcjctug6SBOPJRLC uBmNrt5bNXO7iFAPa3ANvanUmLWQMDlv7Dcw0VQAPm5qXqb8sFjfc8xu7AihMg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libffi: Update to version 3.5.1 Date: Sat, 14 Jun 2025 17:43:45 +0200 Message-ID: <20250614154345.3548589-2-adolf.belka@ipfire.org> In-Reply-To: <20250614154345.3548589-1-adolf.belka@ipfire.org> References: <20250614154345.3548589-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 3.4.8 to 3.5.1 - Update of rootfile - Changelog 3.5.1 Downgrade Autoconf requirement to version 2.68 by @kleisauke in #922 Fix symbol versioning error. 3.5.0 Add FFI_VERSION_STRING and FFI_VERSION_NUMBER macros, as well as ffi_get_version() and ffi_get_version_number() functions. Add ffi_get_default_abi() and ffi_get_closure_size() functions. Fix closures on powerpc64-linux when statically linking. Mark the PA stack as non-executable. Signed-off-by: Adolf Belka --- config/rootfiles/common/libffi | 2 +- lfs/libffi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libffi b/config/rootfiles/common/libffi index 41cf29593..2eba9dcab 100644 --- a/config/rootfiles/common/libffi +++ b/config/rootfiles/common/libffi @@ -4,7 +4,7 @@ #usr/lib/libffi.la #usr/lib/libffi.so usr/lib/libffi.so.8 -usr/lib/libffi.so.8.1.4 +usr/lib/libffi.so.8.2.0 #usr/lib/pkgconfig/libffi.pc #usr/share/info/libffi.info #usr/share/man/man3/ffi.3 diff --git a/lfs/libffi b/lfs/libffi index ec8ea8f59..545d45c9d 100644 --- a/lfs/libffi +++ b/lfs/libffi @@ -24,7 +24,7 @@ include Config -VER = 3.4.8 +VER = 3.5.1 THISAPP = libffi-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 10b3d970dc598fb8689bca49751cda499ddc5216baf89d38625385b0d42d57f10d15cce3c4c044c9c73a4fce384c26f2a8e1b99269e9db1174c2631201c6bfd4 +$(DL_FILE)_BLAKE2 = eaeb04beeb4ab6e0ef5652175d5c9d29a18b6f1edbf05db819a3a6ac9c8ed47de32c54fca4c3a9a476283c0771650d5a577e7868f16c671ee46e25db27369066 install : $(TARGET) -- 2.49.0