From patchwork Sat Feb 1 13:20:58 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: 56400 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 7EA23C02196 for ; Sat, 1 Feb 2025 13:21:00 +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.web11.42625.1738416048125297131 for ; Sat, 01 Feb 2025 05:20:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=gFIQ5OpD; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=H3UHv48m; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010194c1abeec7-37801b56-056e-492e-adb5-e9ac2e91e1fb-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=1738416058; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=U9ehIVKLbe4sa5gbpwudLUFX53Z30+gMQIUJD/gvK6s=; b=gFIQ5OpDt4tasFvnnaGQC0hxxT8xhpiXZL6y/BXrUnMDYEb/eIAzVu/nI5ZJiul6 oiMvqgm1ykA9yZj6YYY7VkL+8ruSvcNzmaFyxNTtElVOcvACuK+uleLKK+TlJalbKjV 3TX/oKegb75+nl9Zn8kK2bjPrvex5X5G3IiZscxU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416058; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=U9ehIVKLbe4sa5gbpwudLUFX53Z30+gMQIUJD/gvK6s=; b=H3UHv48mMkSI8qrt9+IGXI98kmHDYuT+8G83UP3eTGJT8QypAFEcUWBxrohvUtzd HPjcC/9I6c9GObSSo3YZ7jG8vwe/U9P3QDwR17RqeChlax72URP3vPJVwcNAXq9EWYE 8HsWldNLLP3i9jlyioJ0HsgjcUv8ePkFsk4KlifI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] lzip: upgrading to 1.25 SUCCEEDED Message-ID: <01010194c1abeec7-37801b56-056e-492e-adb5-e9ac2e91e1fb-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:20:58 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.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 ; Sat, 01 Feb 2025 13:21:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210557 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lzip* to *1.25* has Succeeded. Next steps: - apply the patch: git am 0001-lzip-upgrade-1.24.1-1.25.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 dd376ffb5a34e435f09b18a6df567b8dec6564f6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 09:33:29 +0000 Subject: [PATCH] lzip: upgrade 1.24.1 -> 1.25 --- .../lzip/{lzip_1.24.1.bb => lzip_1.25.bb} | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) rename meta/recipes-extended/lzip/{lzip_1.24.1.bb => lzip_1.25.bb} (56%) diff --git a/meta/recipes-extended/lzip/lzip_1.24.1.bb b/meta/recipes-extended/lzip/lzip_1.25.bb similarity index 56% rename from meta/recipes-extended/lzip/lzip_1.24.1.bb rename to meta/recipes-extended/lzip/lzip_1.25.bb index 6eda012734..b2973b590d 100644 --- a/meta/recipes-extended/lzip/lzip_1.24.1.bb +++ b/meta/recipes-extended/lzip/lzip_1.25.bb @@ -1,14 +1,37 @@ +# 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 +# @@ -1,8 +1,7 @@ +# GNU GENERAL PUBLIC LICENSE +# Version 2, June 1991 +# +# - Copyright (C) 1989, 1991 Free Software Foundation, Inc., +# - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + Copyright (C) 1989, 1991 Free Software Foundation, Inc. +# Everyone is permitted to copy and distribute verbatim copies +# of this license document, but changing it is not allowed. +# +# +# + SUMMARY = "Lossless data compressor based on the LZMA algorithm" HOMEPAGE = "http://lzip.nongnu.org/lzip.html" DESCRIPTION = "Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip uses a simplified form of the Lempel-Ziv-Markov chain-Algorithm (LZMA) stream format, chosen to maximize safety and interoperability." SECTION = "console/utils" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=cca7f74ec83b7a9ce7ccd195aad471bd \ file://decoder.cc;beginline=3;endline=16;md5=18c279060cd0be128188404b45837f88 \ " SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" -SRC_URI[sha256sum] = "30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162" +SRC_URI[sha256sum] = "09418a6d8fb83f5113f5bd856e09703df5d37bae0308c668d0f346e3d3f0a56f" B = "${WORKDIR}/build" do_configure[cleandirs] = "${B}"