From patchwork Thu Apr 24 13:43:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8628 Return-Path: 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 web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZjxzB3Mztz3xDt for ; Thu, 24 Apr 2025 13:44:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Zjxz06sYfz443 for ; Thu, 24 Apr 2025 13:44:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zjxyw5ZMLz378c for ; Thu, 24 Apr 2025 13:44:08 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 4Zjxyp3WHpz33gC for ; Thu, 24 Apr 2025 13:44:02 +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 4Zjxyn3SgHz372; Thu, 24 Apr 2025 13:44:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1745502241; 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=2KsaoEvcwnXnlf/Rnwn2/zQQBszVzo2i4JgIAJxVWFk=; b=1/Ef9ecg8GNKAi9TewVMT/Lx5CEJ2t8BimSKGYKOx7Hk0lHHzfoKtbONN/+TzTefxNDHJc UsRtuZsYdgLPdFDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1745502241; 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=2KsaoEvcwnXnlf/Rnwn2/zQQBszVzo2i4JgIAJxVWFk=; b=t0MqyLaUXtXK8liRbjYKamC0bEjXhj/H7cU+W3OGRi7LwgbuzpiXGH0u7fx90gB1g5MGJI /YC1h4kKwsEuonR8XMu8s7b18psJJ71klfiXwmJjxcQQO54qVP/VWPHTB93U3V+jSj0bya 7M66GPMiz6UFKz0lYeodWY0XDiaxhQeMnmwaEyfaFWTUwxtLPtRXc2g/0HnWnXH6IIYxHP BxPbzYdGV9iE78aC6PJJpFGI+JBc8UPaQz9UDr4EaTJtuRzIReKAQ3bkGMeImer8ZJ29kI +EASsUUdXS1a60ptUeTTz9HDKmgudjeHEoV/wm/I9vKUJn3w68B9qLC8ncZ39w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libffi: Update to version 3.4.8 Date: Thu, 24 Apr 2025 15:43:49 +0200 Message-ID: <20250424134354.3440212-7-adolf.belka@ipfire.org> In-Reply-To: <20250424134354.3440212-1-adolf.belka@ipfire.org> References: <20250424134354.3440212-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 - Update from version 3.4.7 to 3.4.8 - Update of rootfile not required - Changelog 3.4.8 aarch64: add PAC to GNU Notes by @billatarm in #882 MIPS: Dont import asm/sgidefs.h on linux by @fossdd in #885 Update the Simple Example from the Docs to fix a compile error by @Nikitf777 in #886 Fix bugs in the x86-64 and x32 target (#887) by @mikulas-patocka in #889 Add the "ABI_ATTR" attribute to called functions (#891) by @mikulas-patocka in #892 powerpc: Add static trampoline support (#894) by @peter-bergner in #895 testsuite: add two tests to Makefile.am by @thesamesam in #893 Signed-off-by: Adolf Belka --- lfs/libffi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libffi b/lfs/libffi index 546eba476..ec8ea8f59 100644 --- a/lfs/libffi +++ b/lfs/libffi @@ -24,7 +24,7 @@ include Config -VER = 3.4.7 +VER = 3.4.8 THISAPP = libffi-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 0dd17b4fd358beb9842889168437443137445a5dba1f0a7e8669ae420d8efb927815c08602c1b1b141acfdfdbaa12b417863402a5c8df5f36519fd3e772d3f37 +$(DL_FILE)_BLAKE2 = 10b3d970dc598fb8689bca49751cda499ddc5216baf89d38625385b0d42d57f10d15cce3c4c044c9c73a4fce384c26f2a8e1b99269e9db1174c2631201c6bfd4 install : $(TARGET)