Skip to content

Commit

Permalink
libcgi-perl: upgrade 4.51 -> 4.53
Browse files Browse the repository at this point in the history
4.53 2021-06-03

    [ FIX ]
    - fix typo in passing of max-age to CGI::Cookie (GH openembedded#247)

4.52 2021-05-04

    [ FIX ]
    - sort hash keys for deterministic behaviour (GH openembedded#245, GH openembedded#246)

References:
leejo/CGI.pm#247
leejo/CGI.pm#246
leejo/CGI.pm#245

Signed-off-by: Tim Orling <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
moto-timo authored and kraj committed Jul 12, 2021
1 parent 4e417b8 commit c994027
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +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[md5sum] = "87b6cf5bc68739c9310ca501adad998e"
SRC_URI[sha256sum] = "0bd215e7012f9f52e6a7d3fe695ee30ef959d796e8e53472fa0ed8c53fba600a"
SRC_URI[sha256sum] = "c67e732f3c96bcb505405fd944f131fe5c57b46e5d02885c00714c452bf14e60"

S = "${WORKDIR}/CGI-${PV}"

Expand Down

0 comments on commit c994027

Please sign in to comment.