diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-06 17:06:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-07 09:11:57 -0700 |
| commit | c20568adfb25fd38369f3a7a73234be9d7fc46fa (patch) | |
| tree | 8a03371f56e9ceb23f99ac3024a4206aee16f1ca /meta-perl/recipes-perl/libcgi | |
| parent | 9993925b67517902536091838555460b9c21591f (diff) | |
| download | meta-openembedded-c20568adfb25fd38369f3a7a73234be9d7fc46fa.tar.gz | |
libcgi-perl: upgrade 4.60 -> 4.64
Chaneglog:
===========
- pass --no-xattrs to tar in Makefile to fix tar backwards compat
- ->url returns a string in all cases
- ->url now returns the correct thing for ipv6 brackets
- Support Paritioned cookies in CGI::Cookie
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libcgi')
| -rw-r--r-- | meta-perl/recipes-perl/libcgi/libcgi-perl_4.64.bb (renamed from meta-perl/recipes-perl/libcgi/libcgi-perl_4.60.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.60.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.64.bb index 7e330c3704..7b67cd8625 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.60.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.64.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" | |||
| 10 | 10 | ||
| 11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" | 11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" |
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "c2f6330bcc7cacda0c905f57ca0d31da1b19a2e4e5babede648c49b13803ee11" | 13 | SRC_URI[sha256sum] = "39bd8e40ce00cdab39e0a2bc71abd2bbe451d1d97bc7e54e41a2e199eb6226e7" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/CGI-${PV}" | 15 | S = "${WORKDIR}/CGI-${PV}" |
| 16 | 16 | ||
