From patchwork Thu Jan 1 11:37:57 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 77855 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 62098EEB58E for ; Thu, 1 Jan 2026 11:37:59 +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.msgproc02-g2.102972.1767267475144214666 for ; Thu, 01 Jan 2026 03:37:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=ARolH4JC; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=ZJD7DiGK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019b7959a862-cfa16c43-d76f-4800-9c62-b4b88c60efa7-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=1767267477; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=jUQAOF1DqIhSf0tyEskEQo4ltwfNWikY1UzAlbKJX6s=; b=ARolH4JCeawht8YkSmlV5h9XPEl5NZRe9o9hEdM4uvogJLbi35gxB1QUgonfnG99 ioTSdxIvNuqKrW5TaV5RK76E02HfufWAYim6vD//Elw4EFTIZeh8IRelfh8MEzCTi+4 kYfSCSX06TfedZlC+tzFTrwj9OyEZFKmrRrDSETc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1767267477; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=jUQAOF1DqIhSf0tyEskEQo4ltwfNWikY1UzAlbKJX6s=; b=ZJD7DiGKhcOpYURn2OuwqmIQe3RqxA3whSlUl1MzAFY/Xt7FFYf9aO7O70BdGMwC 6DJiXNFzSCrtrVapJFGYEumBs4ofo1UVdc4ECH/kuuOvETJICgxEaZ1CWNlEgZ7A3lz iIakS4ctcZX+ANRFgnLK4LIuXFhKnN+RoIRCgJHM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] xz: upgrading to 5.8.2 SUCCEEDED Message-ID: <0101019b7959a862-cfa16c43-d76f-4800-9c62-b4b88c60efa7-000000@us-west-2.amazonses.com> Date: Thu, 1 Jan 2026 11:37:57 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.01.01-54.240.27.192 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 01 Jan 2026 11:37:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/228787 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xz* to *5.8.2* has Succeeded. Next steps: - apply the patch: git am 0001-xz-upgrade-5.8.1-5.8.2.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 8c84ac9c2d18f47a1f0cdcf9c7f611dbcf7bf374 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Jan 2026 09:16:35 +0000 Subject: [PATCH] xz: upgrade 5.8.1 -> 5.8.2 --- .../xz/{xz_5.8.1.bb => xz_5.8.2.bb} | 80 ++++++++++++++++++- 1 file changed, 77 insertions(+), 3 deletions(-) rename meta/recipes-extended/xz/{xz_5.8.1.bb => xz_5.8.2.bb} (47%) diff --git a/meta/recipes-extended/xz/xz_5.8.1.bb b/meta/recipes-extended/xz/xz_5.8.2.bb similarity index 47% rename from meta/recipes-extended/xz/xz_5.8.1.bb rename to meta/recipes-extended/xz/xz_5.8.2.bb index 406ecbbec4..cab0bc9caf 100644 --- a/meta/recipes-extended/xz/xz_5.8.1.bb +++ b/meta/recipes-extended/xz/xz_5.8.2.bb @@ -1,3 +1,77 @@ +# 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.GPLv2 +# +++ COPYING.GPLv2 +# @@ -2,7 +2,7 @@ +# Version 2, June 1991 +# +# Copyright (C) 1989, 1991 Free Software Foundation, Inc., +# - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + +# Everyone is permitted to copy and distribute verbatim copies +# of this license document, but changing it is not allowed. +# +# @@ -304,8 +304,7 @@ +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# - with this program; if not, write to the Free Software Foundation, Inc., +# - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# + with this program; if not, see . +# +# Also add information on how to contact you by electronic and paper mail. +# +# @@ -329,8 +328,8 @@ +# Yoyodyne, Inc., hereby disclaims all copyright interest in the program +# `Gnomovision' (which makes passes at compilers) written by James Hacker. +# +# - , 1 April 1989 +# - Ty Coon, President of Vice +# + , 1 April 1989 +# + Moe Ghoul, President of Vice +# +# This General Public License does not permit incorporating your program into +# proprietary programs. If your program is a subroutine library, you may +# --- COPYING.LGPLv2.1 +# +++ COPYING.LGPLv2.1 +# @@ -2,7 +2,7 @@ +# Version 2.1, February 1999 +# +# Copyright (C) 1991, 1999 Free Software Foundation, Inc. +# - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + +# Everyone is permitted to copy and distribute verbatim copies +# of this license document, but changing it is not allowed. +# +# @@ -484,8 +484,7 @@ +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# - License along with this library; if not, write to the Free Software +# - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + License along with this library; if not, see . +# +# Also add information on how to contact you by electronic and paper mail. +# +# @@ -496,7 +495,7 @@ +# Yoyodyne, Inc., hereby disclaims all copyright interest in the +# library `Frob' (a library for tweaking knobs) written by James Random Hacker. +# +# - , 1 April 1990 +# - Ty Coon, President of Vice +# + , 1 April 1990 +# + Moe Ghoul, President of Vice +# +# That's all there is to it! +# +# + 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." @@ -19,16 +93,16 @@ LICENSE:liblzma = "0BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=d38d562f6112174de93a9677682231b2 \ file://COPYING.0BSD;md5=0672c210ce80c83444339b9aa31fee2f \ - file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.GPLv2;md5=570a9b3749dd0463a1778803b12a6dce \ file://COPYING.GPLv3;md5=1ebbd3e34237af26da5dc08a4e440464 \ - file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \ + file://COPYING.LGPLv2.1;md5=4bf661c1e3793e55c8d1051bc5e0ae21 \ file://lib/getopt.c;endline=23;md5=3f33e207287bf72834f3ae8c247dfb6a \ " SRC_URI = "https://github.com/tukaani-project/xz/releases/download/v${PV}/xz-${PV}.tar.gz \ file://run-ptest \ " -SRC_URI[sha256sum] = "507825b599356c10dca1cd720c9d0d0c9d5400b9de300af00e4d1ea150795543" +SRC_URI[sha256sum] = "ce09c50a5962786b83e5da389c90dd2c15ecd0980a258dd01f70f9e7ce58a8f1" UPSTREAM_CHECK_REGEX = "releases/tag/v(?P\d+(\.\d+)+)" UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/"