Marcel Telka
2024-03-02 118870fcee4bcd558bb8b44b54d18ff77d72b150
perl/CGI: update to 4.62

5 files modified
20 ■■■■■ changed files
components/perl/CGI/CGI-PERLVER.p5m 1 ●●●● patch | view | raw | blame | history
components/perl/CGI/Makefile 5 ●●●●● patch | view | raw | blame | history
components/perl/CGI/manifests/sample-manifest.p5m 1 ●●●● patch | view | raw | blame | history
components/perl/CGI/pkg5 9 ●●●●● patch | view | raw | blame | history
components/perl/CGI/test/results-all.master 4 ●●●● patch | view | raw | blame | history
components/perl/CGI/CGI-PERLVER.p5m
@@ -48,3 +48,4 @@
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/perl-5/html-parser-$(PLV)@3.69
depend type=require fmri=pkg:/library/perl-5/uri-$(PLV)@1.76
components/perl/CGI/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        CGI
HUMAN_VERSION =            4.61
HUMAN_VERSION =            4.62
COMPONENT_SUMMARY =        CGI - Handle Common Gateway Interface requests and responses
COMPONENT_CPAN_AUTHOR =        LEEJO
COMPONENT_ARCHIVE_HASH =    \
    sha256:124874079f0c9af8e37ca7bfcc8134098379aed30751df3f38896b557b471711
    sha256:b3619821c7aeba3fe1235985fc18f515049a2422ebfc680799cc30007faa80c5
COMPONENT_LICENSE =        Artistic-2.0
COMPONENT_LICENSE_FILE =    LICENSE
@@ -34,6 +34,7 @@
# Auto-generated dependencies
PERL_REQUIRED_PACKAGES += library/perl-5/html-parser
PERL_REQUIRED_PACKAGES += library/perl-5/uri
PERL_REQUIRED_PACKAGES += runtime/perl
TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-nowarnings
TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-warn
components/perl/CGI/manifests/sample-manifest.p5m
@@ -48,3 +48,4 @@
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/perl-5/html-parser-$(PLV)@3.69
depend type=require fmri=pkg:/library/perl-5/uri-$(PLV)@1.76
components/perl/CGI/pkg5
@@ -3,15 +3,18 @@
        "library/perl-5/html-parser-534",
        "library/perl-5/html-parser-536",
        "library/perl-5/html-parser-538",
        "library/perl-5/uri-534",
        "library/perl-5/uri-536",
        "library/perl-5/uri-538",
        "runtime/perl-534",
        "runtime/perl-536",
        "runtime/perl-538"
    ],
    "fmris": [
        "library/perl-5/cgi",
        "library/perl-5/cgi-534",
        "library/perl-5/cgi-536",
        "library/perl-5/cgi-538",
        "library/perl-5/cgi"
        "library/perl-5/cgi-538"
    ],
    "name": "CGI"
}
}
components/perl/CGI/test/results-all.master
@@ -4,7 +4,7 @@
t/can.t ..................... ok
carp.t: foo at $(@D)/blib/lib/CGI/Carp.pm line 360.
t/carp.t .................... ok
private_tempfiles has been deprecated at $(@D)/blib/lib/CGI.pm line 3238.
private_tempfiles has been deprecated at $(@D)/blib/lib/CGI.pm line 3241.
t/cgi.t ..................... ok
t/charset.t ................. ok
t/checkbox_group.t .......... ok
@@ -65,5 +65,5 @@
t/util-58.t ................. ok
t/util.t .................... ok
All tests successful.
Files=63, Tests=1592
Files=63, Tests=1594
Result: PASS