From patchwork Tue Apr 1 12:43:25 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: 60461 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 6E522C3ABA4 for ; Tue, 1 Apr 2025 12:43:36 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.18037.1743511387671847570 for ; Tue, 01 Apr 2025 05:43:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=ZyCtKyuz; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=IoyVjcVc; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010195f160c3fa-786152a2-0072-44ba-9b57-23f358a52deb-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=1743511405; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=DEMKheX1f6cVelcrRz1llK5YhBt76OPttybKbRoc0ZU=; b=ZyCtKyuz2qHnEwU7Vv6RFd7fvVHFx4a67wBlZ+z0YEEC1666kt72f9QxKtktWOkO +5mF+K8YM10d8sMQhTxjRNvx4cUZzCTKShXs5TX/XjpvFhdqduCOSOqpMg/hoYGYqHc 9Wybuk/bCqCvEdc/HYpvfQKRbFph3ajA8n08/L6c= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511405; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=DEMKheX1f6cVelcrRz1llK5YhBt76OPttybKbRoc0ZU=; b=IoyVjcVcNUiMem64b6D+HdR8tqAbcF8sBToc6OlB6DGTIgRsO+mixiSSAEprVgsr oWzbht9833tlqB0mofu6Q7GNJKakRYLCcOOyDApLk3sNZbFRgWV0o2qsXmbj72DSave Itm49uE1TvLe+qynZnCocy4aiJFLiT1qKutN+OjY= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] xz: upgrading to 5.8.0 SUCCEEDED Message-ID: <01010195f160c3fa-786152a2-0072-44ba-9b57-23f358a52deb-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:25 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.01-54.240.27.192 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, 01 Apr 2025 12:43:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214093 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xz* to *5.8.0* has Succeeded. Next steps: - apply the patch: git am 0001-xz-upgrade-5.6.4-5.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 696d40daf13e04bcea34efd1582488ca499e5070 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Apr 2025 10:36:51 +0000 Subject: [PATCH] xz: upgrade 5.6.4 -> 5.8.0 --- .../xz/{xz_5.6.4.bb => xz_5.8.0.bb} | 56 ++++++++++++++++++- 1 file changed, 54 insertions(+), 2 deletions(-) rename meta/recipes-extended/xz/{xz_5.6.4.bb => xz_5.8.0.bb} (55%) diff --git a/meta/recipes-extended/xz/xz_5.6.4.bb b/meta/recipes-extended/xz/xz_5.8.0.bb similarity index 55% rename from meta/recipes-extended/xz/xz_5.6.4.bb rename to meta/recipes-extended/xz/xz_5.8.0.bb index e48f4dbd7f..aefd85e152 100644 --- a/meta/recipes-extended/xz/xz_5.6.4.bb +++ b/meta/recipes-extended/xz/xz_5.8.0.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] = "b523c5e47d1490338c5121bdf2a6ecca2bcf0dce05a83ad40a830029cbe6679b" UPSTREAM_CHECK_REGEX = "releases/tag/v(?P\d+(\.\d+)+)" UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/"