From patchwork Sat Nov 22 19:37:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 75219 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2AEECFD2F0 for ; Sat, 22 Nov 2025 19:47:32 +0000 (UTC) Received: from mta-64-226.siemens.flowmailer.net (mta-64-226.siemens.flowmailer.net [185.136.64.226]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.164.1763840843607700063 for ; Sat, 22 Nov 2025 11:47:25 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=OBZ0lU7q; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.226, mailfrom: fm-256628-202511221937145c5c467279000207b5-hh_zq5@rts-flowmailer.siemens.com) Received: by mta-64-226.siemens.flowmailer.net with ESMTPSA id 202511221937145c5c467279000207b5 for ; Sat, 22 Nov 2025 20:37:15 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=2bnhha+xAizQOtS7Vtoq4PurIJzwgT2hI4IH2cKaqHE=; b=OBZ0lU7qZKVX0iJIr+XEnvg3f2OGTu9NxaNZfPZDhJkPqZwcHvxueVmzX7V5b7A/c98mmX sTGy5MGsieRadJmhOdpBsCTkfeuxO5HnHGrnq0RxJ3J3BxE/k2cLIUdJ75k2Qz5czhWH1YUf X1xHs9PsMjjkIgs2ZFo3Hk6FHoRyT39ZeSfg4ODz6/R+Hrt4SZcGOXzOllZaq2jTqwSWwMXt joorUpBrUXrSLGXMx14sy3CjEyBywbukFTtyPEQbcdQkPzC5F+6NBZ/DcXPpM2LRcKJEkQwV 2jQRrYjcL2Mqm75/o5dypHTCkk5S/7uu+7ZpdkXLbRpEHulMeqMou/ig==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [OE-core][PATCH] libarchive: upgrade 3.8.2 -> 3.8.3 Date: Sat, 22 Nov 2025 20:37:10 +0100 Message-Id: <20251122193710.817204-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 22 Nov 2025 19:47:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226697 From: Peter Marko Release Notes [1]: Libarchive 3.8.3 is a bugfix and security release. Security fixes: * lib: Create temporary files in the target directory (#2753) * lha: Fix for an out-of-bounds buffer overrun when using p[H_LEVEL_OFFSET] (#2768) * 7-zip: Fix a buffer overrun when reading truncated 7zip headers (#2769) Notable bugxies: * lz4 and zstd: Support both lz4 and zstd data with leading skippable frames (#2771) Full Changelog: [2] [1] https://github.com/libarchive/libarchive/releases/tag/v3.8.3 [2] https://github.com/libarchive/libarchive/compare/v3.8.2...v3.8.3 Signed-off-by: Peter Marko --- .../libarchive/{libarchive_3.8.2.bb => libarchive_3.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libarchive/{libarchive_3.8.2.bb => libarchive_3.8.3.bb} (96%) diff --git a/meta/recipes-extended/libarchive/libarchive_3.8.2.bb b/meta/recipes-extended/libarchive/libarchive_3.8.3.bb similarity index 96% rename from meta/recipes-extended/libarchive/libarchive_3.8.2.bb rename to meta/recipes-extended/libarchive/libarchive_3.8.3.bb index d4f367009a..e3706ba3bb 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.8.2.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.8.3.bb @@ -32,7 +32,7 @@ EXTRA_OECONF += "--enable-largefile --without-iconv" SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz" UPSTREAM_CHECK_URI = "https://www.libarchive.org/" -SRC_URI[sha256sum] = "5f2d3c2fde8dc44583a61165549dc50ba8a37c5947c90fc02c8e5ce7f1cfb80d" +SRC_URI[sha256sum] = "a290c2d82bce7b806d1e5309558a7bd0ef39067a868f4622a0e32e71a4de8cb6" inherit autotools update-alternatives pkgconfig