From patchwork Wed Feb 28 19:31:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7571 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4TlPcS3Tn3z3wvx for ; Wed, 28 Feb 2024 19:31:52 +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 ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TlPcP0t3gz2NG; Wed, 28 Feb 2024 19:31:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TlPcP0NT7z32pd; Wed, 28 Feb 2024 19:31:49 +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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TlPcJ2Sdlz32pY for ; Wed, 28 Feb 2024 19:31:44 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4TlPcJ11Mqz240; Wed, 28 Feb 2024 19:31:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1709148704; 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=5cFaUxJBSt13rB9Fr3DEXJQfMuZDk92fNKdxuBqWWAg=; b=rd2tI4XBl0P/txn9jwB9tIcvLFnj8rqv4aeAVSuAmDgZHRA9j2ZWLeMV9Evao5E0akoR3i KfzgdlmGclcPrEDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1709148704; 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=5cFaUxJBSt13rB9Fr3DEXJQfMuZDk92fNKdxuBqWWAg=; b=BOGk0UPiCbylYZMNRW860mV4TYKNLsYPwpSGRYfY1SYpU9s4tNMK1vsuLh0NxzKJElL0s3 oSlQmxhyTdm4Tjxkuvn/3MSjcq9aB276GcyoMeXEOeVCM6LMcjp2dbO4vPQTGD0zAQVpE2 Xm5D2S1JCvRwgj8MXwUprg9vSAAXvsYaWNCfMnxyUTSI7JMHvAG2zYQFFaL7aKkEyB+m9L RBARieaaex/X44XALJPIaUymoAvnErTaAOAUVAYFZrTZolr/o05GlPQV8RZpauhkpjAnGX rb8N2FS82rthC4TZQMT/fV7IiydNeGzbjSM9xxS/x0bvpAe3KYNDrYN7HLTRzA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libffi: Update to version 3.4.6 Date: Wed, 28 Feb 2024 20:31:33 +0100 Message-ID: <20240228193137.2586482-4-adolf.belka@ipfire.org> In-Reply-To: <20240228193137.2586482-1-adolf.belka@ipfire.org> References: <20240228193137.2586482-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: ZBIB3EZVQBDNFSAQY7GBMUSQYW2YLTTN X-Message-ID-Hash: ZBIB3EZVQBDNFSAQY7GBMUSQYW2YLTTN X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 3.4.4 to 3.4.6 - Update of rootfile - Changelog 3.4.6 Fix long double regression on mips64 and alpha. 3.4.5 Add support for wasm32. Add support for aarch64 branch target identification (bti). Add support for ARCv3: ARC32 & ARC64. Add support for HPPA64, and many HPPA fixes. Add support for Haikuos on PowerPC. Fixes for AIX, loongson, MIPS, power, sparc64, and x86 Darwin. Signed-off-by: Adolf Belka --- config/rootfiles/common/libffi | 3 ++- lfs/libffi | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libffi b/config/rootfiles/common/libffi index 02c161e54..802803905 100644 --- a/config/rootfiles/common/libffi +++ b/config/rootfiles/common/libffi @@ -4,10 +4,11 @@ #usr/lib/libffi.la #usr/lib/libffi.so usr/lib/libffi.so.8 -usr/lib/libffi.so.8.1.2 +usr/lib/libffi.so.8.1.4 #usr/lib/pkgconfig/libffi.pc #usr/share/info/libffi.info #usr/share/man/man3/ffi.3 #usr/share/man/man3/ffi_call.3 #usr/share/man/man3/ffi_prep_cif.3 #usr/share/man/man3/ffi_prep_cif_var.3 + diff --git a/lfs/libffi b/lfs/libffi index bfd02b57f..ffe7803aa 100644 --- a/lfs/libffi +++ b/lfs/libffi @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.4.4 +VER = 3.4.6 THISAPP = libffi-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 189fe1ffe9507f204581b0ab09995dc7e7b761bb4eac7e338e9f5ff81431aebcef6c182c1839c9f9acb2706697a260c67e6d1351cf7e2aed7c4eb5d694f6f8fd +$(DL_FILE)_BLAKE2 = af8402a09bdbd59b4e9400d2d71bd5ce98f6f1d981d35d1ab40d77a831b13b32c5bd34ca54ff75999e39f0d8a9c066381fae7a8d6c5216d955e064f929f08b88 install : $(TARGET)