From patchwork Tue Apr 15 13:33:05 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: 61327 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 D3DBEC3ABAA for ; Tue, 15 Apr 2025 13:33:06 +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.20153.1744723974175266570 for ; Tue, 15 Apr 2025 06:33:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=d8gSIf/F; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=OuRv1MdX; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019639a74305-b7763712-bf37-45a2-bfdd-46dbfc204832-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=1744723985; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=QHNO8spARZ02O9lq+JFXGjFwZHeGVxOzZBNwQCB9c/Y=; b=d8gSIf/Fgo5XSzQzkV8RXdmDhwIXrqsSO8/nl8a2GqACWIXWSvlyyfzfJ2AGbGlO E02KJmVo00MCvhGk6y5idt22fVNBjVpwoyCVVj/9vC/VT2fYXTMNTIPKrpY67aiRXet 0xuWngI2CxB35/BlU72Iu5nMvgORD62HO5WA2p9U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1744723985; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=QHNO8spARZ02O9lq+JFXGjFwZHeGVxOzZBNwQCB9c/Y=; b=OuRv1MdXZC2ukpc77xDDg13bhVE+vo04aUUUSuAYL917QCFwUvCEAk2V+sgbR8tX Ri9X9SabWbVwMM+wq/Ymmm749Uc/cn51B5gzXs9cYQuXz3k6zJKo7U5guw9G5FDxCz9 gW0Y8mMAAb3mfwxqCfB5NZqcHC6uvvV1BCCn0ODE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] xz: upgrading to 5.8.1 SUCCEEDED Message-ID: <0101019639a74305-b7763712-bf37-45a2-bfdd-46dbfc204832-000000@us-west-2.amazonses.com> Date: Tue, 15 Apr 2025 13:33:05 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.15-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 ; Tue, 15 Apr 2025 13:33:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214907 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xz* to *5.8.1* has Succeeded. Next steps: - apply the patch: git am 0001-xz-upgrade-5.6.4-5.8.1.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 c30810d430b99a8a60c4132aaa9814b576e5cd08 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Apr 2025 09:07:20 +0000 Subject: [PATCH] xz: upgrade 5.6.4 -> 5.8.1 --- .../xz/{xz_5.6.4.bb => xz_5.8.1.bb} | 56 ++++++++++++++++++- 1 file changed, 54 insertions(+), 2 deletions(-) rename meta/recipes-extended/xz/{xz_5.6.4.bb => xz_5.8.1.bb} (55%) diff --git a/meta/recipes-extended/xz/xz_5.6.4.bb b/meta/recipes-extended/xz/xz_5.8.1.bb similarity index 55% rename from meta/recipes-extended/xz/xz_5.6.4.bb rename to meta/recipes-extended/xz/xz_5.8.1.bb index e48f4dbd7f..534e82c494 100644 --- a/meta/recipes-extended/xz/xz_5.6.4.bb +++ b/meta/recipes-extended/xz/xz_5.8.1.bb @@ -1,3 +1,55 @@ +# 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 +# @@ -40,6 +40,12 @@ +# free software licenses. These aren't built or installed as +# part of XZ Utils. +# +# + The following command may be helpful in finding per-file license +# + information. It works on xz.git and on a clean file tree extracted +# + from a release tarball. +# + +# + sh build-aux/license-check.sh -v +# + +# For the files under the BSD Zero Clause License (0BSD), if +# a copyright notice is needed, the following is sufficient: +# +# @@ -59,25 +65,6 @@ +# - COPYING.GPLv2: GNU General Public License version 2 +# - COPYING.GPLv3: GNU General Public License version 3 +# +# - A note about old XZ Utils releases: +# - +# - XZ Utils releases 5.4.6 and older and 5.5.1alpha have a +# - significant amount of code put into the public domain and +# - that obviously remains so. The switch from public domain to +# - 0BSD for newer releases was made in Febrary 2024 because +# - public domain has (real or perceived) legal ambiguities in +# - some jurisdictions. +# - +# - There is very little *practical* difference between public +# - domain and 0BSD. The main difference likely is that one +# - shouldn't claim that 0BSD-licensed code is in the public +# - domain; 0BSD-licensed code is copyrighted but available under +# - an extremely permissive license. Neither 0BSD nor public domain +# - require retaining or reproducing author, copyright holder, or +# - license notices when distributing the software. (Compare to, +# - for example, BSD 2-Clause "Simplified" License which does have +# - such requirements.) +# - +# If you have questions, don't hesitate to ask for more information. +# The contact information is in the README file. +# +# +# + SUMMARY = "Utilities for managing LZMA compressed files" HOMEPAGE = "https://tukaani.org/xz/" DESCRIPTION = "XZ Utils is free general-purpose data compression software with a high compression ratio. XZ Utils were written for POSIX-like systems, but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils." @@ -17,7 +69,7 @@ LICENSE:${PN}-dbg = "GPL-2.0-or-later" LICENSE:${PN}-locale = "GPL-2.0-or-later" LICENSE:liblzma = "0BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=c02de712b028a5cc7e22472e8f2b3db1 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=d38d562f6112174de93a9677682231b2 \ file://COPYING.0BSD;md5=0672c210ce80c83444339b9aa31fee2f \ file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING.GPLv3;md5=1ebbd3e34237af26da5dc08a4e440464 \ @@ -28,7 +80,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c02de712b028a5cc7e22472e8f2b3db1 \ SRC_URI = "https://github.com/tukaani-project/xz/releases/download/v${PV}/xz-${PV}.tar.gz \ file://run-ptest \ " -SRC_URI[sha256sum] = "269e3f2e512cbd3314849982014dc199a7b2148cf5c91cedc6db629acdf5e09b" +SRC_URI[sha256sum] = "507825b599356c10dca1cd720c9d0d0c9d5400b9de300af00e4d1ea150795543" UPSTREAM_CHECK_REGEX = "releases/tag/v(?P\d+(\.\d+)+)" UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/"