From 73b144e91494a5f541d87b16df755977232660bf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 17 Jun 2026 16:57:54 +0800 Subject: [PATCH] liburi-perl: upgrade 5.34 -> 5.35 Changelog: Strip leading zeros from port numbers in canonical URIs License-Update: Change address to website Change signature from Ty Coon to Moe Ghoul Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../liburi/{liburi-perl_5.34.bb => liburi-perl_5.35.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/liburi/{liburi-perl_5.34.bb => liburi-perl_5.35.bb} (90%) diff --git a/meta-perl/recipes-perl/liburi/liburi-perl_5.34.bb b/meta-perl/recipes-perl/liburi/liburi-perl_5.35.bb similarity index 90% rename from meta-perl/recipes-perl/liburi/liburi-perl_5.34.bb rename to meta-perl/recipes-perl/liburi/liburi-perl_5.35.bb index 73e4e51d23..4fb4c2a122 100644 --- a/meta-perl/recipes-perl/liburi/liburi-perl_5.34.bb +++ b/meta-perl/recipes-perl/liburi/liburi-perl_5.35.bb @@ -6,13 +6,13 @@ HOMEPAGE = "https://metacpan.org/dist/URI" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9944b87af51186f848ae558344aded9f" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a4fff76c97b0801ffb7096967487beac" SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/URI-${PV}.tar.gz \ file://0001-Skip-TODO-test-cases-that-fail.patch \ " -SRC_URI[sha256sum] = "de64c779a212ff1821896c5ca2bb69e74767d2674cee411e777deea7a22604a8" +SRC_URI[sha256sum] = "89648964ce5ae006726951f42f718576fbefe9e98a41bd2212d57386163092d2" S = "${UNPACKDIR}/URI-${PV}"