From patchwork Sun Jun 15 13:14:54 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: 64997 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 C7094C83F15 for ; Sun, 15 Jun 2025 13:15:05 +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.8889.1749993282768626427 for ; Sun, 15 Jun 2025 06:14:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=vYiRnKiS; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=pXf+JXHg; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019773ba8a67-fdfd501f-3861-4dff-b3ff-bc369309668e-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=1749993294; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=95PWXoOUvRw1QeX1bt4NN8PmH+nRrhjE36M2pJVNHDI=; b=vYiRnKiSbl4J50FUsuKAiNkIkANdgcINSC09TWzGYnrv1g38IhsIcMCc2P49UZA7 vuuUtfo2DdrI9jt058yHT6dXEcBWl6vbfaSirJnHUM51cQoScZKaUrV/8HV/fAWRbQH FH0YMSM9yVzeidf0CIrvob8MT4XPAoeRE93XnWD0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1749993294; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=95PWXoOUvRw1QeX1bt4NN8PmH+nRrhjE36M2pJVNHDI=; b=pXf+JXHgtlHwU6Tb+mW1aSjp2TRKWhyv1j6PgTEHZLWynkHTyxUZQKXfMajQNbjM 9iFKw4+9nLzTyzrjZbsNDfQa4g9C699HclqEwCaiJLxs9YLfxLgGAk1P9WnperjdT9i tR3pE4IEYlPAjbjImN1yA6xmAEZxzdgzxDG6snQM= 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: <0101019773ba8a67-fdfd501f-3861-4dff-b3ff-bc369309668e-000000@us-west-2.amazonses.com> Date: Sun, 15 Jun 2025 13:14:54 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.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 ; Sun, 15 Jun 2025 13:15:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/218704 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 1ad5f62b184e5b90a0aa2cd12c5769fc1443f26a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Jun 2025 09:52:39 +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