From patchwork Wed May 15 17:32:18 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: 43697 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 3F020C2BA1A for ; Wed, 15 May 2024 17:32:22 +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.1273.1715794337765295571 for ; Wed, 15 May 2024 10:32:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=GwJZNOiJ; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=HAhF4yN2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018f7d4fe203-dcb9458c-d271-4baf-b8e6-2561d6254022-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=1715794338; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=j0IO3wAQoIcgZ2TFOTn5U4mdAk+4/dHD30ZlahhWxJU=; b=GwJZNOiJ0iBXX06MNOQRfB+47bZwVprXA7R0JTmYgFy2298LZBNOLIdx1+uLJwG5 HxR7WJwBn5fWxTPdyWeVGCudNse9QkFT99w5uX13ttZwdZQ9OsnVkJVAi3zG5+8YYLt Oc1TG7F1jD8/qQMpyJ88zoM6gZGtbj1Oon8Yi9tI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1715794338; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=j0IO3wAQoIcgZ2TFOTn5U4mdAk+4/dHD30ZlahhWxJU=; b=HAhF4yN2E4eZDgenfKnNH9fcIXiTWN8E8BVCXx2CpUOrsaADX3glJuV0QseJFJFT ypp7JpE5PsQmLToh1mPi/L/27SBFlfUP1CQKMCtU8M+eHxQQw3aUru6Eaf+evcSO8wR NfYfJrsYfnCXK6xkcdK9iojkBP2HSBmXAuEc2ugQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Otavio Salvador Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libarchive: upgrading to 3.7.4 SUCCEEDED Message-ID: <0101018f7d4fe203-dcb9458c-d271-4baf-b8e6-2561d6254022-000000@us-west-2.amazonses.com> Date: Wed, 15 May 2024 17:32:18 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.05.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 ; Wed, 15 May 2024 17:32:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/199356 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libarchive* to *3.7.4* has Succeeded. Next steps: - apply the patch: git am 0001-libarchive-upgrade-3.7.3-3.7.4.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 047bfe664b16feda285234c176a6c644b7ef2137 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 May 2024 12:17:02 +0000 Subject: [PATCH] libarchive: upgrade 3.7.3 -> 3.7.4 --- .../libarchive/libarchive/configurehack.patch | 11 ++++++----- .../{libarchive_3.7.3.bb => libarchive_3.7.4.bb} | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) rename meta/recipes-extended/libarchive/{libarchive_3.7.3.bb => libarchive_3.7.4.bb} (96%) diff --git a/meta/recipes-extended/libarchive/libarchive/configurehack.patch b/meta/recipes-extended/libarchive/libarchive/configurehack.patch index 45fddd9147..53ef0d4b05 100644 --- a/meta/recipes-extended/libarchive/libarchive/configurehack.patch +++ b/meta/recipes-extended/libarchive/libarchive/configurehack.patch @@ -1,4 +1,8 @@ -To work with autoconf 2.73, tweak the macro ordering in configure.in. +From f2127c8fe1d177d26faadf9b7e6a367b480521f2 Mon Sep 17 00:00:00 2001 +From: Richard Purdie +Date: Thu, 27 Jul 2023 20:47:55 -0700 +Subject: [PATCH] To work with autoconf 2.73, tweak the macro ordering in + configure.in. Upstream-Status: Pending Signed-off-by: Richard Purdie @@ -7,7 +11,7 @@ Signed-off-by: Richard Purdie 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/configure.ac b/configure.ac -index 503bb75..e3101da 100644 +index 5668d41..7e65e49 100644 --- a/configure.ac +++ b/configure.ac @@ -414,6 +414,19 @@ if test "x$with_bz2lib" != "xno"; then @@ -50,6 +54,3 @@ index 503bb75..e3101da 100644 # Check for tm_gmtoff in struct tm AC_CHECK_MEMBERS([struct tm.tm_gmtoff, struct tm.__tm_gmtoff],,, [ --- -2.34.1 - diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.3.bb b/meta/recipes-extended/libarchive/libarchive_3.7.4.bb similarity index 96% rename from meta/recipes-extended/libarchive/libarchive_3.7.3.bb rename to meta/recipes-extended/libarchive/libarchive_3.7.4.bb index bea91b6e97..da85764116 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.7.3.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.7.4.bb @@ -33,7 +33,7 @@ SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz" SRC_URI += "file://configurehack.patch" UPSTREAM_CHECK_URI = "http://libarchive.org/" -SRC_URI[sha256sum] = "f27a97bc22ceb996e72502df47dc19f99f9a0f09181ae909f09f3c9eb17b67e2" +SRC_URI[sha256sum] = "7875d49596286055b52439ed42f044bd8ad426aa4cc5aabd96bfe7abb971d5e8" CVE_STATUS[CVE-2023-30571] = "upstream-wontfix: upstream has documented that reported function is not thread-safe"