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>
This commit is contained in:
Jason Schonberg 2025-01-09 15:00:19 -05:00 committed by Khem Raj
parent 0750f5755d
commit 6d462cf8a4
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb"
SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz"
SRC_URI[sha256sum] = "4697437688a193e3f02556e1d223015590c1f2800b40becf83dc12d5cc5ed8e1"
SRC_URI[sha256sum] = "f4a6896eb94a3ecaa1c1ba02f7e0d2bed0be4c5ad3378d80196ec25662ac4111"
S = "${WORKDIR}/CGI-${PV}"