From patchwork Tue Oct 15 12:16:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 50676 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 BAA7AD21684 for ; Tue, 15 Oct 2024 12:16:14 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.11804.1728994557069446800 for ; Tue, 15 Oct 2024 05:16:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=X03OaGNA; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=USj3m1Nv; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 01010192901b5469-8baaf807-bafa-4f47-9437-1748b039d12a-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1728994563; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=JAP0ku4U5DfXI/uAJ2KVnE3dc8zSckw3lLIEMkdG1Yc=; b=X03OaGNADGwcPw9CJmD4aJ+4ns6OUdsE4p6QysRggCOibH6XoxJssy5/Rm604sjC haglDPS/p3j8RH88HaF1epaNICMSHHzJggbrw9Rvy4IVbUXwQGGHmhEhODUfgZOlolZ bmU/xJioKY2zyflblw+7FAo1S+WZH9zjDFgK6gDQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728994563; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=JAP0ku4U5DfXI/uAJ2KVnE3dc8zSckw3lLIEMkdG1Yc=; b=USj3m1NvLc51om7rjBYdgYaL/18Lmr8Jx1rZKRYOEFCLyiZ6WehlLzl3kWhFMjB5 Od3uJNsT+S4borFfegbKP3iAOeAcsEr0Z4zkndXE2MB2Ck07OrsCZvDNgYFur5nqvHV oyVC+QZtej7daIYs3Ax2wnL675LTv3HZvfG9zPIA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Otavio Salvador Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libarchive: upgrading to 3.7.7 SUCCEEDED Message-ID: <01010192901b5469-8baaf807-bafa-4f47-9437-1748b039d12a-000000@us-west-2.amazonses.com> Date: Tue, 15 Oct 2024 12:16:03 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.15-54.240.27.30 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Oct 2024 12:16:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205864 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libarchive* to *3.7.7* has Succeeded. Next steps: - apply the patch: git am 0001-libarchive-upgrade-3.7.6-3.7.7.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 5f8bbca486eef37229a035cdac70977a427dd237 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Oct 2024 09:46:14 +0000 Subject: [PATCH] libarchive: upgrade 3.7.6 -> 3.7.7 --- .../libarchive/{libarchive_3.7.6.bb => libarchive_3.7.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libarchive/{libarchive_3.7.6.bb => libarchive_3.7.7.bb} (96%) diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.6.bb b/meta/recipes-extended/libarchive/libarchive_3.7.7.bb similarity index 96% rename from meta/recipes-extended/libarchive/libarchive_3.7.6.bb rename to meta/recipes-extended/libarchive/libarchive_3.7.7.bb index a1cb34415e..0a0a6b374b 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.7.6.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.7.7.bb @@ -33,7 +33,7 @@ SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz" UPSTREAM_CHECK_URI = "http://libarchive.org/" -SRC_URI[sha256sum] = "b4071807367b15b72777c2eaac80f42c8ea2d20212ab279514a19fe1f6f96ef4" +SRC_URI[sha256sum] = "4cc540a3e9a1eebdefa1045d2e4184831100667e6d7d5b315bb1cbc951f8ddff" CVE_STATUS[CVE-2023-30571] = "upstream-wontfix: upstream has documented that reported function is not thread-safe"