From patchwork Sat Nov 4 02:05:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33754 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 4EE2EC4332F for ; Sat, 4 Nov 2023 02:05:13 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.2727.1699063504206679432 for ; Fri, 03 Nov 2023 19:05:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=AHbH47g4; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=kOJ0q7pV; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018b981399d6-ec018e0e-ece9-4e0e-9432-edebfc8bbb51-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=1699063503; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ayMK+0JMhLwbMIaYwUieSNS3na8IR0Xz2mIvTl83YJg=; b=AHbH47g4MtqlZrCVc48iUV96+mfC200kytZe56pNwQTI0wZQRD2o/cM4gHsrrPdz cVgvLdYaQBLsJOnY8HFBaEk86TMcftRqK7N1WaApXQJSveI9HM6C1KYwu9g2e5ybiNF 78OF7/NWhFpmbA0YY3yF5RId3FB/EZQ0WyzAsu/g= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699063503; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ayMK+0JMhLwbMIaYwUieSNS3na8IR0Xz2mIvTl83YJg=; b=kOJ0q7pVX0eeV6pYNfLlcmzmZZk9bSMRnQrCllkmhwZSmCf4WM11ChkRCbdMyGR6 ZFIYqcsIB3pLfUXl5lBHakAKFQ0E7u7a40J9AxUPKe1Bp4QvJoVY1FjOzodCXic/Ayt K1sebwjh3EdOiPElS9Fzr1ADu4IqarrGl53p5d9Q= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] libcgi-perl: upgrading to 4.60 SUCCEEDED Message-ID: <0101018b981399d6-ec018e0e-ece9-4e0e-9432-edebfc8bbb51-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 02:05:03 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-54.240.27.30 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, 04 Nov 2023 02:05:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106186 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libcgi-perl* to *4.60* has Succeeded. Next steps: - apply the patch: git am 0001-libcgi-perl-upgrade-4.57-4.60.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 55dac38f801452084904afd3d9f4a49de0675aa5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 4 Nov 2023 01:39:37 +0000 Subject: [PATCH] libcgi-perl: upgrade 4.57 -> 4.60 --- .../libcgi/{libcgi-perl_4.57.bb => libcgi-perl_4.60.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libcgi/{libcgi-perl_4.57.bb => libcgi-perl_4.60.bb} (93%) diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.57.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.60.bb similarity index 93% rename from meta-perl/recipes-perl/libcgi/libcgi-perl_4.57.bb rename to meta-perl/recipes-perl/libcgi/libcgi-perl_4.60.bb index dea5f7a45..7e330c370 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.57.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.60.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" -SRC_URI[sha256sum] = "4e6ca634fe0d5621bb55b0fce5c1d08e6f643c65eecdfffbb4b344fd51b963ac" +SRC_URI[sha256sum] = "c2f6330bcc7cacda0c905f57ca0d31da1b19a2e4e5babede648c49b13803ee11" S = "${WORKDIR}/CGI-${PV}"