From patchwork Sun Jun 1 13:55:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 63994 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 807ADC54FB3 for ; Sun, 1 Jun 2025 13:55:44 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.27790.1748786127843611659 for ; Sun, 01 Jun 2025 06:55:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=xWGfJR3o; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=VtqkFRAo; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101972bc6e1bd-5c38d40f-a014-4523-983c-18811d60de6b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1748786143; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=uya8noiQqZCd2ppdGMGG/aaAU2/DlQPywAz65faV5Zw=; b=xWGfJR3oheBvzSLepqG8HZk+lrxdAeOalRtxBQqO5Gx6NPPpjTiZELjBXn9SAokS /beU8XsTYd+tC5DjmmB9OoZjVsnuM7OLt0hQYL1HlgijaTx4zoS8r/PPNhuhNBP1hBE HAoUyF5UA62a1/SjO5UQg8ostIl92T9vC9S/sQ5c= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1748786143; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=uya8noiQqZCd2ppdGMGG/aaAU2/DlQPywAz65faV5Zw=; b=VtqkFRAoViP6LjDxcRY9mKj/0YaMFDHkNoKSpYypiLyAN5PypfqCqxOBaHTjx8py +FNWc9DXPuKbtyNalkWlJ5xPWpp8w9T6dALfP/N2TrCGuG8PKm7/fDqbdvVJ4gCh7RN k2uyv9oy80axFIDAzFHqOmLZiWEi41a24C3VaraA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Otavio Salvador Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libarchive: upgrading to 3.8.0 SUCCEEDED Message-ID: <010101972bc6e1bd-5c38d40f-a014-4523-983c-18811d60de6b-000000@us-west-2.amazonses.com> Date: Sun, 1 Jun 2025 13:55:43 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.01-54.240.27.45 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 ; Sun, 01 Jun 2025 13:55:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217631 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libarchive* to *3.8.0* has Succeeded. Next steps: - apply the patch: git am 0001-libarchive-upgrade-3.7.9-3.8.0.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 156270765eddec35068d35a8cb9344db76e294f3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Jun 2025 10:53:01 +0000 Subject: [PATCH] libarchive: upgrade 3.7.9 -> 3.8.0 --- ...ibarchive_3.7.9.bb => libarchive_3.8.0.bb} | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) rename meta/recipes-extended/libarchive/{libarchive_3.7.9.bb => libarchive_3.8.0.bb} (71%) diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb b/meta/recipes-extended/libarchive/libarchive_3.8.0.bb similarity index 71% rename from meta/recipes-extended/libarchive/libarchive_3.7.9.bb rename to meta/recipes-extended/libarchive/libarchive_3.8.0.bb index d70cdb3d83..adceacf16a 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.8.0.bb @@ -1,9 +1,31 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -20,7 +20,7 @@ +# libarchive/mtree.5 +# +# * The following source files are in the public domain: +# - libarchive/archive_getdate.c +# + libarchive/archive_parse_date.c +# +# * The following source files are triple-licensed with the ability to choose +# from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses: +# +# + SUMMARY = "Support for reading various archive formats" DESCRIPTION = "C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats" HOMEPAGE = "http://www.libarchive.org/" SECTION = "devel" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=d499814247adaee08d88080841cb5665" +LIC_FILES_CHKSUM = "file://COPYING;md5=7ce08437ff7f5e24d72e666313ae4084" DEPENDS = "e2fsprogs-native" @@ -31,7 +53,7 @@ EXTRA_OECONF += "--enable-largefile --without-iconv" SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz" -SRC_URI[sha256sum] = "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f" +SRC_URI[sha256sum] = "191b5b24811499d5c2e5efa3248975fa6daa5e6a227700cc7b8e54d6d7c06eef" inherit autotools update-alternatives pkgconfig