summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-01-09 15:00:19 -0500
committerKhem Raj <raj.khem@gmail.com>2025-01-10 09:33:51 -0800
commit6d462cf8a4f90c8fc0ee1b0bdbb21bae6e2f603d (patch)
tree1ff60eb92e3d3bea74a0e2f8794f74d1de532177 /meta-perl
parent0750f5755d1982d1a914dadc00c13375bb805c5c (diff)
downloadmeta-openembedded-6d462cf8a4f90c8fc0ee1b0bdbb21bae6e2f603d.tar.gz
libcgi-perl: upgrade 4.66 -> 4.67
Changelog: https://metacpan.org/release/LEEJO/CGI-4.67/source/Changes Fix: correctly parse unquoted expires cookie values containing embedded commas (GH #268, thanks to rlauer6 for the patch) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libcgi/libcgi-perl_4.67.bb (renamed from meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.67.bb
index 42100acec3..fcda790d33 100644
--- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb
+++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.67.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb"
10 10
11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" 11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz"
12 12
13SRC_URI[sha256sum] = "4697437688a193e3f02556e1d223015590c1f2800b40becf83dc12d5cc5ed8e1" 13SRC_URI[sha256sum] = "f4a6896eb94a3ecaa1c1ba02f7e0d2bed0be4c5ad3378d80196ec25662ac4111"
14 14
15S = "${WORKDIR}/CGI-${PV}" 15S = "${WORKDIR}/CGI-${PV}"
16 16