diff options
Diffstat (limited to 'meta-perl')
83 files changed, 426 insertions, 268 deletions
diff --git a/meta-perl/SECURITY.md b/meta-perl/SECURITY.md new file mode 100644 index 0000000000..1530103230 --- /dev/null +++ b/meta-perl/SECURITY.md | |||
@@ -0,0 +1,20 @@ | |||
1 | How to Report a Potential Vulnerability? | ||
2 | ======================================== | ||
3 | |||
4 | If you would like to report a public issue (for example, one with a released | ||
5 | CVE number), please report it to the mailing list: | ||
6 | |||
7 | https://lists.openembedded.org/g/openembedded-devel | ||
8 | |||
9 | If you are dealing with a not-yet released or urgent issue, please send a | ||
10 | message to one of the maintainers listed in the README. Include as many | ||
11 | details as possible: | ||
12 | - the layer or software module affected | ||
13 | - the recipe and its version | ||
14 | - any example code, if available | ||
15 | |||
16 | Branches maintained with security fixes | ||
17 | --------------------------------------- | ||
18 | |||
19 | See https://wiki.yoctoproject.org/wiki/Releases for the list of current | ||
20 | releases. We only accept patches for the LTS releases and the master branch. | ||
diff --git a/meta-perl/conf/include/non-repro-meta-perl.inc b/meta-perl/conf/include/non-repro-meta-perl.inc deleted file mode 100755 index 9082691f67..0000000000 --- a/meta-perl/conf/include/non-repro-meta-perl.inc +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # List of known non-reproducible package of the meta-perl layer | ||
2 | # Please keep this list sorted | ||
3 | KNOWN_NON_REPRO_META_PERL = " \ | ||
4 | libencode-perl-src \ | ||
5 | libhtml-tree-perl \ | ||
6 | libhtml-tree-perl-doc \ | ||
7 | libmodule-build-tiny-perl \ | ||
8 | po4a \ | ||
9 | po4a-doc \ | ||
10 | " | ||
diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc index 842f817f1f..e0c5707f4b 100644 --- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc +++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc | |||
@@ -8,7 +8,6 @@ | |||
8 | # ptests which take less than ~30s each | 8 | # ptests which take less than ~30s each |
9 | PTESTS_FAST_META_PERL = "\ | 9 | PTESTS_FAST_META_PERL = "\ |
10 | libcapture-tiny-perl \ | 10 | libcapture-tiny-perl \ |
11 | libcgi-perl \ | ||
12 | libcrypt-openssl-random-perl \ | 11 | libcrypt-openssl-random-perl \ |
13 | libdigest-hmac-perl \ | 12 | libdigest-hmac-perl \ |
14 | liberror-perl \ | 13 | liberror-perl \ |
@@ -16,7 +15,7 @@ PTESTS_FAST_META_PERL = "\ | |||
16 | libextutils-installpaths-perl \ | 15 | libextutils-installpaths-perl \ |
17 | libhtml-tagset-perl \ | 16 | libhtml-tagset-perl \ |
18 | libmozilla-ca-perl \ | 17 | libmozilla-ca-perl \ |
19 | libmodule-build-tiny-perl \ | 18 | libnet-ldap-perl \ |
20 | libstrictures-perl \ | 19 | libstrictures-perl \ |
21 | libterm-readkey-perl \ | 20 | libterm-readkey-perl \ |
22 | libtest-nowarnings-perl \ | 21 | libtest-nowarnings-perl \ |
@@ -27,20 +26,21 @@ PTESTS_SLOW_META_PERL = "\ | |||
27 | libio-socket-ssl-perl \ | 26 | libio-socket-ssl-perl \ |
28 | " | 27 | " |
29 | 28 | ||
30 | PTESTS_PROBLEMS_META_PERL ="\ | 29 | PTESTS_PROBLEMS_META_PERL = "\ |
31 | libauthen-sasl-perl \ | 30 | libauthen-sasl-perl \ |
31 | libcgi-perl \ | ||
32 | libconfig-autoconf-perl \ | 32 | libconfig-autoconf-perl \ |
33 | libcrypt-openssl-guess-perl \ | 33 | libcrypt-openssl-guess-perl \ |
34 | libcrypt-openssl-rsa-perl \ | 34 | libcrypt-openssl-rsa-perl \ |
35 | libdata-hexdump-perl \ | 35 | libdata-hexdump-perl \ |
36 | libdbd-sqlite-perl \ | 36 | libdbd-sqlite-perl \ |
37 | libdigest-sha1-perl \ | 37 | libdigest-sha1-perl \ |
38 | libnet-dns-perl \ | ||
39 | libnet-dns-sec-perl \ | ||
40 | libnet-ldap-perl \ | ||
41 | libfile-slurper-perl \ | 38 | libfile-slurper-perl \ |
42 | libhtml-parser-perl \ | 39 | libhtml-parser-perl \ |
43 | libmime-types-perl \ | 40 | libmime-types-perl \ |
41 | libmodule-build-tiny-perl \ | ||
42 | libnet-dns-perl \ | ||
43 | libnet-dns-sec-perl \ | ||
44 | libnet-ssleay-perl \ | 44 | libnet-ssleay-perl \ |
45 | libsub-uplevel-perl \ | 45 | libsub-uplevel-perl \ |
46 | libtest-deep-perl \ | 46 | libtest-deep-perl \ |
@@ -48,5 +48,6 @@ PTESTS_PROBLEMS_META_PERL ="\ | |||
48 | libtest-warn-perl \ | 48 | libtest-warn-perl \ |
49 | libunicode-linebreak-perl \ | 49 | libunicode-linebreak-perl \ |
50 | libunix-statgrab \ | 50 | libunix-statgrab \ |
51 | liburi-perl \ | ||
51 | libxml-libxml-perl \ | 52 | libxml-libxml-perl \ |
52 | " | 53 | " |
diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf index fb1fe88453..7ae1a39fcd 100644 --- a/meta-perl/conf/layer.conf +++ b/meta-perl/conf/layer.conf | |||
@@ -15,4 +15,15 @@ LAYERVERSION_perl-layer = "1" | |||
15 | 15 | ||
16 | LAYERDEPENDS_perl-layer = "core openembedded-layer" | 16 | LAYERDEPENDS_perl-layer = "core openembedded-layer" |
17 | 17 | ||
18 | LAYERSERIES_COMPAT_perl-layer = "styhead" | 18 | LAYERSERIES_COMPAT_perl-layer = "walnascar whinlatter" |
19 | |||
20 | # List of known non-reproducible package of the meta-perl layer | ||
21 | # Please keep this list sorted | ||
22 | OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \ | ||
23 | libencode-perl-src \ | ||
24 | libhtml-tree-perl \ | ||
25 | libhtml-tree-perl-doc \ | ||
26 | libmodule-build-tiny-perl \ | ||
27 | po4a \ | ||
28 | po4a-doc \ | ||
29 | " | ||
diff --git a/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb b/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb index 9efe5087f0..e2cafa98a5 100644 --- a/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb +++ b/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb | |||
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest" | |||
9 | require conf/include/ptest-packagelists-meta-perl.inc | 9 | require conf/include/ptest-packagelists-meta-perl.inc |
10 | 10 | ||
11 | # Include the full set of ptests | 11 | # Include the full set of ptests |
12 | PTESTS_META_PERL = "${PTESTS_FAST_META_PERL} ${PTESTS_SLOW_META_PERL} ${PTESTS_PROBLEMS_META_PERL}" | 12 | PTESTS_META_PERL = "${PTESTS_FAST_META_PERL} ${PTESTS_SLOW_META_PERL}" |
13 | 13 | ||
14 | do_testimage[noexec] = "1" | 14 | do_testimage[noexec] = "1" |
15 | do_testimage[depends] = "${@' '.join(['meta-perl-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PERL').split()])}" | 15 | do_testimage[depends] = "${@' '.join(['meta-perl-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PERL').split()])}" |
diff --git a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb index a5d28265d7..28dbf1399b 100644 --- a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb +++ b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Constructs and (by default) mails MIME messages. \ | |||
3 | It is entirely driven from the command line, it is \ | 3 | It is entirely driven from the command line, it is \ |
4 | designed to be used by other programs, or people who act \ | 4 | designed to be used by other programs, or people who act \ |
5 | like programs." | 5 | like programs." |
6 | HOMEPAGE = "http://search.cpan.org/~rosch/mime-construct/mime-construct" | 6 | HOMEPAGE = "https://metacpan.org/release/ROSCH/mime-construct-1.11/view/mime-construct" |
7 | SECTION = "mail" | 7 | SECTION = "mail" |
8 | LICENSE = "GPL-2.0-or-later" | 8 | LICENSE = "GPL-2.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=5e2e5da619ac8ef8c84767ccc4656e96" | 9 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=5e2e5da619ac8ef8c84767ccc4656e96" |
@@ -12,7 +12,6 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/R/RO/ROSCH/mime-construct-${PV}.tar.gz \ | |||
12 | file://fix-mime-construct-help-return-value.patch \ | 12 | file://fix-mime-construct-help-return-value.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "73834ea780fbea81b89dbd9b2fb54f58" | ||
16 | SRC_URI[sha256sum] = "4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a4a9303" | 15 | SRC_URI[sha256sum] = "4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a4a9303" |
17 | 16 | ||
18 | inherit cpan | 17 | inherit cpan |
diff --git a/meta-perl/recipes-perl/adduser/adduser_3.118.bb b/meta-perl/recipes-perl/adduser/adduser_3.118.bb index 3ac2211aa6..9718a2ce9b 100644 --- a/meta-perl/recipes-perl/adduser/adduser_3.118.bb +++ b/meta-perl/recipes-perl/adduser/adduser_3.118.bb | |||
@@ -11,10 +11,9 @@ SRC_URI = "https://launchpad.net/debian/+archive/primary/+sourcefiles/adduser/${ | |||
11 | file://0001-adduser-set-default-shell-with-sbin-nologin.patch \ | 11 | file://0001-adduser-set-default-shell-with-sbin-nologin.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "44ba2475ebdaafc9613236bdda321c97" | ||
15 | SRC_URI[sha256sum] = "3e9eea661c9aac6b2c791bfcc1de3a9c6a422d45c8f3d38ed417737ed3166ffc" | 14 | SRC_URI[sha256sum] = "3e9eea661c9aac6b2c791bfcc1de3a9c6a422d45c8f3d38ed417737ed3166ffc" |
16 | 15 | ||
17 | S = "${WORKDIR}/${BPN}" | 16 | S = "${UNPACKDIR}/${BPN}" |
18 | 17 | ||
19 | inherit cpan-base update-alternatives | 18 | inherit cpan-base update-alternatives |
20 | 19 | ||
diff --git a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb index d87df0974b..edecc8dbb0 100644 --- a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb +++ b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb | |||
@@ -7,16 +7,15 @@ program. It is guaranteed to find the *smallest possible* set of \ | |||
7 | differences. \ | 7 | differences. \ |
8 | " | 8 | " |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | HOMEPAGE = "http://search.cpan.org/~nedkonz/Algorithm-Diff/" | 10 | HOMEPAGE = "https://metacpan.org/release/NEDKONZ/Algorithm-Diff-1.15" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=406;endline=409;md5=d393b8ad3b8994b9d0ae9299b8a8a1ee" | 13 | LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=406;endline=409;md5=d393b8ad3b8994b9d0ae9299b8a8a1ee" |
14 | 14 | ||
15 | SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEDKONZ/Algorithm-Diff-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEDKONZ/Algorithm-Diff-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "457cd497a0411a88b47d3741eb176071" | ||
17 | SRC_URI[sha256sum] = "aa848b75ad3ecc32d31e8651909551e851cceef74a32822c7a3cb35c259f5190" | 16 | SRC_URI[sha256sum] = "aa848b75ad3ecc32d31e8651909551e851cceef74a32822c7a3cb35c259f5190" |
18 | 17 | ||
19 | S = "${WORKDIR}/Algorithm-Diff-${PV}" | 18 | S = "${UNPACKDIR}/Algorithm-Diff-${PV}" |
20 | 19 | ||
21 | inherit cpan | 20 | inherit cpan |
22 | 21 | ||
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb index ee7c4d7502..b36006acd3 100644 --- a/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb +++ b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "The Authen::Radius module provides a simple class that \ | |||
4 | Radius server. \ | 4 | Radius server. \ |
5 | " | 5 | " |
6 | 6 | ||
7 | HOMEPAGE = "http://search.cpan.org/~manowar/RadiusPerl" | 7 | HOMEPAGE = "https://metacpan.org/release/MANOWAR/RadiusPerl" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "Artistic-2.0" | 10 | LICENSE = "Artistic-2.0" |
@@ -12,14 +12,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78ab6ea0cba1f1ec1680ebb149e3bc11" | |||
12 | 12 | ||
13 | DEPENDS = "perl" | 13 | DEPENDS = "perl" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \ | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \ |
16 | file://test.pl-adjust-for-ptest.patch \ | 16 | file://test.pl-adjust-for-ptest.patch \ |
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | " | 18 | " |
19 | SRC_URI[md5sum] = "d1fe2d6ecf7ea99299e4e3a8f945aad8" | ||
20 | SRC_URI[sha256sum] = "3b276506986ccaa4949d92b13ce053a0017ad11562a991cc753364923fe81ca7" | 19 | SRC_URI[sha256sum] = "3b276506986ccaa4949d92b13ce053a0017ad11562a991cc753364923fe81ca7" |
21 | 20 | ||
22 | S = "${WORKDIR}/Authen-Radius-${PV}" | 21 | S = "${UNPACKDIR}/Authen-Radius-${PV}" |
23 | 22 | ||
24 | inherit cpan ptest | 23 | inherit cpan ptest |
25 | 24 | ||
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb index a9eec69502..bcd155ff6f 100644 --- a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb +++ b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "SASL Authentication framework for Perl" | |||
2 | DESCRIPTION = "SASL is a generic mechanism for authentication used by several network \ | 2 | DESCRIPTION = "SASL is a generic mechanism for authentication used by several network \ |
3 | protocols. Authen::SASL provides an implementation framework that all \ | 3 | protocols. Authen::SASL provides an implementation framework that all \ |
4 | protocols should be able to share." | 4 | protocols should be able to share." |
5 | HOMEPAGE = "http://search.cpan.org/dist/Authen-SASL/" | 5 | HOMEPAGE = "https://metacpan.org/dist/Authen-SASL/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -11,13 +11,12 @@ LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=171 | |||
11 | DEPENDS = "perl" | 11 | DEPENDS = "perl" |
12 | RDEPENDS:${PN} = "libdigest-hmac-perl" | 12 | RDEPENDS:${PN} = "libdigest-hmac-perl" |
13 | 13 | ||
14 | SRC_URI = "http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-${PV}.tar.gz \ | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/EH/EHUELS/Authen-SASL-${PV}.tar.gz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "7c03a689d4c689e5a9e2f18a1c586b2f" | 17 | SRC_URI[sha256sum] = "0b03686bddbbf7d5c6548e468d079a4051c9b73851df740ae28cfd2db234e922" |
18 | SRC_URI[sha256sum] = "6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09" | ||
19 | 18 | ||
20 | S = "${WORKDIR}/Authen-SASL-${PV}" | 19 | S = "${UNPACKDIR}/Authen-SASL-${PV}" |
21 | 20 | ||
22 | inherit cpan ptest | 21 | inherit cpan ptest |
23 | 22 | ||
diff --git a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.50.bb index a51d327a31..efd78e20e2 100644 --- a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb +++ b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.50.bb | |||
@@ -8,17 +8,16 @@ a dozen capturing modules to use in any particular situation and just use \ | |||
8 | this one." | 8 | this one." |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | 10 | ||
11 | HOMEPAGE = "http://search.cpan.org/~dagolden/Capture-Tiny/" | 11 | HOMEPAGE = "https://metacpan.org/dist/Capture-Tiny" |
12 | 12 | ||
13 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 13 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=37a4918a30ace24395020e5b8c03b83f" | 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dc7698cd2954eda44d2b50be647784f8" |
15 | 15 | ||
16 | SRCNAME = "Capture-Tiny" | 16 | SRCNAME = "Capture-Tiny" |
17 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DAGOLDEN/${SRCNAME}-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DAGOLDEN/${SRCNAME}-${PV}.tar.gz" |
18 | SRC_URI[md5sum] = "f5d24083ad270f8326dd659dd83eeb54" | 18 | SRC_URI[sha256sum] = "ca6e8d7ce7471c2be54e1009f64c367d7ee233a2894cacf52ebe6f53b04e81e5" |
19 | SRC_URI[sha256sum] = "6c23113e87bad393308c90a207013e505f659274736638d8c79bac9c67cc3e19" | ||
20 | 19 | ||
21 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 20 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" |
22 | 21 | ||
23 | inherit cpan ptest-perl | 22 | inherit cpan ptest-perl |
24 | 23 | ||
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.64.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb index 7b67cd8625..0c738b0b06 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.64.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb | |||
@@ -2,17 +2,17 @@ DESCRIPTION = "CGI.pm is a stable, complete and mature solution for processing a | |||
2 | HTTP requests and responses. Major features including processing form \ | 2 | HTTP requests and responses. Major features including processing form \ |
3 | submissions, file uploads, reading and writing cookies, query string generation \ | 3 | submissions, file uploads, reading and writing cookies, query string generation \ |
4 | and manipulation, and processing and preparing HTTP headers." | 4 | and manipulation, and processing and preparing HTTP headers." |
5 | HOMEPAGE = "http://search.cpan.org/~leejo/CGI-4.28/lib/CGI.pod" | 5 | HOMEPAGE = "https://metacpan.org/pod/CGI" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Artistic-2.0 | GPL-2.0-only" | 7 | LICENSE = "Artistic-2.0 | GPL-2.0-only" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" | 9 | 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 = "${CPAN_MIRROR}/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "39bd8e40ce00cdab39e0a2bc71abd2bbe451d1d97bc7e54e41a2e199eb6226e7" | 13 | SRC_URI[sha256sum] = "12fb5a5b392032413571169257f98533488005550774bcbd0715be687a590cf2" |
14 | 14 | ||
15 | S = "${WORKDIR}/CGI-${PV}" | 15 | S = "${UNPACKDIR}/CGI-${PV}" |
16 | 16 | ||
17 | inherit cpan ptest-perl | 17 | inherit cpan ptest-perl |
18 | 18 | ||
diff --git a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.15.bb b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.15.bb index f6ed718239..93c186d2d5 100644 --- a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.15.bb +++ b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.15.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d49d07ae038f38923335ac8cc301e1ba" | |||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz" |
13 | SRC_URI[sha256sum] = "65cd85bfe475d066e9186f7a8cc636070985b30b0ebb1cde8681cf062c2e15fc" | 13 | SRC_URI[sha256sum] = "65cd85bfe475d066e9186f7a8cc636070985b30b0ebb1cde8681cf062c2e15fc" |
14 | 14 | ||
15 | S = "${WORKDIR}/Class-Method-Modifiers-${PV}" | 15 | S = "${UNPACKDIR}/Class-Method-Modifiers-${PV}" |
16 | 16 | ||
17 | inherit cpan | 17 | inherit cpan |
18 | 18 | ||
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.212.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.213.bb index 7120730416..409216fe69 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.212.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.213.bb | |||
@@ -9,16 +9,16 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=cd551ef796cc7fa3435 | |||
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "6caeee843c428f45fa9646ea98dc675470db63dbac0ee3e2d8e9ee4eb58a856d" | 12 | SRC_URI[sha256sum] = "8d75d3d366c9101ca18061b00d438d3da39478c06159147dea3c666770577c7b" |
13 | 13 | ||
14 | DEPENDS += "bzip2" | 14 | DEPENDS += "bzip2" |
15 | 15 | ||
16 | S = "${WORKDIR}/Compress-Raw-Bzip2-${PV}" | 16 | S = "${UNPACKDIR}/Compress-Raw-Bzip2-${PV}" |
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | export BUILD_BZIP2="0" | 20 | export BUILD_BZIP2 = "0" |
21 | export BZIP2_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" | 21 | export BZIP2_INCLUDE = "-I${STAGING_DIR_HOST}${includedir}" |
22 | 22 | ||
23 | do_compile() { | 23 | do_compile() { |
24 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | 24 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" |
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.212.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb index c4cba470bd..6f18bae7dd 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.212.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb | |||
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2a0fd6d30eaf8828958 | |||
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "4ba7ab803bdba2d7be7d55d4a2668369d794eb8d8d6bb0db6b74fd9b4ce18cac" | 12 | SRC_URI[sha256sum] = "6b979a8347701ced3ac26123d428c1f202b7999850444da19c4aedbb7c862cb7" |
13 | 13 | ||
14 | DEPENDS += "xz" | 14 | DEPENDS += "xz" |
15 | 15 | ||
16 | S = "${WORKDIR}/Compress-Raw-Lzma-${PV}" | 16 | S = "${UNPACKDIR}/Compress-Raw-Lzma-${PV}" |
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
@@ -21,8 +21,8 @@ RDEPENDS:${PN} += "\ | |||
21 | perl-module-universal \ | 21 | perl-module-universal \ |
22 | " | 22 | " |
23 | 23 | ||
24 | export LIBLZMA_INCLUDE="-I${STAGING_DIR_HOST}${includedir}" | 24 | export LIBLZMA_INCLUDE = "-I${STAGING_DIR_HOST}${includedir}" |
25 | export LIBLZMA_LIB="-I${STAGING_DIR_HOST}${libdir}" | 25 | export LIBLZMA_LIB = "-I${STAGING_DIR_HOST}${libdir}" |
26 | 26 | ||
27 | do_compile() { | 27 | do_compile() { |
28 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | 28 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" |
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.212.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb index d79a710a77..0c6a1070cd 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.212.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb | |||
@@ -10,15 +10,15 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=17;md5=1bb3479faca6bb2086c | |||
10 | 10 | ||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "6d9de0c11921fd520dfd99a3f6b0ca9f1fd9850274f8bec10bbaa4f6803cc049" | 13 | SRC_URI[sha256sum] = "56b21c99cb3a3a7f7876a74dd05daa3f41fc9143ddd4dc98f8e46710a106af45" |
14 | 14 | ||
15 | DEPENDS += "zlib" | 15 | DEPENDS += "zlib" |
16 | 16 | ||
17 | S = "${WORKDIR}/Compress-Raw-Zlib-${PV}" | 17 | S = "${UNPACKDIR}/Compress-Raw-Zlib-${PV}" |
18 | 18 | ||
19 | inherit cpan | 19 | inherit cpan |
20 | 20 | ||
21 | export BUILD_ZLIB="0" | 21 | export BUILD_ZLIB = "0" |
22 | 22 | ||
23 | do_compile() { | 23 | do_compile() { |
24 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | 24 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" |
diff --git a/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb b/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb index ccdc1e0cb8..73694bb95f 100644 --- a/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb +++ b/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Config::Tiny is a Perl class to read and write .ini \ | |||
3 | configuration files with as little code as possible, reducing load time and \ | 3 | configuration files with as little code as possible, reducing load time and \ |
4 | memory overhead." | 4 | memory overhead." |
5 | 5 | ||
6 | HOMEPAGE = "https://search.cpan.org/dist/Config-Tiny" | 6 | HOMEPAGE = "https://metacpan.org/dist/Config-Tiny" |
7 | SECTION = "libraries" | 7 | SECTION = "libraries" |
8 | 8 | ||
9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -11,9 +11,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ab27c3cedbdb0eb6e656a8722476191a" | |||
11 | 11 | ||
12 | RDEPENDS:${PN} += "perl" | 12 | RDEPENDS:${PN} += "perl" |
13 | 13 | ||
14 | S = "${WORKDIR}/Config-Tiny-${PV}" | 14 | S = "${UNPACKDIR}/Config-Tiny-${PV}" |
15 | 15 | ||
16 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz" | 16 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz" |
17 | 17 | ||
18 | SRC_URI[sha256sum] = "b2f7345619b3b8e636dd39ea010731c9dc2bfb8f022bcbd86ae6ad17866e110d" | 18 | SRC_URI[sha256sum] = "b2f7345619b3b8e636dd39ea010731c9dc2bfb8f022bcbd86ae6ad17866e110d" |
19 | 19 | ||
diff --git a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb index 5c3701f16b..086b2ff32e 100644 --- a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb +++ b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "Config::AutoConf is intended to provide the same opportunities to | |||
6 | developers as GNU Autoconf <http://www.gnu.org/software/autoconf/> does for \ | 6 | developers as GNU Autoconf <http://www.gnu.org/software/autoconf/> does for \ |
7 | Shell developers." | 7 | Shell developers." |
8 | 8 | ||
9 | HOMEPAGE= "https://metacpan.org/release/Config-AutoConf" | 9 | HOMEPAGE = "https://metacpan.org/release/Config-AutoConf" |
10 | 10 | ||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -16,7 +16,6 @@ file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf | |||
16 | 16 | ||
17 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "eeeab8cc93eef7dd2e2c343ecdf247b7" | ||
20 | SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" | 19 | SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" |
21 | RDEPENDS:${PN} += "libcapture-tiny-perl" | 20 | RDEPENDS:${PN} += "libcapture-tiny-perl" |
22 | RDEPENDS:${PN} += "perl-module-base" | 21 | RDEPENDS:${PN} += "perl-module-base" |
@@ -34,7 +33,7 @@ RDEPENDS:${PN} += "perl-module-text-parsewords" | |||
34 | RDEPENDS:${PN} += "perl-module-warnings" | 33 | RDEPENDS:${PN} += "perl-module-warnings" |
35 | RRECOMMENDS:${PN} += "libfile-slurper-perl" | 34 | RRECOMMENDS:${PN} += "libfile-slurper-perl" |
36 | 35 | ||
37 | S = "${WORKDIR}/Config-AutoConf-${PV}" | 36 | S = "${UNPACKDIR}/Config-AutoConf-${PV}" |
38 | 37 | ||
39 | inherit cpan ptest-perl | 38 | inherit cpan ptest-perl |
40 | 39 | ||
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb index d64fc296e2..09c145e7cd 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | SUMMARY = "Guess OpenSSL include path" | 1 | SUMMARY = "Guess OpenSSL include path" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::Guess" | ||
3 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea914cc2718e8d53bd7744d96e66c03c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea914cc2718e8d53bd7744d96e66c03c" |
5 | 6 | ||
6 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Guess-${PV}.tar.gz " | 7 | SRC_URI = "${CPAN_MIRROR}/authors/id/A/AK/AKIYM/Crypt-OpenSSL-Guess-${PV}.tar.gz" |
7 | 8 | ||
8 | SRC_URI[sha256sum] = "1c5033381819fdb4c9087dd291b90ec70e7810d31d57eade9b388eccfd70386d" | 9 | SRC_URI[sha256sum] = "1c5033381819fdb4c9087dd291b90ec70e7810d31d57eade9b388eccfd70386d" |
9 | 10 | ||
@@ -22,7 +23,7 @@ RDEPENDS:${PN} = "\ | |||
22 | 23 | ||
23 | EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'" | 24 | EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'" |
24 | 25 | ||
25 | S = "${WORKDIR}/Crypt-OpenSSL-Guess-${PV}" | 26 | S = "${UNPACKDIR}/Crypt-OpenSSL-Guess-${PV}" |
26 | 27 | ||
27 | inherit cpan ptest-perl | 28 | inherit cpan ptest-perl |
28 | 29 | ||
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.16.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb index dc2075d134..982d604eaa 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.16.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb | |||
@@ -1,13 +1,14 @@ | |||
1 | SUMMARY = "Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number generator access" | 1 | SUMMARY = "Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number generator access" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::Random" | ||
3 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
4 | 5 | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=089c18d635ae273e1727ec385e64063b" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9e876d4149406d88b4ff1b37645363ad" |
6 | 7 | ||
7 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-${PV}.tar.gz " | 8 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-${PV}.tar.gz" |
8 | SRC_URI[sha256sum] = "fcf58cb2af4c3eda2fe1405527d9373efe9576268fce8adb34df9ce9b6b44d1e" | 9 | SRC_URI[sha256sum] = "a571b24181baaa76c96704e92acffc6934ff593e380dade274db4e43c140ad51" |
9 | 10 | ||
10 | S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}" | 11 | S = "${UNPACKDIR}/Crypt-OpenSSL-Random-${PV}" |
11 | 12 | ||
12 | DEPENDS += " \ | 13 | DEPENDS += " \ |
13 | openssl \ | 14 | openssl \ |
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.33.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.33.bb index aa8d138f2c..5b81cfa4a3 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.33.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.33.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | SUMMARY = "Crypt Openssl RSA cpan module" | 1 | SUMMARY = "Crypt Openssl RSA cpan module" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::RSA" | ||
3 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a67ceecc5d9a91a5a0d003ba50c26346" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a67ceecc5d9a91a5a0d003ba50c26346" |
5 | 6 | ||
6 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-RSA-${PV}.tar.gz \ | 7 | SRC_URI = "${CPAN_MIRROR}/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-${PV}.tar.gz \ |
7 | " | 8 | " |
8 | 9 | ||
9 | SRC_URI[sha256sum] = "bdbe630f6d6f540325746ad99977272ac8664ff81bd19f0adaba6d6f45efd864" | 10 | SRC_URI[sha256sum] = "bdbe630f6d6f540325746ad99977272ac8664ff81bd19f0adaba6d6f45efd864" |
@@ -21,7 +22,7 @@ RDEPENDS:${PN} = " \ | |||
21 | 22 | ||
22 | EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'" | 23 | EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'" |
23 | 24 | ||
24 | S = "${WORKDIR}/Crypt-OpenSSL-RSA-${PV}" | 25 | S = "${UNPACKDIR}/Crypt-OpenSSL-RSA-${PV}" |
25 | 26 | ||
26 | inherit cpan ptest-perl | 27 | inherit cpan ptest-perl |
27 | 28 | ||
diff --git a/meta-perl/recipes-perl/libcurses/libcurses-perl/0001-testtyp.c-Use-proper-prototype-for-main-function.patch b/meta-perl/recipes-perl/libcurses/libcurses-perl/0001-testtyp.c-Use-proper-prototype-for-main-function.patch index ab5af3fa8c..37c81d9b8f 100644 --- a/meta-perl/recipes-perl/libcurses/libcurses-perl/0001-testtyp.c-Use-proper-prototype-for-main-function.patch +++ b/meta-perl/recipes-perl/libcurses/libcurses-perl/0001-testtyp.c-Use-proper-prototype-for-main-function.patch | |||
@@ -17,24 +17,22 @@ int | |||
17 | Upstream-Status: Pending | 17 | Upstream-Status: Pending |
18 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 18 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
19 | --- | 19 | --- |
20 | testtyp.c | 5 +++-- | 20 | testtyp.c | 3 ++- |
21 | 1 file changed, 3 insertions(+), 2 deletions(-) | 21 | 1 file changed, 2 insertions(+), 1 deletion(-) |
22 | 22 | ||
23 | diff --git a/testtyp.c b/testtyp.c | 23 | diff --git a/testtyp.c b/testtyp.c |
24 | index 949c3d4..4042f73 100644 | 24 | index 469cc48..6a48a77 100644 |
25 | --- a/testtyp.c | 25 | --- a/testtyp.c |
26 | +++ b/testtyp.c | 26 | +++ b/testtyp.c |
27 | @@ -7,7 +7,8 @@ | 27 | @@ -10,6 +10,7 @@ |
28 | #define _XOPEN_SOURCE_EXTENDED 1 /* We expect wide character functions */ | ||
29 | |||
30 | #include "c-config.h" | 28 | #include "c-config.h" |
31 | - | 29 | |
30 | int | ||
32 | -main() { | 31 | -main() { |
33 | +int | ||
34 | +main(int argc, char *argv[]) { | 32 | +main(int argc, char *argv[]) { |
35 | typedef SYM c_sym_t; | 33 | typedef SYM c_sym_t; |
36 | + return 0; | 34 | + return 0; |
37 | } | 35 | } |
38 | -- | 36 | -- |
39 | 2.37.3 | 37 | 2.34.1 |
40 | 38 | ||
diff --git a/meta-perl/recipes-perl/libcurses/libcurses-perl_1.41.bb b/meta-perl/recipes-perl/libcurses/libcurses-perl_1.45.bb index 421823d9cd..e6fc3c8300 100644 --- a/meta-perl/recipes-perl/libcurses/libcurses-perl_1.41.bb +++ b/meta-perl/recipes-perl/libcurses/libcurses-perl_1.45.bb | |||
@@ -2,19 +2,20 @@ DESCRIPTION = "lib-curses provides an interface between Perl programs and \ | |||
2 | the curses library." | 2 | the curses library." |
3 | 3 | ||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | HOMEPAGE = "https://metacpan.org/pod/Curses" | ||
5 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
6 | 7 | ||
7 | LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=0b37356c5e9e28080a3422d82af8af09" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=0b37356c5e9e28080a3422d82af8af09" |
8 | 9 | ||
9 | DEPENDS += "perl ncurses " | 10 | DEPENDS += "perl ncurses " |
10 | 11 | ||
11 | SRC_URI = "http://www.cpan.org/authors/id/G/GI/GIRAFFED/Curses-${PV}.tar.gz \ | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/G/GI/GIRAFFED/Curses-${PV}.tar.gz \ |
12 | file://0001-testtyp.c-Use-proper-prototype-for-main-function.patch \ | 13 | file://0001-testtyp.c-Use-proper-prototype-for-main-function.patch \ |
13 | " | 14 | " |
14 | 15 | ||
15 | SRC_URI[sha256sum] = "fb9efea8c7b5ed5f8ea5dee49d35252accfc05ee6e75cb9a37ab7c847cd261d7" | 16 | SRC_URI[sha256sum] = "84221e0013a2d64a0bae6a32bb44b1ae5734d2cb0465fb89af3e3abd6e05aeb2" |
16 | 17 | ||
17 | S = "${WORKDIR}/Curses-${PV}" | 18 | S = "${UNPACKDIR}/Curses-${PV}" |
18 | 19 | ||
19 | EXTRA_CPANFLAGS = "INC=-I${STAGING_INCDIR} LIBS=-L${STAGING_LIBDIR} TEST_SYMS_OPTS=-v" | 20 | EXTRA_CPANFLAGS = "INC=-I${STAGING_INCDIR} LIBS=-L${STAGING_LIBDIR} TEST_SYMS_OPTS=-v" |
20 | 21 | ||
diff --git a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb index 4493a7e5e5..793889de6d 100644 --- a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb +++ b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb | |||
@@ -7,7 +7,7 @@ of each line shows the printable characters \ | |||
7 | (all others are shown as single dots).\ | 7 | (all others are shown as single dots).\ |
8 | " | 8 | " |
9 | 9 | ||
10 | HOMEPAGE = "http://search.cpan.org/~ftassin/Data-HexDump-0.02/lib/Data/HexDump.pm" | 10 | HOMEPAGE = "https://metacpan.org/pod/Data::HexDump" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | LICENSE = "Artistic-1.0" | 13 | LICENSE = "Artistic-1.0" |
@@ -15,13 +15,12 @@ LIC_FILES_CHKSUM = "file://lib/Data/HexDump.pm;beginline=215;endline=217;md5=bf1 | |||
15 | 15 | ||
16 | DEPENDS = "perl" | 16 | DEPENDS = "perl" |
17 | 17 | ||
18 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FT/FTASSIN/Data-HexDump-${PV}.tar.gz \ | 18 | SRC_URI = "${CPAN_MIRROR}/authors/id/F/FT/FTASSIN/Data-HexDump-${PV}.tar.gz \ |
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | " | 20 | " |
21 | SRC_URI[md5sum] = "467b7183d1062ab4a502b50c34e7d67f" | ||
22 | SRC_URI[sha256sum] = "1a9d843e7f667c1c6f77c67af5d77e7462ff23b41937cb17454d03535cd9be70" | 21 | SRC_URI[sha256sum] = "1a9d843e7f667c1c6f77c67af5d77e7462ff23b41937cb17454d03535cd9be70" |
23 | 22 | ||
24 | S = "${WORKDIR}/Data-HexDump-${PV}" | 23 | S = "${UNPACKDIR}/Data-HexDump-${PV}" |
25 | 24 | ||
26 | inherit cpan ptest update-alternatives | 25 | inherit cpan ptest update-alternatives |
27 | 26 | ||
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb index e5483e8c26..e8bbf79b13 100644 --- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb +++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb | |||
@@ -14,11 +14,11 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}.tar.gz \ | |||
14 | file://sqlite-perl-test.pl \ | 14 | file://sqlite-perl-test.pl \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[sha256sum] = "8994997d84b9feb4547795f78746c661fb72e3cb6a25dbdd789b731f5688a4dd" | 17 | SRC_URI[sha256sum] = "0a33a7a935be63371071dbe600cfaefa67cd971b67580a917bbf6ebaf723c584" |
18 | 18 | ||
19 | UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 19 | UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
20 | 20 | ||
21 | S = "${WORKDIR}/DBD-SQLite-${PV}" | 21 | S = "${UNPACKDIR}/DBD-SQLite-${PV}" |
22 | 22 | ||
23 | DEPENDS += "libdbi-perl-native" | 23 | DEPENDS += "libdbi-perl-native" |
24 | 24 | ||
diff --git a/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb index 1dcecd0dcf..1da94516eb 100644 --- a/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb +++ b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb | |||
@@ -10,10 +10,9 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | |||
10 | LIC_FILES_CHKSUM = "file://README;beginline=53;endline=55;md5=935dadb9423774f53548e5cd5055d41a" | 10 | LIC_FILES_CHKSUM = "file://README;beginline=53;endline=55;md5=935dadb9423774f53548e5cd5055d41a" |
11 | 11 | ||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Devel-GlobalDestruction-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Devel-GlobalDestruction-${PV}.tar.gz" |
13 | SRC_URI[md5sum] = "24221ba322cf2dc46a1fc99b53e2380b" | ||
14 | SRC_URI[sha256sum] = "34b8a5f29991311468fe6913cadaba75fd5d2b0b3ee3bb41fe5b53efab9154ab" | 13 | SRC_URI[sha256sum] = "34b8a5f29991311468fe6913cadaba75fd5d2b0b3ee3bb41fe5b53efab9154ab" |
15 | 14 | ||
16 | S = "${WORKDIR}/Devel-GlobalDestruction-${PV}" | 15 | S = "${UNPACKDIR}/Devel-GlobalDestruction-${PV}" |
17 | 16 | ||
18 | inherit cpan | 17 | inherit cpan |
19 | 18 | ||
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb deleted file mode 100644 index 43b7f4d5a9..0000000000 --- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | SUMMARY = "Keyed-Hashing for Message Authentication" | ||
2 | DESCRIPTION = "Keyed-Hashing for Message Authentication" | ||
3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/" | ||
4 | SECTION = "libs" | ||
5 | |||
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
7 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" | ||
8 | |||
9 | RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" | ||
10 | |||
11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \ | ||
12 | file://run-ptest \ | ||
13 | " | ||
14 | SRC_URI[md5sum] = "e6a5d6f552da16eacb5157ea4369ff9d" | ||
15 | SRC_URI[sha256sum] = "3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59" | ||
16 | |||
17 | S = "${WORKDIR}/Digest-HMAC-${PV}" | ||
18 | |||
19 | inherit cpan ptest | ||
20 | |||
21 | do_install_ptest () { | ||
22 | cp -r ${B}/t ${D}${PTEST_PATH} | ||
23 | } | ||
24 | |||
25 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb new file mode 100644 index 0000000000..bb19dfb415 --- /dev/null +++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "Keyed-Hashing for Message Authentication" | ||
2 | DESCRIPTION = "Keyed-Hashing for Message Authentication" | ||
3 | HOMEPAGE = "https://metacpan.org/pod/Digest::HMAC" | ||
4 | SECTION = "libs" | ||
5 | |||
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
7 | LIC_FILES_CHKSUM = "file://README;beginline=6;endline=9;md5=6321739e9ccbf74ee5dd2eb82c42d609" | ||
8 | |||
9 | RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" | ||
10 | |||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/A/AR/ARODLAND/Digest-HMAC-${PV}.tar.gz \ | ||
12 | file://run-ptest \ | ||
13 | " | ||
14 | SRC_URI[sha256sum] = "215cb59cba610745cfb2d4b3f8ef756d590e57e3ad7986a992e87c4969fcdc7a" | ||
15 | |||
16 | S = "${UNPACKDIR}/Digest-HMAC-${PV}" | ||
17 | |||
18 | inherit cpan ptest | ||
19 | |||
20 | do_install_ptest () { | ||
21 | cp -r ${B}/t ${D}${PTEST_PATH} | ||
22 | } | ||
23 | |||
24 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb index df89c9bcdb..350bad3ea2 100644 --- a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb +++ b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | |||
@@ -1,18 +1,17 @@ | |||
1 | SUMMARY = "Perl interface to the SHA-1 algorithm " | 1 | SUMMARY = "Perl interface to the SHA-1 algorithm " |
2 | DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm" | 2 | DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm" |
3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/" | 3 | HOMEPAGE = "https://metacpan.org/pod/Digest::SHA1" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" | 7 | LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" |
8 | 8 | ||
9 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ | 9 | SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "bd22388f268434f2b24f64e28bf1aa35" | ||
13 | SRC_URI[sha256sum] = "68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc" | 12 | SRC_URI[sha256sum] = "68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc" |
14 | 13 | ||
15 | S = "${WORKDIR}/Digest-SHA1-${PV}" | 14 | S = "${UNPACKDIR}/Digest-SHA1-${PV}" |
16 | 15 | ||
17 | inherit cpan ptest | 16 | inherit cpan ptest |
18 | 17 | ||
@@ -20,6 +19,6 @@ do_install_ptest () { | |||
20 | cp -r ${B}/t ${D}${PTEST_PATH} | 19 | cp -r ${B}/t ${D}${PTEST_PATH} |
21 | } | 20 | } |
22 | 21 | ||
23 | BBCLASSEXTEND="native" | 22 | BBCLASSEXTEND = "native" |
24 | 23 | ||
25 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/" | 24 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/" |
diff --git a/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb b/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb index 79fff9d520..e2a7084061 100644 --- a/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb +++ b/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb | |||
@@ -3,18 +3,17 @@ DESCRIPTION = "Perl maintains environment variables in a special hash named %ENV | |||
3 | For when this access method is inconvenient, the Perl module Env allows environment \ | 3 | For when this access method is inconvenient, the Perl module Env allows environment \ |
4 | variables to be treated as scalar or array variables." | 4 | variables to be treated as scalar or array variables." |
5 | 5 | ||
6 | HOMEPAGE = "http://search.cpan.org/~flora/Env/" | 6 | HOMEPAGE = "https://metacpan.org/dist/Env/" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=76c1cbf18db56b3340d91cb947943bd3" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=76c1cbf18db56b3340d91cb947943bd3" |
11 | 11 | ||
12 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/F/FL/FLORA/Env-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "fdba5c0690e66972c96fee112cf5f25c" | ||
15 | SRC_URI[sha256sum] = "d94a3d412df246afdc31a2199cbd8ae915167a3f4684f7b7014ce1200251ebb0" | 14 | SRC_URI[sha256sum] = "d94a3d412df246afdc31a2199cbd8ae915167a3f4684f7b7014ce1200251ebb0" |
16 | 15 | ||
17 | S = "${WORKDIR}/Env-${PV}" | 16 | S = "${UNPACKDIR}/Env-${PV}" |
18 | 17 | ||
19 | inherit cpan | 18 | inherit cpan |
20 | 19 | ||
diff --git a/meta-perl/recipes-perl/liberror/liberror-perl_0.17029.bb b/meta-perl/recipes-perl/liberror/liberror-perl_0.17030.bb index e54bb11ccd..7b28d59228 100644 --- a/meta-perl/recipes-perl/liberror/liberror-perl_0.17029.bb +++ b/meta-perl/recipes-perl/liberror/liberror-perl_0.17030.bb | |||
@@ -31,12 +31,11 @@ RDEPENDS:${PN}-ptest += " \ | |||
31 | perl-module-test-more \ | 31 | perl-module-test-more \ |
32 | " | 32 | " |
33 | 33 | ||
34 | SRC_URI = "http://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz" | 34 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz" |
35 | 35 | ||
36 | SRC_URI[md5sum] = "6732b1c6207e4a9a3e2987c88368039a" | 36 | SRC_URI[sha256sum] = "34d382276c0fb0d6b38355b94c96a30b12d834d5662eb53f088ee25e3e712924" |
37 | SRC_URI[sha256sum] = "1a23f7913032aed6d4b68321373a3899ca66590f4727391a091ec19c95bf7adc" | ||
38 | 37 | ||
39 | S = "${WORKDIR}/Error-${PV}" | 38 | S = "${UNPACKDIR}/Error-${PV}" |
40 | 39 | ||
41 | inherit cpan ptest-perl | 40 | inherit cpan ptest-perl |
42 | 41 | ||
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb index a58d96582e..401f607571 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb | |||
@@ -2,16 +2,15 @@ SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration" | |||
2 | DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." | 2 | DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Config/" | 5 | HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config" |
6 | 6 | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" |
11 | SRC_URI[md5sum] = "565a7b09c7cac5907a25bbe2c959a717" | ||
12 | SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" | 11 | SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" |
13 | 12 | ||
14 | S = "${WORKDIR}/ExtUtils-Config-${PV}" | 13 | S = "${UNPACKDIR}/ExtUtils-Config-${PV}" |
15 | 14 | ||
16 | inherit cpan ptest-perl | 15 | inherit cpan ptest-perl |
17 | 16 | ||
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb index 45b7726509..f23d4e3eda 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb | |||
@@ -6,7 +6,7 @@ It can generate the necessary options to the Module::Build constructor or \ | |||
6 | to ExtUtils::MakeMaker's WriteMakefile function." | 6 | to ExtUtils::MakeMaker's WriteMakefile function." |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | 8 | ||
9 | HOMEPAGE = "http://search.cpan.org/~smueller/ExtUtils-CppGuess/" | 9 | HOMEPAGE = "https://metacpan.org/pod/ExtUtils::CppGuess" |
10 | 10 | ||
11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699" |
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702 | |||
14 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz" | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz" |
15 | SRC_URI[sha256sum] = "b2c7b581901054a32dfcea12536fda8626457ed0bfbc02600bd354bde7e2a9b4" | 15 | SRC_URI[sha256sum] = "b2c7b581901054a32dfcea12536fda8626457ed0bfbc02600bd354bde7e2a9b4" |
16 | 16 | ||
17 | S = "${WORKDIR}/ExtUtils-CppGuess-${PV}" | 17 | S = "${UNPACKDIR}/ExtUtils-CppGuess-${PV}" |
18 | 18 | ||
19 | inherit cpan | 19 | inherit cpan |
20 | 20 | ||
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb index 8534822e62..42c99ddf58 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb | |||
@@ -2,16 +2,15 @@ SUMMARY = "ExtUtils::Helpers - Various portability utilities for module builders | |||
2 | DESCRIPTION = "This module provides various portable helper function for module building modules." | 2 | DESCRIPTION = "This module provides various portable helper function for module building modules." |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Helpers/" | 5 | HOMEPAGE = "https://metacpan.org/pod/ExtUtils::Helpers" |
6 | 6 | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=223c04045664f72c3a6556462612bddd" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c0280160e4f26faafef507664884bf63" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Helpers-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Helpers-${PV}.tar.gz" |
11 | SRC_URI[md5sum] = "83b00c1e401321c425ae5db6b2b2fd12" | 11 | SRC_URI[sha256sum] = "c8574875cce073e7dc5345a7b06d502e52044d68894f9160203fcaab379514fe" |
12 | SRC_URI[sha256sum] = "de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416" | ||
13 | 12 | ||
14 | S = "${WORKDIR}/ExtUtils-Helpers-${PV}" | 13 | S = "${UNPACKDIR}/ExtUtils-Helpers-${PV}" |
15 | 14 | ||
16 | inherit cpan | 15 | inherit cpan |
17 | 16 | ||
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb index 07dab4e161..13d5a31d0b 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb | |||
@@ -3,16 +3,15 @@ DESCRIPTION = "This module tries to make install path resolution as easy \ | |||
3 | as possible." | 3 | as possible." |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/" | 6 | HOMEPAGE = "https://metacpan.org/pod/ExtUtils::InstallPaths" |
7 | 7 | ||
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" |
10 | 10 | ||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b" | ||
13 | SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed" | 12 | SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed" |
14 | 13 | ||
15 | S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" | 14 | S = "${UNPACKDIR}/ExtUtils-InstallPaths-${PV}" |
16 | 15 | ||
17 | inherit cpan ptest-perl | 16 | inherit cpan ptest-perl |
18 | 17 | ||
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb index 43b5b60ef6..f5b87ff896 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | |||
@@ -7,17 +7,16 @@ and variables to Perl values." | |||
7 | 7 | ||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | HOMEPAGE = "http://metapan.org/release/ExtUtils-ParseXS/" | 10 | HOMEPAGE = "https://metacpan.org/release/SMUELLER/ExtUtils-ParseXS-3.35" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6" | 13 | LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6" |
14 | 14 | ||
15 | SRCNAME = "ExtUtils-ParseXS" | 15 | SRCNAME = "ExtUtils-ParseXS" |
16 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz" | 16 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz" |
17 | SRC_URI[md5sum] = "2ae41036d85e98e1369645724962dd16" | ||
18 | SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c" | 17 | SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c" |
19 | 18 | ||
20 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 19 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" |
21 | 20 | ||
22 | inherit cpan | 21 | inherit cpan |
23 | 22 | ||
diff --git a/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb b/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb index 1012ae952e..d857f1316a 100644 --- a/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb +++ b/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb | |||
@@ -4,16 +4,16 @@ DESCRIPTION = "This module provides subroutines to read or write \ | |||
4 | reading the list of filenames in a directory. \ | 4 | reading the list of filenames in a directory. \ |
5 | " | 5 | " |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | HOMEPAGE = "https://metacpan.org/release/URI/File-Slurp-9999.19" | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | 9 | ||
9 | LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4" | 10 | LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4" |
10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz" |
11 | 12 | ||
12 | S = "${WORKDIR}/File-Slurp-${PV}" | 13 | S = "${UNPACKDIR}/File-Slurp-${PV}" |
13 | 14 | ||
14 | inherit cpan | 15 | inherit cpan |
15 | 16 | ||
16 | SRC_URI[md5sum] = "7d584cd15c4f8b9547765eff8c4ef078" | ||
17 | SRC_URI[sha256sum] = "ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643" | 17 | SRC_URI[sha256sum] = "ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643" |
18 | 18 | ||
19 | BBCLASSEXTEND="native" | 19 | BBCLASSEXTEND = "native" |
diff --git a/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.014.bb b/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.014.bb index e29abb3e31..03001de45e 100644 --- a/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.014.bb +++ b/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.014.bb | |||
@@ -6,7 +6,7 @@ errors, write functions don't return any meaningful value." | |||
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | 8 | ||
9 | HOMEPAGE= "https://metacpan.org/release/File-Slurper" | 9 | HOMEPAGE = "https://metacpan.org/release/File-Slurper" |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ | 11 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ |
12 | file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" | 12 | file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" |
@@ -28,7 +28,7 @@ RDEPENDS:${PN}-ptest += "libtest-warnings-perl \ | |||
28 | perl-module-test-more \ | 28 | perl-module-test-more \ |
29 | " | 29 | " |
30 | 30 | ||
31 | S = "${WORKDIR}/File-Slurper-${PV}" | 31 | S = "${UNPACKDIR}/File-Slurper-${PV}" |
32 | 32 | ||
33 | inherit cpan ptest-perl | 33 | inherit cpan ptest-perl |
34 | 34 | ||
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb index 216d7c4136..bd6129e4f2 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "This package contains the Parser.pm module with friends." | 1 | DESCRIPTION = "This package contains the Parser.pm module with friends." |
2 | HOMEPAGE = "https://metacpan.org/release/HTML-Parser" | 2 | HOMEPAGE = "https://metacpan.org/release/GAAS/HTML-Parser-3.72" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
5 | 5 | ||
@@ -7,12 +7,11 @@ LIC_FILES_CHKSUM = "file://README;md5=b0459e4426b94753b9a9b8a15f1223b8" | |||
7 | 7 | ||
8 | DEPENDS += "perl" | 8 | DEPENDS += "perl" |
9 | 9 | ||
10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "eb7505e5f626913350df9dd4a03d54a8" | ||
13 | SRC_URI[sha256sum] = "ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b" | 12 | SRC_URI[sha256sum] = "ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b" |
14 | 13 | ||
15 | S = "${WORKDIR}/HTML-Parser-${PV}" | 14 | S = "${UNPACKDIR}/HTML-Parser-${PV}" |
16 | 15 | ||
17 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 16 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" |
18 | 17 | ||
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb index c871b97c39..519c2ad54c 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb | |||
@@ -8,10 +8,9 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | |||
8 | LIC_FILES_CHKSUM = "file://README;beginline=62;endline=66;md5=aa91eed6adfe182d2af676954f06a7c9" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=62;endline=66;md5=aa91eed6adfe182d2af676954f06a7c9" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PETDANCE/HTML-Tagset-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PETDANCE/HTML-Tagset-${PV}.tar.gz" |
11 | SRC_URI[md5sum] = "d2bfa18fe1904df7f683e96611e87437" | ||
12 | SRC_URI[sha256sum] = "adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2" | 11 | SRC_URI[sha256sum] = "adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2" |
13 | 12 | ||
14 | S = "${WORKDIR}/HTML-Tagset-${PV}" | 13 | S = "${UNPACKDIR}/HTML-Tagset-${PV}" |
15 | 14 | ||
16 | 15 | ||
17 | inherit cpan ptest-perl | 16 | inherit cpan ptest-perl |
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb index d2c151bf5c..77737f666d 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | |||
@@ -6,7 +6,7 @@ libwww-perl distribution, but are now unbundled in order to facilitate \ | |||
6 | a separate development track." | 6 | a separate development track." |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | 8 | ||
9 | HOMEPAGE = "http://www.cpan.org/authors/id/C/CJ/CJM/HTML-Tree-${PV}.readme" | 9 | HOMEPAGE = "https://metacpan.org/release/CJM/HTML-Tree-5.03/source/README" |
10 | 10 | ||
11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242" |
@@ -14,10 +14,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242" | |||
14 | SRC_URI = "${CPAN_MIRROR}/authors/id/C/CJ/CJM/HTML-Tree-${PV}.tar.gz \ | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/C/CJ/CJM/HTML-Tree-${PV}.tar.gz \ |
15 | file://bin-htmltree-fix-shebang.patch \ | 15 | file://bin-htmltree-fix-shebang.patch \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "d9271d60b872ed6fbe68b2d0fe8c450e" | ||
18 | SRC_URI[sha256sum] = "7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f" | 17 | SRC_URI[sha256sum] = "7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f" |
19 | 18 | ||
20 | S = "${WORKDIR}/HTML-Tree-${PV}" | 19 | S = "${UNPACKDIR}/HTML-Tree-${PV}" |
21 | 20 | ||
22 | inherit cpan_build | 21 | inherit cpan_build |
23 | 22 | ||
@@ -26,6 +25,13 @@ export PERL_USE_UNSAFE_INC = "1" | |||
26 | DEPENDS += "libmodule-build-perl-native \ | 25 | DEPENDS += "libmodule-build-perl-native \ |
27 | " | 26 | " |
28 | 27 | ||
28 | do_install:append() { | ||
29 | sed -i \ | ||
30 | -e 's|${TMPDIR}||g' \ | ||
31 | `find ${D}/usr/share/doc/perl/html/site/lib/HTML/ -type f` \ | ||
32 | `find ${D}/usr/lib/perl5 -type f -name .packlist` | ||
33 | } | ||
34 | |||
29 | RPROVIDES:${PN} = " libhtml-element-perl \ | 35 | RPROVIDES:${PN} = " libhtml-element-perl \ |
30 | libhtml-tree-assubs-perl \ | 36 | libhtml-tree-assubs-perl \ |
31 | libhtml-tree-perl \ | 37 | libhtml-tree-perl \ |
diff --git a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb index e88d60d13a..76e4d3bbf1 100644 --- a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb +++ b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb | |||
@@ -11,16 +11,15 @@ directly, since they effect the current unit of compilation. \ | |||
11 | 11 | ||
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | 13 | ||
14 | HOMEPAGE = "https://metacpan.org/pod/Import-Into/" | 14 | HOMEPAGE = "https://metacpan.org/pod/Import::Into" |
15 | 15 | ||
16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
17 | LIC_FILES_CHKSUM = "file://README;beginline=209;endline=223;md5=3cf363f1e405dea6db2c6cd0ef23680c" | 17 | LIC_FILES_CHKSUM = "file://README;beginline=209;endline=223;md5=3cf363f1e405dea6db2c6cd0ef23680c" |
18 | 18 | ||
19 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Import-Into-${PV}.tar.gz" | 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Import-Into-${PV}.tar.gz" |
20 | SRC_URI[md5sum] = "70f2f3b08a5b706ee382a8448c346cb1" | ||
21 | SRC_URI[sha256sum] = "decb259bc2ff015fe3dac85e4a287d4128e9b0506a0b2c5fa7244836a68b1084" | 20 | SRC_URI[sha256sum] = "decb259bc2ff015fe3dac85e4a287d4128e9b0506a0b2c5fa7244836a68b1084" |
22 | 21 | ||
23 | S = "${WORKDIR}/Import-Into-${PV}" | 22 | S = "${UNPACKDIR}/Import-Into-${PV}" |
24 | 23 | ||
25 | inherit cpan | 24 | inherit cpan |
26 | 25 | ||
diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.213.bb index cf5a9db666..b2da8a903f 100644 --- a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb +++ b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.213.bb | |||
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2a0fd6d30eaf8828958 | |||
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "51ef81f931cfd2c13fb2340c665204a9587843087dec1a57e9e9f4666d6dad40" | 12 | SRC_URI[sha256sum] = "daa63c3fa1f7708aa55b97a4d189820f5e849f8e4583dc24b5cceebd06a493eb" |
13 | 13 | ||
14 | S = "${WORKDIR}/IO-Compress-Lzma-${PV}" | 14 | S = "${UNPACKDIR}/IO-Compress-Lzma-${PV}" |
15 | 15 | ||
16 | inherit cpan | 16 | inherit cpan |
17 | 17 | ||
diff --git a/meta-perl/recipes-perl/libio/libio-compress-perl_2.212.bb b/meta-perl/recipes-perl/libio/libio-compress-perl_2.213.bb index ca04ffc8ef..ce764334f1 100644 --- a/meta-perl/recipes-perl/libio/libio-compress-perl_2.212.bb +++ b/meta-perl/recipes-perl/libio/libio-compress-perl_2.213.bb | |||
@@ -18,9 +18,9 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=254a3b5756814db98ee | |||
18 | 18 | ||
19 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz" | 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz" |
20 | 20 | ||
21 | SRC_URI[sha256sum] = "687490dbf9c4be42c22a945c4601812be5f4d38a9836018148915ba9e0ea65b1" | 21 | SRC_URI[sha256sum] = "ae4d01ae574e4568c5f2fb0573e74631e2720b71ad3bc5a3ffe9480f1cb9a851" |
22 | 22 | ||
23 | S = "${WORKDIR}/IO-Compress-${PV}" | 23 | S = "${UNPACKDIR}/IO-Compress-${PV}" |
24 | 24 | ||
25 | inherit cpan | 25 | inherit cpan |
26 | 26 | ||
diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.085.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb index f7b3d416df..58d099043d 100644 --- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.085.bb +++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb | |||
@@ -6,7 +6,7 @@ needs to write a full-featured SSL client or server application: \ | |||
6 | multiple SSL contexts, cipher selection, certificate verification, and \ | 6 | multiple SSL contexts, cipher selection, certificate verification, and \ |
7 | SSL version selection. As an extra bonus, it works perfectly with \ | 7 | SSL version selection. As an extra bonus, it works perfectly with \ |
8 | mod_perl." | 8 | mod_perl." |
9 | HOMEPAGE = "http://search.cpan.org/dist/IO-Socket-SSL/" | 9 | HOMEPAGE = "https://metacpan.org/dist/IO-Socket-SSL" |
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -21,9 +21,9 @@ RDEPENDS:${PN} += "\ | |||
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz" | 23 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz" |
24 | SRC_URI[sha256sum] = "95b2f7c0628a7e246a159665fbf0620d0d7835e3a940f22d3fdd47c3aa799c2e" | 24 | SRC_URI[sha256sum] = "fdda17888df9f88251b62856f17fcac8f144858c72d7e01d1c4b437d23383d97" |
25 | 25 | ||
26 | S = "${WORKDIR}/IO-Socket-SSL-${PV}" | 26 | S = "${UNPACKDIR}/IO-Socket-SSL-${PV}" |
27 | 27 | ||
28 | inherit cpan ptest-perl | 28 | inherit cpan ptest-perl |
29 | 29 | ||
diff --git a/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb b/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb index b745939234..a2c3e8a46e 100644 --- a/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb +++ b/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb | |||
@@ -10,10 +10,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=01406e4ff2e60d88d42ef1caebdd0011" | |||
10 | 10 | ||
11 | 11 | ||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DS/DSKOLL/IO-stringy-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DS/DSKOLL/IO-stringy-${PV}.tar.gz" |
13 | SRC_URI[md5sum] = "e91acf0a800b190d13585a47de775bdd" | ||
14 | SRC_URI[sha256sum] = "8c67fd6608c3c4e74f7324f1404a856c331dbf48d9deda6aaa8296ea41bf199d" | 13 | SRC_URI[sha256sum] = "8c67fd6608c3c4e74f7324f1404a856c331dbf48d9deda6aaa8296ea41bf199d" |
15 | 14 | ||
16 | S = "${WORKDIR}/IO-stringy-${PV}" | 15 | S = "${UNPACKDIR}/IO-stringy-${PV}" |
17 | 16 | ||
18 | inherit cpan | 17 | inherit cpan |
19 | 18 | ||
diff --git a/meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb b/meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb index 203db7b10c..84fcca8da5 100644 --- a/meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb +++ b/meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb | |||
@@ -2,17 +2,16 @@ SUMMARY = "IPC::Signal - Utility functions dealing with signals" | |||
2 | DESCRIPTION = "IPC::Signal - This module contains utility functions for \ | 2 | DESCRIPTION = "IPC::Signal - This module contains utility functions for \ |
3 | dealing with signals." | 3 | dealing with signals." |
4 | 4 | ||
5 | HOMEPAGE = "http://search.cpan.org/~rosch/IPC-Signal-1.00/" | 5 | HOMEPAGE = "https://metacpan.org/release/ROSCH/IPC-Signal-1.00" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://README;beginline=16;endline=18;md5=f36550f59a0ae5e6e3b0be6a4da60d26" | 9 | LIC_FILES_CHKSUM = "file://README;beginline=16;endline=18;md5=f36550f59a0ae5e6e3b0be6a4da60d26" |
10 | 10 | ||
11 | S = "${WORKDIR}/IPC-Signal-${PV}" | 11 | S = "${UNPACKDIR}/IPC-Signal-${PV}" |
12 | 12 | ||
13 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/IPC-Signal-${PV}.tar.gz" | 13 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RO/ROSCH/IPC-Signal-${PV}.tar.gz" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "4cebf17fdf1785eaf8c151bf2e8c360a" | ||
16 | SRC_URI[sha256sum] = "7c21f9c8c2d0c0f0f0f46e77de7c3d879dd562668ddf0525875c38cef2076fd0" | 15 | SRC_URI[sha256sum] = "7c21f9c8c2d0c0f0f0f46e77de7c3d879dd562668ddf0525875c38cef2076fd0" |
17 | 16 | ||
18 | inherit cpan | 17 | inherit cpan |
diff --git a/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb b/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb index 1e4b563532..7c23619cde 100644 --- a/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb +++ b/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb | |||
@@ -4,17 +4,16 @@ functions for retrieving message strings from databases constructed to \ | |||
4 | internationalize software." | 4 | internationalize software." |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | HOMEPAGE = "http://search.cpan.org/~pvandry/Locale-gettext-${PV}/" | 7 | HOMEPAGE = "https://metacpan.org/pod/Locale::gettext" |
8 | 8 | ||
9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
10 | LIC_FILES_CHKSUM = "file://README;md5=d028249c2d08dca6ca6c5bb43b56d926" | 10 | LIC_FILES_CHKSUM = "file://README;md5=d028249c2d08dca6ca6c5bb43b56d926" |
11 | 11 | ||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PV/PVANDRY/Locale-gettext-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PV/PVANDRY/Locale-gettext-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "bc652758af65c24500f1d06a77415019" | ||
15 | SRC_URI[sha256sum] = "909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15" | 14 | SRC_URI[sha256sum] = "909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15" |
16 | 15 | ||
17 | S = "${WORKDIR}/Locale-gettext-${PV}" | 16 | S = "${UNPACKDIR}/Locale-gettext-${PV}" |
18 | 17 | ||
19 | inherit cpan | 18 | inherit cpan |
20 | 19 | ||
diff --git a/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb b/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb index 27ed41e99d..b7b287c399 100644 --- a/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb +++ b/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "MIME::Charset - Charset Information for MIME." | 1 | SUMMARY = "MIME::Charset - Charset Information for MIME." |
2 | DESCRIPTION = "MIME::Charset provides information about character sets used for MIME \ | 2 | DESCRIPTION = "MIME::Charset provides information about character sets used for MIME \ |
3 | messages on Internet." | 3 | messages on Internet." |
4 | HOMEPAGE = "http://search.cpan.org/~nezumi/MIME-Charset-${PV}/" | 4 | HOMEPAGE = "https://metacpan.org/release/NEZUMI/MIME-Charset-1.013.1" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -11,7 +11,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEZUMI/MIME-Charset-${PV}.tar.gz" | |||
11 | 11 | ||
12 | SRC_URI[sha256sum] = "1bb7a6e0c0d251f23d6e60bf84c9adefc5b74eec58475bfee4d39107e60870f0" | 12 | SRC_URI[sha256sum] = "1bb7a6e0c0d251f23d6e60bf84c9adefc5b74eec58475bfee4d39107e60870f0" |
13 | 13 | ||
14 | S = "${WORKDIR}/MIME-Charset-${PV}" | 14 | S = "${UNPACKDIR}/MIME-Charset-${PV}" |
15 | 15 | ||
16 | inherit cpan | 16 | inherit cpan |
17 | 17 | ||
diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb index fa4ad6fc4c..043e1549af 100644 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb | |||
@@ -5,18 +5,18 @@ is transmitted. Sometimes real knowledge about a mime-type is need.\ | |||
5 | \n\ | 5 | \n\ |
6 | This module maintains a set of MIME::Type objects, which each describe \ | 6 | This module maintains a set of MIME::Type objects, which each describe \ |
7 | one known mime type." | 7 | one known mime type." |
8 | HOMEPAGE = "http://search.cpan.org/~markov/MIME-Types-${PV}" | 8 | HOMEPAGE = "https://metacpan.org/release/MARKOV/MIME-Types-2.27" |
9 | SECTION = "libraries" | 9 | SECTION = "libraries" |
10 | 10 | ||
11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8" | 12 | LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8" |
13 | 13 | ||
14 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | SRC_URI[sha256sum] = "bc738483cb4cdb47d61e85fe9304fa929aa9ab927e3171ec2ba2ab1cd7cefdff" | 17 | SRC_URI[sha256sum] = "7099cb5133401acc92d8fb0fd398cac682140be0680e7dfcb4aaf40315a2dfca" |
18 | 18 | ||
19 | S = "${WORKDIR}/MIME-Types-${PV}" | 19 | S = "${UNPACKDIR}/MIME-Types-${PV}" |
20 | 20 | ||
21 | inherit cpan ptest | 21 | inherit cpan ptest |
22 | 22 | ||
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb index 8601850076..f3c6e1a016 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb | |||
@@ -7,7 +7,7 @@ Whereas Module::Build has over 6,700 lines of code; this module has less than \ | |||
7 | 120, yet supports the features needed by most distributions." | 7 | 120, yet supports the features needed by most distributions." |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | HOMEPAGE = "http://search.cpan.org/~leont/Module-Build-Tiny/" | 10 | HOMEPAGE = "https://metacpan.org/release/LEONT/Module-Build-Tiny-0.048" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9e8b5e2bd19fcc97ac84b78a271a64" | 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9e8b5e2bd19fcc97ac84b78a271a64" |
@@ -17,10 +17,17 @@ DEPENDS = "libextutils-config-perl-native libextutils-helpers-perl-native libext | |||
17 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz" |
18 | SRC_URI[sha256sum] = "79a73e506fb7badabdf79137a45c6c5027daaf6f9ac3dcfb9d4ffcce92eb36bd" | 18 | SRC_URI[sha256sum] = "79a73e506fb7badabdf79137a45c6c5027daaf6f9ac3dcfb9d4ffcce92eb36bd" |
19 | 19 | ||
20 | S = "${WORKDIR}/Module-Build-Tiny-${PV}" | 20 | S = "${UNPACKDIR}/Module-Build-Tiny-${PV}" |
21 | 21 | ||
22 | inherit cpan_build ptest-perl | 22 | inherit cpan_build ptest-perl |
23 | 23 | ||
24 | do_install:append() { | ||
25 | sed -i \ | ||
26 | -e 's|${TMPDIR}||g' \ | ||
27 | `find ${D}/usr/lib/perl5 -type f -name .packlist` | ||
28 | } | ||
29 | |||
30 | |||
24 | RDEPENDS:${PN} += " \ | 31 | RDEPENDS:${PN} += " \ |
25 | libextutils-config-perl \ | 32 | libextutils-config-perl \ |
26 | libextutils-helpers-perl \ | 33 | libextutils-helpers-perl \ |
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb index 538fa30d3f..108c965968 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb | |||
@@ -17,14 +17,13 @@ LIC_FILES_CHKSUM = "file://README;beginline=322;endline=325;md5=086450ce010f6fda | |||
17 | 17 | ||
18 | SRCNAME = "Module-Pluggable" | 18 | SRCNAME = "Module-Pluggable" |
19 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SI/SIMONW/${SRCNAME}-${PV}.tar.gz" | 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SI/SIMONW/${SRCNAME}-${PV}.tar.gz" |
20 | SRC_URI[md5sum] = "87ce2971662efd0b69a81bb4dc9ea76c" | ||
21 | SRC_URI[sha256sum] = "b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df" | 20 | SRC_URI[sha256sum] = "b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df" |
22 | 21 | ||
23 | 22 | ||
24 | UPSTREAM_CHECK_REGEX = "Module\-Pluggable\-(?P<pver>(\d+\.\d+))" | 23 | UPSTREAM_CHECK_REGEX = "Module\-Pluggable\-(?P<pver>(\d+\.\d+))" |
25 | UPSTREAM_CHECK_URI = "https://metacpan.org/release/${SRCNAME}" | 24 | UPSTREAM_CHECK_URI = "https://metacpan.org/release/${SRCNAME}" |
26 | 25 | ||
27 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 26 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" |
28 | 27 | ||
29 | inherit cpan | 28 | inherit cpan |
30 | 29 | ||
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb index 205df68029..4526def40a 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb | |||
@@ -14,19 +14,18 @@ are applied on any Perl version where the bugs exist, except for a case where \ | |||
14 | one of the bugs cannot be adequately worked around in pure Perl." | 14 | one of the bugs cannot be adequately worked around in pure Perl." |
15 | SECTION = "libs" | 15 | SECTION = "libs" |
16 | 16 | ||
17 | HOMEPAGE = "http://search.cpan.org/~zefram/Module-Runtime/" | 17 | HOMEPAGE = "https://metacpan.org/dist/Module-Runtime" |
18 | 18 | ||
19 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 19 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
20 | LIC_FILES_CHKSUM = "file://README;beginline=36;endline=44;md5=9416434672a57853d6181f3da9094963" | 20 | LIC_FILES_CHKSUM = "file://README;beginline=36;endline=44;md5=9416434672a57853d6181f3da9094963" |
21 | 21 | ||
22 | SRCNAME = "Module-Runtime" | 22 | SRCNAME = "Module-Runtime" |
23 | SRC_URI = "${CPAN_MIRROR}/authors/id/Z/ZE/ZEFRAM/${SRCNAME}-${PV}.tar.gz" | 23 | SRC_URI = "${CPAN_MIRROR}/authors/id/Z/ZE/ZEFRAM/${SRCNAME}-${PV}.tar.gz" |
24 | SRC_URI[md5sum] = "d3d47222fa2e3dfcb4526f6cc8437b20" | ||
25 | SRC_URI[sha256sum] = "68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024" | 24 | SRC_URI[sha256sum] = "68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024" |
26 | 25 | ||
27 | UPSTREAM_CHECK_REGEX = "Module\-Runtime\-(?P<pver>(\d+\.\d+)).tar" | 26 | UPSTREAM_CHECK_REGEX = "Module\-Runtime\-(?P<pver>(\d+\.\d+)).tar" |
28 | 27 | ||
29 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 28 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" |
30 | 29 | ||
31 | inherit cpan | 30 | inherit cpan |
32 | 31 | ||
diff --git a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005005.bb b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005005.bb index e92d793d9c..bbb8d9868f 100644 --- a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005005.bb +++ b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005005.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=742;endline=787;md5=74f4de483dce5aa4 | |||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Moo-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Moo-${PV}.tar.gz" |
13 | SRC_URI[sha256sum] = "fb5a2952649faed07373f220b78004a9c6aba387739133740c1770e9b1f4b108" | 13 | SRC_URI[sha256sum] = "fb5a2952649faed07373f220b78004a9c6aba387739133740c1770e9b1f4b108" |
14 | 14 | ||
15 | S = "${WORKDIR}/Moo-${PV}" | 15 | S = "${UNPACKDIR}/Moo-${PV}" |
16 | 16 | ||
17 | inherit cpan | 17 | inherit cpan |
18 | 18 | ||
diff --git a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20221114.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250602.bb index c5839b9b67..d5c7db4764 100644 --- a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20221114.bb +++ b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250602.bb | |||
@@ -9,10 +9,10 @@ SECTION = "libs" | |||
9 | LICENSE = "MPL-2.0" | 9 | LICENSE = "MPL-2.0" |
10 | LIC_FILES_CHKSUM = "file://README;beginline=32;endline=39;md5=51e666dce556490a1132e937ad3f8729" | 10 | LIC_FILES_CHKSUM = "file://README;beginline=32;endline=39;md5=51e666dce556490a1132e937ad3f8729" |
11 | 11 | ||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Mozilla-CA-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LW/LWP/Mozilla-CA-${PV}.tar.gz" |
13 | SRC_URI[sha256sum] = "701bea67be670add5a102f9f8c879402b4983096b1cb0e20dd47d52d7a10666b" | 13 | SRC_URI[sha256sum] = "adeac0752440b2da094e8036bab6c857e22172457658868f5ac364f0c7b35481" |
14 | 14 | ||
15 | S = "${WORKDIR}/Mozilla-CA-${PV}" | 15 | S = "${UNPACKDIR}/Mozilla-CA-${PV}" |
16 | 16 | ||
17 | inherit cpan ptest-perl | 17 | inherit cpan ptest-perl |
18 | 18 | ||
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.45.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.50.bb index 21f5b7f576..05027f693c 100644 --- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.45.bb +++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.50.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "This package contains the DNS.pm module with friends." | 1 | DESCRIPTION = "This package contains the DNS.pm module with friends." |
2 | HOMEPAGE = "http://www.net-dns.org/" | 2 | HOMEPAGE = "https://metacpan.org/pod/Net::DNS" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | 5 | ||
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://README;beginline=252;endline=269;md5=de95b6a896d5f861 | |||
7 | 7 | ||
8 | DEPENDS += "perl" | 8 | DEPENDS += "perl" |
9 | 9 | ||
10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "39f4b82ffe822f4d28691f6c4260f6f1fe6b5a09b546b56dd2410c21b38c1380" | 12 | SRC_URI[sha256sum] = "c660500b9d96e5aa2b16d9f4260b6f9f05b5602d3c4bea0ca39b45bcd02ba993" |
13 | 13 | ||
14 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 14 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
15 | 15 | ||
16 | S = "${WORKDIR}/Net-DNS-${PV}" | 16 | S = "${UNPACKDIR}/Net-DNS-${PV}" |
17 | 17 | ||
18 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 18 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" |
19 | 19 | ||
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb index fe7bb3326e..ee365f9328 100644 --- a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb +++ b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb | |||
@@ -5,15 +5,14 @@ SECTION = "libs" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://README;beginline=165;endline=192;md5=6ef523fa09e8c272675839e21de16bde" | 6 | LIC_FILES_CHKSUM = "file://README;beginline=165;endline=192;md5=6ef523fa09e8c272675839e21de16bde" |
7 | 7 | ||
8 | SRC_URI = "https://cpan.metacpan.org/authors/id/W/WI/WILLEM/Net-DNS-SEC-${PV}.tar.gz" | 8 | SRC_URI = "${CPAN_MIRROR}/authors/id/W/WI/WILLEM/Net-DNS-SEC-${PV}.tar.gz" |
9 | SRC_URI[md5sum] = "ffa55a9898192c9d4c623cb1357eba9b" | ||
10 | SRC_URI[sha256sum] = "37a47d4def72d7338f3cc7cd807ec19bd9e2ae638ae656fa536cf0314801989e" | 9 | SRC_URI[sha256sum] = "37a47d4def72d7338f3cc7cd807ec19bd9e2ae638ae656fa536cf0314801989e" |
11 | 10 | ||
12 | DEPENDS += "openssl" | 11 | DEPENDS += "openssl" |
13 | 12 | ||
14 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 13 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
15 | 14 | ||
16 | S = "${WORKDIR}/Net-DNS-SEC-${PV}" | 15 | S = "${UNPACKDIR}/Net-DNS-SEC-${PV}" |
17 | 16 | ||
18 | EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_BASELIBDIR} -lcrypto'" | 17 | EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_BASELIBDIR} -lcrypto'" |
19 | 18 | ||
diff --git a/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb b/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb index 7f33fd2b1f..dd53bebf4c 100644 --- a/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb +++ b/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/C/CF/CFAERBER/Net-IDN-Encode-${PV}.tar.gz \ | |||
12 | " | 12 | " |
13 | SRC_URI[sha256sum] = "55453633e3ff24ce325b34bc2c8157b9859962a31ab5cf28bf7ccc1c9b3a3eaa" | 13 | SRC_URI[sha256sum] = "55453633e3ff24ce325b34bc2c8157b9859962a31ab5cf28bf7ccc1c9b3a3eaa" |
14 | 14 | ||
15 | S = "${WORKDIR}/Net-IDN-Encode-${PV}" | 15 | S = "${UNPACKDIR}/Net-IDN-Encode-${PV}" |
16 | 16 | ||
17 | inherit cpan ptest-perl | 17 | inherit cpan ptest-perl |
18 | 18 | ||
diff --git a/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb b/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb index a77381dce8..c620485123 100644 --- a/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb +++ b/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb | |||
@@ -11,10 +11,9 @@ LIC_FILES_CHKSUM = "file://README;beginline=3;endline=5;md5=4d6588c2fa0d38ae162f | |||
11 | 11 | ||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARSCHAP/perl-ldap-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARSCHAP/perl-ldap-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "d091ed00302f0276069bca9df9478744" | ||
15 | SRC_URI[sha256sum] = "e2f389fe3e7a9e4b61488692919ad723b98f3b479b5288f610daa8c27995b351" | 14 | SRC_URI[sha256sum] = "e2f389fe3e7a9e4b61488692919ad723b98f3b479b5288f610daa8c27995b351" |
16 | 15 | ||
17 | S = "${WORKDIR}/perl-ldap-${PV}" | 16 | S = "${UNPACKDIR}/perl-ldap-${PV}" |
18 | 17 | ||
19 | inherit cpan ptest-perl | 18 | inherit cpan ptest-perl |
20 | 19 | ||
diff --git a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb index 4c4faab4db..8f029492b1 100644 --- a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb +++ b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb | |||
@@ -6,21 +6,20 @@ Turbo Fredriksson's PHP-IDN. \ | |||
6 | " | 6 | " |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/" | 9 | HOMEPAGE = "https://metacpan.org/dist/Net-LibIDN/" |
10 | DEPENDS += "libidn" | 10 | DEPENDS += "libidn" |
11 | # We must need glibc-gconvs to enable charset related functions, | 11 | # We must need glibc-gconvs to enable charset related functions, |
12 | # such as Net::LibIDN::idn_to_ascii(). | 12 | # such as Net::LibIDN::idn_to_ascii(). |
13 | RDEPENDS:${PN}:append:libc-glibc = " glibc-gconvs" | 13 | RDEPENDS:${PN}:append:libc-glibc = " glibc-gconvs" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "c3e4de2065009d67bcb1df0afb473e12" | ||
17 | SRC_URI[sha256sum] = "2f8acc9442b3866ec7dc63cd449fc693ae3e930d5d3e5e9430fbb6f393bdbb17" | 16 | SRC_URI[sha256sum] = "2f8acc9442b3866ec7dc63cd449fc693ae3e930d5d3e5e9430fbb6f393bdbb17" |
18 | 17 | ||
19 | SRC_URI += "file://libidn-wr-cross-compile.patch" | 18 | SRC_URI += "file://libidn-wr-cross-compile.patch" |
20 | 19 | ||
21 | LIC_FILES_CHKSUM = "file://README;beginline=42;endline=92;md5=3374ea0369ca3ead6047520477a43147" | 20 | LIC_FILES_CHKSUM = "file://README;beginline=42;endline=92;md5=3374ea0369ca3ead6047520477a43147" |
22 | 21 | ||
23 | S = "${WORKDIR}/Net-LibIDN-${PV}" | 22 | S = "${UNPACKDIR}/Net-LibIDN-${PV}" |
24 | 23 | ||
25 | EXTRA_CPANFLAGS = "--with-libidn=${STAGING_LIBDIR} --with-libidn-inc=${STAGING_INCDIR} --compiler='${CC}'" | 24 | EXTRA_CPANFLAGS = "--with-libidn=${STAGING_LIBDIR} --with-libidn-inc=${STAGING_INCDIR} --compiler='${CC}'" |
26 | EXTRA_CPANFLAGS += "--disable-tld" | 25 | EXTRA_CPANFLAGS += "--disable-tld" |
diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb index 5d0eccd84a..daf07baa22 100644 --- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb +++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | |||
@@ -4,7 +4,7 @@ web pages on SSL servers (for symmetry, same API is offered for \ | |||
4 | accessing http servers, too), a sslcat() function for writing your own \ | 4 | accessing http servers, too), a sslcat() function for writing your own \ |
5 | clients, and finally access to the SSL api of SSLeay/OpenSSL package \ | 5 | clients, and finally access to the SSL api of SSLeay/OpenSSL package \ |
6 | so you can write servers or clients for more complicated applications." | 6 | so you can write servers or clients for more complicated applications." |
7 | HOMEPAGE = "http://search.cpan.org/dist/Net-SSLeay/" | 7 | HOMEPAGE = "https://metacpan.org/dist/Net-SSLeay" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -23,14 +23,13 @@ RDEPENDS:${PN} += "\ | |||
23 | zlib \ | 23 | zlib \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \ | 26 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \ |
27 | file://no-exec-on-configure.patch \ | 27 | file://no-exec-on-configure.patch \ |
28 | file://run-ptest \ | 28 | file://run-ptest \ |
29 | " | 29 | " |
30 | SRC_URI[md5sum] = "d602bdce4e0531c6efc276e3e429ca69" | ||
31 | SRC_URI[sha256sum] = "9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8" | 30 | SRC_URI[sha256sum] = "9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8" |
32 | 31 | ||
33 | S = "${WORKDIR}/Net-SSLeay-${PV}" | 32 | S = "${UNPACKDIR}/Net-SSLeay-${PV}" |
34 | 33 | ||
35 | inherit cpan ptest | 34 | inherit cpan ptest |
36 | 35 | ||
diff --git a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb index d1365f269c..3d05a3d7a3 100644 --- a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb +++ b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | |||
@@ -8,17 +8,16 @@ These interactive features include the ability to specify a time-out and to \ | |||
8 | wait for patterns to appear in the input stream, such as the prompt from a \ | 8 | wait for patterns to appear in the input stream, such as the prompt from a \ |
9 | shell." | 9 | shell." |
10 | 10 | ||
11 | HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/" | 11 | HOMEPAGE = "https://metacpan.org/dist/Net-Telnet" |
12 | SECTION = "Development/Libraries" | 12 | SECTION = "Development/Libraries" |
13 | 13 | ||
14 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 14 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
15 | LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" | 15 | LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" |
16 | 16 | ||
17 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" |
18 | SRC_URI[md5sum] = "c8573c57a2d9469f038c40ac284b1e5f" | ||
19 | SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743" | 18 | SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743" |
20 | 19 | ||
21 | S = "${WORKDIR}/Net-Telnet-${PV}" | 20 | S = "${UNPACKDIR}/Net-Telnet-${PV}" |
22 | 21 | ||
23 | inherit cpan | 22 | inherit cpan |
24 | 23 | ||
diff --git a/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb b/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb index 643a704a1d..8478441211 100644 --- a/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb +++ b/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Interpret and act on wait() status values" | |||
2 | DESCRIPTION = "This module contains functions for interpreting and acting \ | 2 | DESCRIPTION = "This module contains functions for interpreting and acting \ |
3 | on wait status values." | 3 | on wait status values." |
4 | 4 | ||
5 | HOMEPAGE = "http://search.cpan.org/~rosch/Proc-WaitStat/" | 5 | HOMEPAGE = "https://metacpan.org/dist/Proc-WaitStat" |
6 | SECTION = "libraries" | 6 | SECTION = "libraries" |
7 | 7 | ||
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -10,11 +10,10 @@ LIC_FILES_CHKSUM = "file://README;beginline=21;endline=23;md5=f36550f59a0ae5e6e3 | |||
10 | 10 | ||
11 | RDEPENDS:${PN} += "perl libipc-signal-perl" | 11 | RDEPENDS:${PN} += "perl libipc-signal-perl" |
12 | 12 | ||
13 | S = "${WORKDIR}/Proc-WaitStat-${PV}" | 13 | S = "${UNPACKDIR}/Proc-WaitStat-${PV}" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/Proc-WaitStat-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RO/ROSCH/Proc-WaitStat-${PV}.tar.gz" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "b911bd579b6b142391b21de1efa30c95" | ||
18 | SRC_URI[sha256sum] = "d07563f5e787909d16e7390241e877f49ab739b1de9d0e2ea1a41bd0bf4474bc" | 17 | SRC_URI[sha256sum] = "d07563f5e787909d16e7390241e877f49ab739b1de9d0e2ea1a41bd0bf4474bc" |
19 | 18 | ||
20 | inherit cpan | 19 | inherit cpan |
diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb index c5efc15358..69d84a6edf 100644 --- a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb +++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb | |||
@@ -9,10 +9,9 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | |||
9 | LIC_FILES_CHKSUM = "file://README;beginline=197;endline=234;md5=26df7e7c20551fb1906e2286624f0b71" | 9 | LIC_FILES_CHKSUM = "file://README;beginline=197;endline=234;md5=26df7e7c20551fb1906e2286624f0b71" |
10 | 10 | ||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "9ee45591befa3d0b1094ac75d282b6ba" | ||
13 | SRC_URI[sha256sum] = "d7bdee9e138a4f83aa52d0a981625644bda87ff16642dfa845dcb44d9a242b45" | 12 | SRC_URI[sha256sum] = "d7bdee9e138a4f83aa52d0a981625644bda87ff16642dfa845dcb44d9a242b45" |
14 | 13 | ||
15 | S = "${WORKDIR}/Role-Tiny-${PV}" | 14 | S = "${UNPACKDIR}/Role-Tiny-${PV}" |
16 | 15 | ||
17 | inherit cpan | 16 | inherit cpan |
18 | 17 | ||
diff --git a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb index cf290d9908..be52caacf2 100644 --- a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb +++ b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb | |||
@@ -28,10 +28,9 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c195 | |||
28 | file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \ | 28 | file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \ |
29 | " | 29 | " |
30 | 30 | ||
31 | SRC_URI[md5sum] = "a6bc06b3f7749f7d77a2b1bd13402821" | ||
32 | SRC_URI[sha256sum] = "16a29f7acaeec081bf0e7303ba5ee24fda1d21a1104669b837745f3ea61d6afa" | 31 | SRC_URI[sha256sum] = "16a29f7acaeec081bf0e7303ba5ee24fda1d21a1104669b837745f3ea61d6afa" |
33 | 32 | ||
34 | S = "${WORKDIR}/Unix-Statgrab-${PV}" | 33 | S = "${UNPACKDIR}/Unix-Statgrab-${PV}" |
35 | 34 | ||
36 | export LD = "${CCLD}" | 35 | export LD = "${CCLD}" |
37 | 36 | ||
diff --git a/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb b/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb index 80c21b2b14..426ba68ab8 100644 --- a/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb +++ b/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb | |||
@@ -29,10 +29,9 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | |||
29 | LIC_FILES_CHKSUM = "file://README;beginline=246;endline=262;md5=43be558cf4f19823cdd6af22135cf5f8" | 29 | LIC_FILES_CHKSUM = "file://README;beginline=246;endline=262;md5=43be558cf4f19823cdd6af22135cf5f8" |
30 | 30 | ||
31 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/strictures-${PV}.tar.gz" | 31 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/strictures-${PV}.tar.gz" |
32 | SRC_URI[md5sum] = "35c14fd25320f32ff40e977feae95d0d" | ||
33 | SRC_URI[sha256sum] = "09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57" | 32 | SRC_URI[sha256sum] = "09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57" |
34 | 33 | ||
35 | S = "${WORKDIR}/strictures-${PV}" | 34 | S = "${UNPACKDIR}/strictures-${PV}" |
36 | 35 | ||
37 | inherit cpan ptest-perl | 36 | inherit cpan ptest-perl |
38 | 37 | ||
diff --git a/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb b/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb index d51ab21715..5ffc3eaef9 100644 --- a/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb +++ b/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb | |||
@@ -14,10 +14,9 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | |||
14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=003fa970662359a43ac2c2961108b0f1" | 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=003fa970662359a43ac2c2961108b0f1" |
15 | 15 | ||
16 | SRC_URI = "${CPAN_MIRROR}/authors/id/F/FR/FREW/Sub-Exporter-Progressive-${PV}.tar.gz" | 16 | SRC_URI = "${CPAN_MIRROR}/authors/id/F/FR/FREW/Sub-Exporter-Progressive-${PV}.tar.gz" |
17 | SRC_URI[md5sum] = "72cf6acdd2a0a8b105821a4db98e4ebe" | ||
18 | SRC_URI[sha256sum] = "d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056" | 17 | SRC_URI[sha256sum] = "d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056" |
19 | 18 | ||
20 | S = "${WORKDIR}/Sub-Exporter-Progressive-${PV}" | 19 | S = "${UNPACKDIR}/Sub-Exporter-Progressive-${PV}" |
21 | 20 | ||
22 | inherit cpan | 21 | inherit cpan |
23 | 22 | ||
diff --git a/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb b/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb index 3a0de9757b..084d55ee60 100644 --- a/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb +++ b/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb | |||
@@ -7,7 +7,7 @@ THIS IS NOT THE SORT OF THING YOU WANT TO DO EVERYDAY \ | |||
7 | " | 7 | " |
8 | 8 | ||
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | HOMEPAGE= "https://metacpan.org/release/Sub-Uplevel" | 10 | HOMEPAGE = "https://metacpan.org/release/Sub-Uplevel" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7f1207cd3108e4ade18448d81e6bcb6c" | 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7f1207cd3108e4ade18448d81e6bcb6c" |
@@ -17,10 +17,9 @@ CPAN_AUTHOR = "DAGOLDEN" | |||
17 | 17 | ||
18 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.tar.gz" | 18 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.tar.gz" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "6c6a174861fd160e8d5871a86df00baf" | ||
21 | SRC_URI[sha256sum] = "b4f3f63b80f680a421332d8851ddbe5a8e72fcaa74d5d1d98f3c8cc4a3ece293" | 20 | SRC_URI[sha256sum] = "b4f3f63b80f680a421332d8851ddbe5a8e72fcaa74d5d1d98f3c8cc4a3ece293" |
22 | 21 | ||
23 | S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}" | 22 | S = "${UNPACKDIR}/${CPAN_PACKAGE}-${PV}" |
24 | 23 | ||
25 | inherit cpan ptest-perl | 24 | inherit cpan ptest-perl |
26 | 25 | ||
diff --git a/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb b/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb index f4ce3131de..889b6b655b 100644 --- a/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb +++ b/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb | |||
@@ -6,7 +6,7 @@ handy functions for working with terminals. One of the main goals is to \ | |||
6 | have the functions as portable as possible, so you can just plug in 'use \ | 6 | have the functions as portable as possible, so you can just plug in 'use \ |
7 | Term::ReadKey' on any architecture and have a good likelihood of it \ | 7 | Term::ReadKey' on any architecture and have a good likelihood of it \ |
8 | working." | 8 | working." |
9 | HOMEPAGE = "http://search.cpan.org/~jstowe/TermReadKey-${PV}" | 9 | HOMEPAGE = "https://metacpan.org/release/JSTOWE/TermReadKey-2.38" |
10 | SECTION = "libraries" | 10 | SECTION = "libraries" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -14,10 +14,9 @@ LIC_FILES_CHKSUM = "file://README;md5=c275db663c8489a5709ebb22b185add5" | |||
14 | 14 | ||
15 | SRC_URI = "${CPAN_MIRROR}/authors/id/J/JS/JSTOWE/TermReadKey-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/J/JS/JSTOWE/TermReadKey-${PV}.tar.gz" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "b2b4aab7a0e6bddb7ac3b21ba637482c" | ||
18 | SRC_URI[sha256sum] = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" | 17 | SRC_URI[sha256sum] = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" |
19 | 18 | ||
20 | S = "${WORKDIR}/TermReadKey-${PV}" | 19 | S = "${UNPACKDIR}/TermReadKey-${PV}" |
21 | 20 | ||
22 | UPSTREAM_CHECK_URI = "https://metacpan.org/release/TermReadKey" | 21 | UPSTREAM_CHECK_URI = "https://metacpan.org/release/TermReadKey" |
23 | UPSTREAM_CHECK_REGEX = "TermReadKey\-(?P<pver>(\d+\.\d+))(?!_\d+)\.tar.gz" | 22 | UPSTREAM_CHECK_REGEX = "TermReadKey\-(?P<pver>(\d+\.\d+))(?!_\d+)\.tar.gz" |
diff --git a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.204.bb b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.205.bb index d7f6166b4b..414f0efe3d 100644 --- a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.204.bb +++ b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.205.bb | |||
@@ -26,11 +26,11 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | |||
26 | LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=d3ed382cc19bae8ead6076df35a43cbf" | 26 | LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=d3ed382cc19bae8ead6076df35a43cbf" |
27 | 27 | ||
28 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Deep-${PV}.tar.gz" | 28 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Deep-${PV}.tar.gz" |
29 | SRC_URI[sha256sum] = "b6591f6ccdd853c7efc9ff3c5756370403211cffe46047f082b1cd1611a84e5f" | 29 | SRC_URI[sha256sum] = "42781e9943a7a215e662c4973b9feafdc019fd16469bdb849a8537ee58956273" |
30 | 30 | ||
31 | UPSTREAM_CHECK_REGEX = "Test\-Deep\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 31 | UPSTREAM_CHECK_REGEX = "Test\-Deep\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
32 | 32 | ||
33 | S = "${WORKDIR}/Test-Deep-${PV}" | 33 | S = "${UNPACKDIR}/Test-Deep-${PV}" |
34 | 34 | ||
35 | inherit cpan ptest-perl | 35 | inherit cpan ptest-perl |
36 | 36 | ||
diff --git a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.48.bb b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.50.bb index b14fc95f1c..0af38719c7 100644 --- a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.48.bb +++ b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.50.bb | |||
@@ -26,11 +26,11 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | |||
26 | LIC_FILES_CHKSUM = "file://README;beginline=29;endline=30;md5=d41d8cd98f00b204e9800998ecf8427e" | 26 | LIC_FILES_CHKSUM = "file://README;beginline=29;endline=30;md5=d41d8cd98f00b204e9800998ecf8427e" |
27 | 27 | ||
28 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-${PV}.tar.gz" | 28 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-${PV}.tar.gz" |
29 | SRC_URI[sha256sum] = "e73ff89c81c1a53f6baeef6816841b89d3384403ad97422a7da9d1eeb20ef9c5" | 29 | SRC_URI[sha256sum] = "79b6acdc444f1924cd4c2e9ed868bdc6e09580021aca8ff078ede2ffef8a6f54" |
30 | 30 | ||
31 | UPSTREAM_CHECK_REGEX = "Test\-Harness\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 31 | UPSTREAM_CHECK_REGEX = "Test\-Harness\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
32 | 32 | ||
33 | S = "${WORKDIR}/Test-Harness-${PV}" | 33 | S = "${UNPACKDIR}/Test-Harness-${PV}" |
34 | 34 | ||
35 | inherit cpan ptest-perl | 35 | inherit cpan ptest-perl |
36 | 36 | ||
diff --git a/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb b/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb index d74a347293..23f339bcda 100644 --- a/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb +++ b/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb | |||
@@ -16,7 +16,7 @@ run when any forked children exit." | |||
16 | SECTION = "libs" | 16 | SECTION = "libs" |
17 | LICENSE = "LGPL-2.1-only" | 17 | LICENSE = "LGPL-2.1-only" |
18 | 18 | ||
19 | HOMEPAGE= "https://metacpan.org/release/Test-NoWarnings" | 19 | HOMEPAGE = "https://metacpan.org/release/ADAMK/Test-NoWarnings-1.04" |
20 | 20 | ||
21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499" | 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499" |
22 | 22 | ||
@@ -25,12 +25,11 @@ CPAN_AUTHOR = "ADAMK" | |||
25 | 25 | ||
26 | SRC_URI = "${CPAN_MIRROR}/authors/id/A/AD/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.tar.gz" | 26 | SRC_URI = "${CPAN_MIRROR}/authors/id/A/AD/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.tar.gz" |
27 | 27 | ||
28 | SRC_URI[md5sum] = "682ed043f7d3e38f3dfd8745fd21c49a" | ||
29 | SRC_URI[sha256sum] = "638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c" | 28 | SRC_URI[sha256sum] = "638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c" |
30 | 29 | ||
31 | RDEPENDS:${PN} += "perl-module-test-builder perl-module-test-more perl-module-test-tester" | 30 | RDEPENDS:${PN} += "perl-module-test-builder perl-module-test-more perl-module-test-tester" |
32 | 31 | ||
33 | S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}" | 32 | S = "${UNPACKDIR}/${CPAN_PACKAGE}-${PV}" |
34 | 33 | ||
35 | inherit cpan ptest-perl | 34 | inherit cpan ptest-perl |
36 | 35 | ||
diff --git a/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb b/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb index 5148fbeb09..6536787623 100644 --- a/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb +++ b/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb | |||
@@ -7,7 +7,7 @@ the time to go take a look. \ | |||
7 | " | 7 | " |
8 | 8 | ||
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | HOMEPAGE= "https://metacpan.org/release/Test-Warn" | 10 | HOMEPAGE = "https://metacpan.org/release/Test-Warn" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://README;beginline=73;endline=78;md5=42b423d91c92ba59c215835a2ee9b57a" | 13 | LIC_FILES_CHKSUM = "file://README;beginline=73;endline=78;md5=42b423d91c92ba59c215835a2ee9b57a" |
@@ -19,7 +19,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/B/BI/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.t | |||
19 | 19 | ||
20 | SRC_URI[sha256sum] = "98ca32e7f2f5ea89b8bfb9a0609977f3d153e242e2e51705126cb954f1a06b57" | 20 | SRC_URI[sha256sum] = "98ca32e7f2f5ea89b8bfb9a0609977f3d153e242e2e51705126cb954f1a06b57" |
21 | 21 | ||
22 | S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}" | 22 | S = "${UNPACKDIR}/${CPAN_PACKAGE}-${PV}" |
23 | 23 | ||
24 | inherit cpan ptest-perl | 24 | inherit cpan ptest-perl |
25 | 25 | ||
diff --git a/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb b/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb index 29118129ad..15f8b3f81e 100644 --- a/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb +++ b/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb | |||
@@ -10,17 +10,16 @@ width of the first character of the given string and mbswidth() gives the \ | |||
10 | width of the whole given string." | 10 | width of the whole given string." |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | HOMEPAGE = "http://search.cpan.org/~kubota/Text-CharWidth-${PV}/" | 13 | HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-CharWidth-0.04" |
14 | 14 | ||
15 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 15 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
16 | LIC_FILES_CHKSUM = "file://README;md5=d8d54c8c500cbdd57a4c15911d9d96db" | 16 | LIC_FILES_CHKSUM = "file://README;md5=d8d54c8c500cbdd57a4c15911d9d96db" |
17 | 17 | ||
18 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz" | 18 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "37a723df0580c0758c0ee67b37336c15" | ||
21 | SRC_URI[sha256sum] = "abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8" | 20 | SRC_URI[sha256sum] = "abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8" |
22 | 21 | ||
23 | S = "${WORKDIR}/Text-CharWidth-${PV}" | 22 | S = "${UNPACKDIR}/Text-CharWidth-${PV}" |
24 | 23 | ||
25 | inherit cpan | 24 | inherit cpan |
26 | 25 | ||
diff --git a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb index 9dfadde8e5..90bd555403 100644 --- a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb +++ b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb | |||
@@ -6,7 +6,7 @@ faster than shelling out to a system's diff executable for small files, \ | |||
6 | and generally slower on larger files." | 6 | and generally slower on larger files." |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | 8 | ||
9 | HOMEPAGE = "http://search.cpan.org/~ovid/Text-Diff/" | 9 | HOMEPAGE = "https://metacpan.org/release/OVID/Text-Diff-1.41" |
10 | 10 | ||
11 | LICENSE = "Artistic-1.0 | GPL-2.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-2.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" |
@@ -14,10 +14,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" | |||
14 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz \ | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "30d56e6dd5551ca16b8e16cc7299dc21" | ||
18 | SRC_URI[sha256sum] = "a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa" | 17 | SRC_URI[sha256sum] = "a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa" |
19 | 18 | ||
20 | S = "${WORKDIR}/Text-Diff-${PV}" | 19 | S = "${UNPACKDIR}/Text-Diff-${PV}" |
21 | 20 | ||
22 | inherit cpan ptest | 21 | inherit cpan ptest |
23 | RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" | 22 | RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" |
diff --git a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb index 1e8405cab9..2d0242d878 100644 --- a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb +++ b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb | |||
@@ -8,16 +8,16 @@ Settings of fromcode and tocode and their permitted combinations are \ | |||
8 | implementation-dependent. Valid values are specified in the system \ | 8 | implementation-dependent. Valid values are specified in the system \ |
9 | documentation." | 9 | documentation." |
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | HOMEPAGE = "https://metacpan.org/pod/Text::Iconv" | ||
11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649" | 13 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649" |
13 | RRECOMMENDS:${PN}:append:libc-glibc = " glibc-gconvs" | 14 | RRECOMMENDS:${PN}:append:libc-glibc = " glibc-gconvs" |
14 | 15 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz" | 16 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz" |
16 | 17 | ||
17 | SRC_URI[md5sum] = "81b26e069eaebb084e91ea3c009b67ae" | ||
18 | SRC_URI[sha256sum] = "5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3" | 18 | SRC_URI[sha256sum] = "5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3" |
19 | 19 | ||
20 | S = "${WORKDIR}/Text-Iconv-${PV}" | 20 | S = "${UNPACKDIR}/Text-Iconv-${PV}" |
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan |
23 | 23 | ||
diff --git a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb index 017e951d3a..025bcc2873 100644 --- a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb +++ b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb | |||
@@ -11,17 +11,16 @@ characters). Also, minimal handling of languages which doesn't use \ | |||
11 | whitespaces between words (like Chinese and Japanese) is supported." | 11 | whitespaces between words (like Chinese and Japanese) is supported." |
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | 13 | ||
14 | HOMEPAGE = "http://search.cpan.org/~kubota/Text-WrapI18N-${PV}/" | 14 | HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-WrapI18N-0.06" |
15 | 15 | ||
16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 16 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
17 | LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858" | 17 | LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858" |
18 | 18 | ||
19 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz" | 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "0799c16a00926e6c18d400c2e2861d5f" | ||
22 | SRC_URI[sha256sum] = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488" | 21 | SRC_URI[sha256sum] = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488" |
23 | 22 | ||
24 | S = "${WORKDIR}/Text-WrapI18N-${PV}" | 23 | S = "${UNPACKDIR}/Text-WrapI18N-${PV}" |
25 | 24 | ||
26 | DEPENDS = "libtext-charwidth-perl" | 25 | DEPENDS = "libtext-charwidth-perl" |
27 | 26 | ||
diff --git a/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb b/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb index a7a998c358..6b552d9502 100644 --- a/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb +++ b/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb | |||
@@ -12,10 +12,9 @@ LIC_FILES_CHKSUM = "file://README;beginline=5;endline=9;md5=b5e8b1099b86b86fbc31 | |||
12 | 12 | ||
13 | SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEZUMI/Unicode-LineBreak-${PV}.tar.gz" | 13 | SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEZUMI/Unicode-LineBreak-${PV}.tar.gz" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "003d6da7a13700e069afed9238c864b9" | ||
16 | SRC_URI[sha256sum] = "486762e4cacddcc77b13989f979a029f84630b8175e7fef17989e157d4b6318a" | 15 | SRC_URI[sha256sum] = "486762e4cacddcc77b13989f979a029f84630b8175e7fef17989e157d4b6318a" |
17 | 16 | ||
18 | S = "${WORKDIR}/Unicode-LineBreak-${PV}" | 17 | S = "${UNPACKDIR}/Unicode-LineBreak-${PV}" |
19 | 18 | ||
20 | DEPENDS = "libsombok3 libmime-charset-perl" | 19 | DEPENDS = "libsombok3 libmime-charset-perl" |
21 | 20 | ||
diff --git a/meta-perl/recipes-perl/liburi/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch b/meta-perl/recipes-perl/liburi/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch new file mode 100644 index 0000000000..c15c3be93a --- /dev/null +++ b/meta-perl/recipes-perl/liburi/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch | |||
@@ -0,0 +1,109 @@ | |||
1 | From c424e6118d3bd836939ce39c70ee9e6bbd984028 Mon Sep 17 00:00:00 2001 | ||
2 | From: Tim Orling <tim.orling@konsulko.com> | ||
3 | Date: Thu, 17 Nov 2022 16:33:20 -0800 | ||
4 | Subject: [PATCH] Skip TODO test cases that fail | ||
5 | |||
6 | TODO cases report as "not ok" with ptest-runner | ||
7 | |||
8 | Upstream-Status: Inappropriate [ptest-runner specific] | ||
9 | |||
10 | Signed-off-by: Tim Orling <tim.orling@konsulko.com> | ||
11 | --- | ||
12 | t/escape-char.t | 20 ++++++++++---------- | ||
13 | t/iri.t | 18 +++++++++--------- | ||
14 | t/mailto.t | 12 ++++++------ | ||
15 | 3 files changed, 25 insertions(+), 25 deletions(-) | ||
16 | |||
17 | diff --git a/t/escape-char.t b/t/escape-char.t | ||
18 | index c6ce79c..5e62ad5 100644 | ||
19 | --- a/t/escape-char.t | ||
20 | +++ b/t/escape-char.t | ||
21 | @@ -6,16 +6,16 @@ use warnings; | ||
22 | use Test::More; | ||
23 | use URI (); | ||
24 | |||
25 | -TODO: { | ||
26 | - my $str = "http://foo/\xE9"; | ||
27 | - utf8::upgrade($str); | ||
28 | - my $uri = URI->new($str); | ||
29 | - | ||
30 | - local $TODO = 'URI::Escape::escape_char misunderstands utf8'; | ||
31 | - | ||
32 | - # http://foo/%C3%A9 | ||
33 | - is("$uri", 'http://foo/%E9', 'correctly created a URI from a utf8-upgraded string'); | ||
34 | -} | ||
35 | +#TODO: { | ||
36 | +# my $str = "http://foo/\xE9"; | ||
37 | +# utf8::upgrade($str); | ||
38 | +# my $uri = URI->new($str); | ||
39 | +# | ||
40 | +# local $TODO = 'URI::Escape::escape_char misunderstands utf8'; | ||
41 | +# | ||
42 | +# # http://foo/%C3%A9 | ||
43 | +# is("$uri", 'http://foo/%E9', 'correctly created a URI from a utf8-upgraded string'); | ||
44 | +#} | ||
45 | |||
46 | { | ||
47 | my $str = "http://foo/\xE9"; | ||
48 | diff --git a/t/iri.t b/t/iri.t | ||
49 | index cf983d6..884b36e 100644 | ||
50 | --- a/t/iri.t | ||
51 | +++ b/t/iri.t | ||
52 | @@ -6,7 +6,7 @@ use Test::More; | ||
53 | use Config qw( %Config ); | ||
54 | |||
55 | if (defined $Config{useperlio}) { | ||
56 | - plan tests=>30; | ||
57 | + plan tests=>28; | ||
58 | } else { | ||
59 | plan skip_all=>"this perl doesn't support PerlIO layers"; | ||
60 | } | ||
61 | @@ -67,17 +67,17 @@ is $u->as_iri, "http://➡.ws/"; | ||
62 | # draft-duerst-iri-bis.txt examples (section 3.7.1): | ||
63 | is(URI->new("http://www.example.org/D%C3%BCrst")->as_iri, "http://www.example.org/D\xFCrst"); | ||
64 | is(URI->new("http://www.example.org/D%FCrst")->as_iri, "http://www.example.org/D%FCrst"); | ||
65 | -TODO: { | ||
66 | - local $TODO = "some chars (like U+202E, RIGHT-TO-LEFT OVERRIDE) need to stay escaped"; | ||
67 | -is(URI->new("http://xn--99zt52a.example.org/%e2%80%ae")->as_iri, "http://\x{7D0D}\x{8C46}.example.org/%e2%80%ae"); | ||
68 | -} | ||
69 | +#TODO: { | ||
70 | +# local $TODO = "some chars (like U+202E, RIGHT-TO-LEFT OVERRIDE) need to stay escaped"; | ||
71 | +#is(URI->new("http://xn--99zt52a.example.org/%e2%80%ae")->as_iri, "http://\x{7D0D}\x{8C46}.example.org/%e2%80%ae"); | ||
72 | +#} | ||
73 | |||
74 | # try some URLs that can't be IDNA encoded (fallback to encoded UTF8 bytes) | ||
75 | $u = URI->new("http://" . ("ü" x 128)); | ||
76 | is $u, "http://" . ("%C3%BC" x 128); | ||
77 | is $u->host, ("\xC3\xBC" x 128); | ||
78 | -TODO: { | ||
79 | - local $TODO = "should ihost decode UTF8 bytes?"; | ||
80 | - is $u->ihost, ("ü" x 128); | ||
81 | -} | ||
82 | +#TODO: { | ||
83 | +# local $TODO = "should ihost decode UTF8 bytes?"; | ||
84 | +# is $u->ihost, ("ü" x 128); | ||
85 | +#} | ||
86 | is $u->as_iri, "http://" . ("ü" x 128); | ||
87 | diff --git a/t/mailto.t b/t/mailto.t | ||
88 | index 79e9a13..c68cfb2 100644 | ||
89 | --- a/t/mailto.t | ||
90 | +++ b/t/mailto.t | ||
91 | @@ -48,12 +48,12 @@ $u = URI->new('mailto:user+detail@example.com'); | ||
92 | is $u->to, 'user+detail@example.com', 'subaddress with `+` parsed correctly'; | ||
93 | is $u, 'mailto:user+detail@example.com', '... and stringification works'; | ||
94 | |||
95 | -TODO: { | ||
96 | - local $TODO = "We can't handle quoted local parts without properly parsing the email addresses"; | ||
97 | - $u = URI->new('mailto:"foo bar+baz"@example.com'); | ||
98 | - is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is parsed correctly'; | ||
99 | - is $u, 'mailto:%22foo%20bar+baz%22@example.com', '... and stringification works'; | ||
100 | -} | ||
101 | +#TODO: { | ||
102 | +# local $TODO = "We can't handle quoted local parts without properly parsing the email addresses"; | ||
103 | +# $u = URI->new('mailto:"foo bar+baz"@example.com'); | ||
104 | +# is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is parsed correctly'; | ||
105 | +# is $u, 'mailto:%22foo%20bar+baz%22@example.com', '... and stringification works'; | ||
106 | +#} | ||
107 | |||
108 | # RFC 5321 (4.1.3) - Address Literals | ||
109 | |||
diff --git a/meta-perl/recipes-perl/liburi/liburi-perl_5.32.bb b/meta-perl/recipes-perl/liburi/liburi-perl_5.32.bb new file mode 100644 index 0000000000..7c42a7e4a4 --- /dev/null +++ b/meta-perl/recipes-perl/liburi/liburi-perl_5.32.bb | |||
@@ -0,0 +1,56 @@ | |||
1 | SUMMARY = "Perl module to manipulate and access URI strings" | ||
2 | DESCRIPTION = "This package contains the URI.pm module with friends. \ | ||
3 | The module implements the URI class. URI objects can be used to access \ | ||
4 | and manipulate the various components that make up these strings." | ||
5 | HOMEPAGE = "https://metacpan.org/dist/URI" | ||
6 | SECTION = "libs" | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9944b87af51186f848ae558344aded9f" | ||
10 | |||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/URI-${PV}.tar.gz \ | ||
12 | file://0001-Skip-TODO-test-cases-that-fail.patch \ | ||
13 | " | ||
14 | |||
15 | SRC_URI[sha256sum] = "9632067d34e14e0dae2da94631c4f25a387fcc48d06fa29330e8b3c04c4e913d" | ||
16 | |||
17 | S = "${UNPACKDIR}/URI-${PV}" | ||
18 | |||
19 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | ||
20 | |||
21 | inherit cpan ptest-perl | ||
22 | |||
23 | do_compile() { | ||
24 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | ||
25 | cpan_do_compile | ||
26 | } | ||
27 | |||
28 | do_install:prepend() { | ||
29 | # these tests require "-T" (taint) command line option | ||
30 | rm -rf ${B}/t/cwd.t | ||
31 | rm -rf ${B}/t/file.t | ||
32 | } | ||
33 | |||
34 | RDEPENDS:${PN} += "\ | ||
35 | perl-module-integer \ | ||
36 | perl-module-mime-base64 \ | ||
37 | " | ||
38 | |||
39 | RDEPENDS:${PN}-ptest += " \ | ||
40 | libtest-fatal-perl \ | ||
41 | libtest-needs-perl \ | ||
42 | libtest-warnings-perl \ | ||
43 | perl-module-encode \ | ||
44 | perl-module-encode-encoding \ | ||
45 | perl-module-extutils-makemaker \ | ||
46 | perl-module-extutils-mm-unix \ | ||
47 | perl-module-file-spec-functions \ | ||
48 | perl-module-net-domain \ | ||
49 | perl-module-perlio \ | ||
50 | perl-module-perlio-encoding \ | ||
51 | perl-module-test \ | ||
52 | perl-module-test-more \ | ||
53 | perl-module-utf8 \ | ||
54 | " | ||
55 | |||
56 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb index 7962d22c9d..6dc2a19e0b 100644 --- a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb +++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb | |||
@@ -8,17 +8,16 @@ of putting all characters into a single event. \ | |||
8 | " | 8 | " |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
11 | HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/" | 11 | HOMEPAGE = "https://metacpan.org/dist/XML-Filter-BufferText" |
12 | DEPENDS += "libxml-sax-perl-native" | 12 | DEPENDS += "libxml-sax-perl-native" |
13 | RDEPENDS:${PN} += "libxml-sax-perl" | 13 | RDEPENDS:${PN} += "libxml-sax-perl" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512" | ||
17 | SRC_URI[sha256sum] = "8fd2126d3beec554df852919f4739e689202cbba6a17506e9b66ea165841a75c" | 16 | SRC_URI[sha256sum] = "8fd2126d3beec554df852919f4739e689202cbba6a17506e9b66ea165841a75c" |
18 | 17 | ||
19 | LIC_FILES_CHKSUM = "file://BufferText.pm;beginline=88;endline=90;md5=497aa6d79cc84c3d769a2a0016bee928" | 18 | LIC_FILES_CHKSUM = "file://BufferText.pm;beginline=88;endline=90;md5=497aa6d79cc84c3d769a2a0016bee928" |
20 | 19 | ||
21 | S = "${WORKDIR}/XML-Filter-BufferText-${PV}" | 20 | S = "${UNPACKDIR}/XML-Filter-BufferText-${PV}" |
22 | 21 | ||
23 | inherit cpan | 22 | inherit cpan |
24 | 23 | ||
diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb index f184b89e59..6450111da9 100644 --- a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb +++ b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | |||
@@ -6,7 +6,7 @@ The module is split into several packages which are not described in this \ | |||
6 | section; unless stated otherwise, you only need to use XML::LibXML; in \ | 6 | section; unless stated otherwise, you only need to use XML::LibXML; in \ |
7 | your programs." | 7 | your programs." |
8 | 8 | ||
9 | HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/" | 9 | HOMEPAGE = "https://metacpan.org/dist/XML-LibXML" |
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | DEPENDS += "libxml2 \ | 12 | DEPENDS += "libxml2 \ |
@@ -22,7 +22,7 @@ RDEPENDS:${PN} += "\ | |||
22 | zlib \ | 22 | zlib \ |
23 | " | 23 | " |
24 | 24 | ||
25 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \ | 25 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \ |
26 | file://disable-libxml2-check.patch \ | 26 | file://disable-libxml2-check.patch \ |
27 | file://fix-CATALOG-conditional-compile.patch \ | 27 | file://fix-CATALOG-conditional-compile.patch \ |
28 | file://using-DOCB-conditional.patch \ | 28 | file://using-DOCB-conditional.patch \ |
@@ -34,7 +34,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=64eda1bc135f0ece1d1187f2a8ac82c1 | |||
34 | SRC_URI[libxml.md5sum] = "dce687dd8b7e82d1c359fd74b1852f64" | 34 | SRC_URI[libxml.md5sum] = "dce687dd8b7e82d1c359fd74b1852f64" |
35 | SRC_URI[libxml.sha256sum] = "f0bca4d0c2da35d879fee4cd13f352014186cedab27ab5e191f39b5d7d4f46cf" | 35 | SRC_URI[libxml.sha256sum] = "f0bca4d0c2da35d879fee4cd13f352014186cedab27ab5e191f39b5d7d4f46cf" |
36 | 36 | ||
37 | S = "${WORKDIR}/XML-LibXML-${PV}" | 37 | S = "${UNPACKDIR}/XML-LibXML-${PV}" |
38 | 38 | ||
39 | inherit cpan ptest-perl | 39 | inherit cpan ptest-perl |
40 | 40 | ||
diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb index 487a5c22cd..b66cbc3945 100644 --- a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb +++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb | |||
@@ -8,17 +8,16 @@ the AxKit XML Application Server. \ | |||
8 | " | 8 | " |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
11 | HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" | 11 | HOMEPAGE = "https://metacpan.org/dist/XML-SAX-Writer" |
12 | DEPENDS += "libxml-filter-buffertext-perl-native" | 12 | DEPENDS += "libxml-filter-buffertext-perl-native" |
13 | RDEPENDS:${PN} += "libxml-filter-buffertext-perl" | 13 | RDEPENDS:${PN} += "libxml-filter-buffertext-perl" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "3e3023c648e3003c04de2fb04435f8bd" | ||
17 | SRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0" | 16 | SRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0" |
18 | 17 | ||
19 | LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e" | 18 | LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e" |
20 | 19 | ||
21 | S = "${WORKDIR}/XML-SAX-Writer-${PV}" | 20 | S = "${UNPACKDIR}/XML-SAX-Writer-${PV}" |
22 | 21 | ||
23 | inherit cpan | 22 | inherit cpan |
24 | 23 | ||