From patchwork Thu Feb 1 18:00:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 38606 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 ADA3EC54792 for ; Thu, 1 Feb 2024 18:00:17 +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.2163.1706810407109392163 for ; Thu, 01 Feb 2024 10:00:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Vn9PWC9Y; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ghgjFe17; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018d65d3f628-66e6763d-dab6-4c0d-add2-c1b510f6f305-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1706810406; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=VyVI5DEGKoB0E+KBB+cU1PNrHqtirOTdLLyEaIIGsqA=; b=Vn9PWC9YC0+6PDLyFMizWRFFef8JnBUrSUsFUm4wUVS7zrUnzqO1DMbQ/QU/nszi G75BVhbvyr99s5qXbIsyKDDP5BdezNEXQk1fGNBnpcR0QRklCXMk1HYR3naBd+CPozR BKfMIEaLKgoNhefwrrAcqfEOjz2sR5QFvxFR92Ec= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1706810406; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=VyVI5DEGKoB0E+KBB+cU1PNrHqtirOTdLLyEaIIGsqA=; b=ghgjFe17i/mfNyo9mV+oQ0t/ERxnYxE1/quDCSH3O1Xm/TrKhFVncnDqVsZOsILq pbkJHrfQthQOmGgICpvhv+dbRm6pl2D95Eh/mws6Z5XIwrGl/rqDEEkuoAPPO4flUN4 QTi7an2mm1DgcC4qJpQ9UtgnaIzFqlEcTDowu6yU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] lzip: upgrading to 1.24 SUCCEEDED Message-ID: <0101018d65d3f628-66e6763d-dab6-4c0d-add2-c1b510f6f305-000000@us-west-2.amazonses.com> Date: Thu, 1 Feb 2024 18:00:06 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.01-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 ; Thu, 01 Feb 2024 18:00:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/194668 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *lzip* to *1.24* has Succeeded. Next steps: - apply the patch: git am 0001-lzip-upgrade-1.23-1.24.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 63c73484f7b0fdab2b2666d74b2ce7bf74268bda Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Feb 2024 11:29:18 +0000 Subject: [PATCH] lzip: upgrade 1.23 -> 1.24 --- meta/recipes-extended/lzip/{lzip_1.23.bb => lzip_1.24.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lzip/{lzip_1.23.bb => lzip_1.24.bb} (93%) diff --git a/meta/recipes-extended/lzip/lzip_1.23.bb b/meta/recipes-extended/lzip/lzip_1.24.bb similarity index 93% rename from meta/recipes-extended/lzip/lzip_1.23.bb rename to meta/recipes-extended/lzip/lzip_1.24.bb index 12e8fa6c58..73040a6f00 100644 --- a/meta/recipes-extended/lzip/lzip_1.23.bb +++ b/meta/recipes-extended/lzip/lzip_1.24.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ " SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" -SRC_URI[sha256sum] = "4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d" +SRC_URI[sha256sum] = "d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c" B = "${WORKDIR}/build" do_configure[cleandirs] = "${B}"