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
@@ -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
+# + <https://fsf.org/>
+# 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 <https://www.gnu.org/licenses/>.
+#
+# 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.
+#
+# - <signature of Ty Coon>, 1 April 1989
+# - Ty Coon, President of Vice
+# + <signature of Moe Ghoul>, 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
+# + <https://fsf.org/>
+# 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 <https://www.gnu.org/licenses/>.
+#
+# 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.
+#
+# - <signature of Ty Coon>, 1 April 1990
+# - Ty Coon, President of Vice
+# + <signature of Moe Ghoul>, 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<pver>\d+(\.\d+)+)"
UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/"
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 <auh@yoctoproject.org> 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%)