diff mbox series

[AUH] libcgi-perl: upgrading to 4.60 SUCCEEDED

Message ID 0101018b981399d6-ec018e0e-ece9-4e0e-9432-edebfc8bbb51-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libcgi-perl: upgrading to 4.60 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 2:05 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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}"