* [meta-perl][PATCH 0/42]
@ 2024-10-24 20:07 J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 01/42] mime-construct: Change references to search.cpan.org to use metacpan.org J. S.
` (42 more replies)
0 siblings, 43 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel
This very old news article talks about the migration of search.cpan.org to metacpan.
https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html
This patch set seeks to remove references to search.cpan.org and replace the references with
the appropriate metacpan location. This was tested by putting each address in firefox to see where
it resolves.
The changes touch the HOMEPAGE and SRC_URI variables. In general:
http://search.cpan.org ==> https://metacpan.org
http://search.cpan.org/CPAN ==> https://cpan.metacpan.org
After these changes, I built the packagegroup-meta-perl and saw no errors fetching packages.
Thanks,
Jason Schonberg
^ permalink raw reply [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 01/42] mime-construct: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 02/42] libalgorithm-diff-perl: " J. S.
` (41 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-extended/mime-construct/mime-construct_1.11.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 9da2b1adf..28dbf1399 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. \
It is entirely driven from the command line, it is \
designed to be used by other programs, or people who act \
like programs."
-HOMEPAGE = "http://search.cpan.org/~rosch/mime-construct/mime-construct"
+HOMEPAGE = "https://metacpan.org/release/ROSCH/mime-construct-1.11/view/mime-construct"
SECTION = "mail"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=5e2e5da619ac8ef8c84767ccc4656e96"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 02/42] libalgorithm-diff-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 01/42] mime-construct: Change references to search.cpan.org to use metacpan.org J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 03/42] libauthen-radius-perl: " J. S.
` (40 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 1fc6048c6..cef17fb40 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,7 +7,7 @@ program. It is guaranteed to find the *smallest possible* set of \
differences. \
"
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~nedkonz/Algorithm-Diff/"
+HOMEPAGE = "https://metacpan.org/release/NEDKONZ/Algorithm-Diff-1.15"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=406;endline=409;md5=d393b8ad3b8994b9d0ae9299b8a8a1ee"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 03/42] libauthen-radius-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 01/42] mime-construct: Change references to search.cpan.org to use metacpan.org J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 02/42] libalgorithm-diff-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 04/42] libauthen-sasl-perl: " J. S.
` (39 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libauthen/libauthen-radius-perl_0.22.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 4a7b576a2..79a371d2c 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 \
Radius server. \
"
-HOMEPAGE = "http://search.cpan.org/~manowar/RadiusPerl"
+HOMEPAGE = "https://metacpan.org/release/MANOWAR/RadiusPerl"
SECTION = "libs"
LICENSE = "Artistic-2.0"
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78ab6ea0cba1f1ec1680ebb149e3bc11"
DEPENDS = "perl"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \
+SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \
file://test.pl-adjust-for-ptest.patch \
file://run-ptest \
"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 04/42] libauthen-sasl-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (2 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 03/42] libauthen-radius-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 05/42] libcapture-tiny-perl: " J. S.
` (38 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb
index 531bc61cf..ee373c53a 100644
--- a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb
+++ b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb
@@ -2,7 +2,7 @@ SUMMARY = "SASL Authentication framework for Perl"
DESCRIPTION = "SASL is a generic mechanism for authentication used by several network \
protocols. Authen::SASL provides an implementation framework that all \
protocols should be able to share."
-HOMEPAGE = "http://search.cpan.org/dist/Authen-SASL/"
+HOMEPAGE = "https://metacpan.org/dist/Authen-SASL/"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 05/42] libcapture-tiny-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (3 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 04/42] libauthen-sasl-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 06/42] libcgi-perl: " J. S.
` (37 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb
index 43d6b03f4..e37101d72 100644
--- a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb
+++ b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb
@@ -8,7 +8,7 @@ a dozen capturing modules to use in any particular situation and just use \
this one."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~dagolden/Capture-Tiny/"
+HOMEPAGE = "https://metacpan.org/dist/Capture-Tiny"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=37a4918a30ace24395020e5b8c03b83f"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 06/42] libcgi-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (4 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 05/42] libcapture-tiny-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 07/42] libconfig-tiny-perl: " J. S.
` (36 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb
index 94fb4393c..38c2e0fdd 100644
--- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb
+++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "CGI.pm is a stable, complete and mature solution for processing a
HTTP requests and responses. Major features including processing form \
submissions, file uploads, reading and writing cookies, query string generation \
and manipulation, and processing and preparing HTTP headers."
-HOMEPAGE = "http://search.cpan.org/~leejo/CGI-4.28/lib/CGI.pod"
+HOMEPAGE = "https://metacpan.org/pod/CGI"
SECTION = "libs"
LICENSE = "Artistic-2.0 | GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz"
SRC_URI[sha256sum] = "4697437688a193e3f02556e1d223015590c1f2800b40becf83dc12d5cc5ed8e1"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 07/42] libconfig-tiny-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (5 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 06/42] libcgi-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 08/42] libconfig-autoconf-perl: " J. S.
` (35 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 ccdc1e0cb..620659abd 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 \
configuration files with as little code as possible, reducing load time and \
memory overhead."
-HOMEPAGE = "https://search.cpan.org/dist/Config-Tiny"
+HOMEPAGE = "https://metacpan.org/dist/Config-Tiny"
SECTION = "libraries"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
@@ -13,7 +13,7 @@ RDEPENDS:${PN} += "perl"
S = "${WORKDIR}/Config-Tiny-${PV}"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz"
SRC_URI[sha256sum] = "b2f7345619b3b8e636dd39ea010731c9dc2bfb8f022bcbd86ae6ad17866e110d"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 08/42] libconfig-autoconf-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (6 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 07/42] libconfig-tiny-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 09/42] libdata-hexdump-perl: " J. S.
` (34 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 f4c1e5673..8331a1d4a 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
developers as GNU Autoconf <http://www.gnu.org/software/autoconf/> does for \
Shell developers."
-HOMEPAGE= "https://metacpan.org/release/Config-AutoConf"
+HOMEPAGE = "https://metacpan.org/release/Config-AutoConf"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 09/42] libdata-hexdump-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (7 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 08/42] libconfig-autoconf-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 10/42] libdigest-sha1-perl: " J. S.
` (33 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 66369df64..25483bf35 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 \
(all others are shown as single dots).\
"
-HOMEPAGE = "http://search.cpan.org/~ftassin/Data-HexDump-0.02/lib/Data/HexDump.pm"
+HOMEPAGE = "https://metacpan.org/pod/Data::HexDump"
SECTION = "libs"
LICENSE = "Artistic-1.0"
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://lib/Data/HexDump.pm;beginline=215;endline=217;md5=bf1
DEPENDS = "perl"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FT/FTASSIN/Data-HexDump-${PV}.tar.gz \
+SRC_URI = "https://cpan.metacpan.org/authors/id/F/FT/FTASSIN/Data-HexDump-${PV}.tar.gz \
file://run-ptest \
"
SRC_URI[sha256sum] = "1a9d843e7f667c1c6f77c67af5d77e7462ff23b41937cb17454d03535cd9be70"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 10/42] libdigest-sha1-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (8 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 09/42] libdata-hexdump-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 11/42] libenv-perl: " J. S.
` (32 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 4aa37243a..22c6d3d33 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,12 +1,12 @@
SUMMARY = "Perl interface to the SHA-1 algorithm "
DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm"
-HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/"
+HOMEPAGE = "https://metacpan.org/pod/Digest::SHA1"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \
+SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \
file://run-ptest \
"
SRC_URI[sha256sum] = "68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 11/42] libenv-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (9 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 10/42] libdigest-sha1-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 12/42] libextutils-config-perl: " J. S.
` (31 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 fd34c6d12..8e3b3dc2d 100644
--- a/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb
+++ b/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb
@@ -3,13 +3,13 @@ DESCRIPTION = "Perl maintains environment variables in a special hash named %ENV
For when this access method is inconvenient, the Perl module Env allows environment \
variables to be treated as scalar or array variables."
-HOMEPAGE = "http://search.cpan.org/~flora/Env/"
+HOMEPAGE = "https://metacpan.org/dist/Env/"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=76c1cbf18db56b3340d91cb947943bd3"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
SRC_URI[sha256sum] = "d94a3d412df246afdc31a2199cbd8ae915167a3f4684f7b7014ce1200251ebb0"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 12/42] libextutils-config-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (10 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 11/42] libenv-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 13/42] libextutils-cppguess-perl: " J. S.
` (30 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libextutils/libextutils-config-perl_0.008.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 0f43c537c..b6e80cd88 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,7 +2,7 @@ SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration"
DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Config/"
+HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 13/42] libextutils-cppguess-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (11 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 12/42] libextutils-config-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 14/42] libextutils-helpers-perl: " J. S.
` (29 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 45b772650..c7accb317 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 \
to ExtUtils::MakeMaker's WriteMakefile function."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~smueller/ExtUtils-CppGuess/"
+HOMEPAGE = "https://metacpan.org/pod/ExtUtils::CppGuess"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 14/42] libextutils-helpers-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (12 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 13/42] libextutils-cppguess-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 15/42] libextutils-installpaths-perl: " J. S.
` (28 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb
index 3ee9df730..e03496d78 100644
--- a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb
+++ b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb
@@ -2,7 +2,7 @@ SUMMARY = "ExtUtils::Helpers - Various portability utilities for module builders
DESCRIPTION = "This module provides various portable helper function for module building modules."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Helpers/"
+HOMEPAGE = "https://metacpan.org/pod/ExtUtils::Helpers"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c0280160e4f26faafef507664884bf63"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 15/42] libextutils-installpaths-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (13 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 14/42] libextutils-helpers-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 16/42] libextutils-parsexs-perl: " J. S.
` (27 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../libextutils/libextutils-installpaths-perl_0.012.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 f4db4ccff..25de3fc5d 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,7 +3,7 @@ DESCRIPTION = "This module tries to make install path resolution as easy \
as possible."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/"
+HOMEPAGE = "https://metacpan.org/pod/ExtUtils::InstallPaths"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 16/42] libextutils-parsexs-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (14 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 15/42] libextutils-installpaths-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 17/42] libfile-slurp-perl: " J. S.
` (26 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 56617fcda..c3a85f6f4 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,7 +7,7 @@ and variables to Perl values."
SECTION = "libs"
-HOMEPAGE = "http://metapan.org/release/ExtUtils-ParseXS/"
+HOMEPAGE = "https://metacpan.org/release/SMUELLER/ExtUtils-ParseXS-3.35"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 17/42] libfile-slurp-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (15 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 16/42] libextutils-parsexs-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 18/42] libfile-slurper-perl: " J. S.
` (25 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 3f138baa4..b9ef4c8bb 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,10 +4,11 @@ DESCRIPTION = "This module provides subroutines to read or write \
reading the list of filenames in a directory. \
"
SECTION = "libs"
+HOMEPAGE = "https://metacpan.org/release/URI/File-Slurp-9999.19"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz"
S = "${WORKDIR}/File-Slurp-${PV}"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 18/42] libfile-slurper-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (16 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 17/42] libfile-slurp-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 19/42] libhtml-parser-perl: " J. S.
` (24 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.014.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 e29abb3e3..410ce8046 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."
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-HOMEPAGE= "https://metacpan.org/release/File-Slurper"
+HOMEPAGE = "https://metacpan.org/release/File-Slurper"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 19/42] libhtml-parser-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (17 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 18/42] libfile-slurper-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 20/42] libimport-into-perl: " J. S.
` (23 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 4dbcc107b..a3f287dce 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 @@
DESCRIPTION = "This package contains the Parser.pm module with friends."
-HOMEPAGE = "https://metacpan.org/release/HTML-Parser"
+HOMEPAGE = "https://metacpan.org/release/GAAS/HTML-Parser-3.72"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://README;md5=b0459e4426b94753b9a9b8a15f1223b8"
DEPENDS += "perl"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz"
SRC_URI[sha256sum] = "ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 20/42] libimport-into-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (18 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 19/42] libhtml-parser-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 21/42] libio-socket-ssl-perl: " J. S.
` (22 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libimport/libimport-into-perl_1.002004.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 690bbe92e..c16c358fc 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,7 +11,7 @@ directly, since they effect the current unit of compilation. \
SECTION = "libs"
-HOMEPAGE = "https://metacpan.org/pod/Import-Into/"
+HOMEPAGE = "https://metacpan.org/pod/Import::Into"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=209;endline=223;md5=3cf363f1e405dea6db2c6cd0ef23680c"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 21/42] libio-socket-ssl-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (19 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 20/42] libimport-into-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 22/42] libipc-signal-perl: " J. S.
` (21 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb
index e745cecaf..689c46b90 100644
--- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb
+++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb
@@ -6,7 +6,7 @@ needs to write a full-featured SSL client or server application: \
multiple SSL contexts, cipher selection, certificate verification, and \
SSL version selection. As an extra bonus, it works perfectly with \
mod_perl."
-HOMEPAGE = "http://search.cpan.org/dist/IO-Socket-SSL/"
+HOMEPAGE = "https://metacpan.org/dist/IO-Socket-SSL"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 22/42] libipc-signal-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (20 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 21/42] libio-socket-ssl-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 23/42] liblocale-gettext-perl: " J. S.
` (20 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 6172933f1..ca49b304c 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,7 +2,7 @@ SUMMARY = "IPC::Signal - Utility functions dealing with signals"
DESCRIPTION = "IPC::Signal - This module contains utility functions for \
dealing with signals."
-HOMEPAGE = "http://search.cpan.org/~rosch/IPC-Signal-1.00/"
+HOMEPAGE = "https://metacpan.org/release/ROSCH/IPC-Signal-1.00"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=16;endline=18;md5=f36550f59a0ae5e6e3
S = "${WORKDIR}/IPC-Signal-${PV}"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/IPC-Signal-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/R/RO/ROSCH/IPC-Signal-${PV}.tar.gz"
SRC_URI[sha256sum] = "7c21f9c8c2d0c0f0f0f46e77de7c3d879dd562668ddf0525875c38cef2076fd0"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 23/42] liblocale-gettext-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (21 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 22/42] libipc-signal-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 24/42] libmime-charset-perl: " J. S.
` (19 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 654fd2eed..9774ac55d 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,7 +4,7 @@ functions for retrieving message strings from databases constructed to \
internationalize software."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~pvandry/Locale-gettext-${PV}/"
+HOMEPAGE = "https://metacpan.org/pod/Locale::gettext"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;md5=d028249c2d08dca6ca6c5bb43b56d926"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 24/42] libmime-charset-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (22 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 23/42] liblocale-gettext-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 25/42] libmime-types-perl: " J. S.
` (18 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 27ed41e99..a39081851 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 @@
SUMMARY = "MIME::Charset - Charset Information for MIME."
DESCRIPTION = "MIME::Charset provides information about character sets used for MIME \
messages on Internet."
-HOMEPAGE = "http://search.cpan.org/~nezumi/MIME-Charset-${PV}/"
+HOMEPAGE = "https://metacpan.org/release/NEZUMI/MIME-Charset-1.013.1"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 25/42] libmime-types-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (23 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 24/42] libmime-charset-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 26/42] libmodule-build-tiny-perl: " J. S.
` (17 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb
index fa4ad6fc4..67b29019c 100644
--- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb
+++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb
@@ -5,13 +5,13 @@ is transmitted. Sometimes real knowledge about a mime-type is need.\
\n\
This module maintains a set of MIME::Type objects, which each describe \
one known mime type."
-HOMEPAGE = "http://search.cpan.org/~markov/MIME-Types-${PV}"
+HOMEPAGE = "https://metacpan.org/release/MARKOV/MIME-Types-2.26"
SECTION = "libraries"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
+SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
file://run-ptest \
"
SRC_URI[sha256sum] = "bc738483cb4cdb47d61e85fe9304fa929aa9ab927e3171ec2ba2ab1cd7cefdff"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 26/42] libmodule-build-tiny-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (24 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 25/42] libmime-types-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 27/42] libmodule-runtime-perl: " J. S.
` (16 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 860185007..a662b4540 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 \
120, yet supports the features needed by most distributions."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~leont/Module-Build-Tiny/"
+HOMEPAGE = "https://metacpan.org/release/LEONT/Module-Build-Tiny-0.048"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9e8b5e2bd19fcc97ac84b78a271a64"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 27/42] libmodule-runtime-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (25 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 26/42] libmodule-build-tiny-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 28/42] libnet-dns-perl: " J. S.
` (15 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 9c4370e96..0ed61ac3a 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,7 +14,7 @@ are applied on any Perl version where the bugs exist, except for a case where \
one of the bugs cannot be adequately worked around in pure Perl."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~zefram/Module-Runtime/"
+HOMEPAGE = "https://metacpan.org/dist/Module-Runtime"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=36;endline=44;md5=9416434672a57853d6181f3da9094963"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 28/42] libnet-dns-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (26 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 27/42] libmodule-runtime-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 29/42] libnet-libidn-perl: " J. S.
` (14 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb
index 7b411f09a..de979cf22 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "This package contains the DNS.pm module with friends."
-HOMEPAGE = "http://www.net-dns.org/"
+HOMEPAGE = "https://metacpan.org/pod/Net::DNS"
SECTION = "libs"
LICENSE = "MIT"
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=252;endline=269;md5=de95b6a896d5f861
DEPENDS += "perl"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
SRC_URI[sha256sum] = "fec3dab10ac82dbac26b1ae2e367909256f420835d96cda7dc1b508e29938f0b"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 29/42] libnet-libidn-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (27 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 28/42] libnet-dns-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 30/42] libnet-ssleay-perl: " J. S.
` (13 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 a22b63809..de85e2664 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,13 +6,13 @@ Turbo Fredriksson's PHP-IDN. \
"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/"
+HOMEPAGE = "https://metacpan.org/dist/Net-LibIDN/"
DEPENDS += "libidn"
# We must need glibc-gconvs to enable charset related functions,
# such as Net::LibIDN::idn_to_ascii().
RDEPENDS:${PN}:append:libc-glibc = " glibc-gconvs"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz"
SRC_URI[sha256sum] = "2f8acc9442b3866ec7dc63cd449fc693ae3e930d5d3e5e9430fbb6f393bdbb17"
SRC_URI += "file://libidn-wr-cross-compile.patch"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 30/42] libnet-ssleay-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (28 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 29/42] libnet-libidn-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 31/42] libnet-telnet-perl: " J. S.
` (12 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 a91bb6cbe..707b9fdef 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 \
accessing http servers, too), a sslcat() function for writing your own \
clients, and finally access to the SSL api of SSLeay/OpenSSL package \
so you can write servers or clients for more complicated applications."
-HOMEPAGE = "http://search.cpan.org/dist/Net-SSLeay/"
+HOMEPAGE = "https://metacpan.org/dist/Net-SSLeay"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
@@ -23,7 +23,7 @@ RDEPENDS:${PN} += "\
zlib \
"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \
+SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \
file://no-exec-on-configure.patch \
file://run-ptest \
"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 31/42] libnet-telnet-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (29 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 30/42] libnet-ssleay-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 32/42] libproc-waitstat-perl: " J. S.
` (11 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 d90b47d21..d5b1c504a 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,13 +8,13 @@ These interactive features include the ability to specify a time-out and to \
wait for patterns to appear in the input stream, such as the prompt from a \
shell."
-HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/"
+HOMEPAGE = "https://metacpan.org/dist/Net-Telnet"
SECTION = "Development/Libraries"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz"
SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743"
S = "${WORKDIR}/Net-Telnet-${PV}"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 32/42] libproc-waitstat-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (30 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 31/42] libnet-telnet-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 33/42] libterm-readkey-perl: " J. S.
` (10 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 5e4c71b70..db7ca17ad 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"
DESCRIPTION = "This module contains functions for interpreting and acting \
on wait status values."
-HOMEPAGE = "http://search.cpan.org/~rosch/Proc-WaitStat/"
+HOMEPAGE = "https://metacpan.org/dist/Proc-WaitStat"
SECTION = "libraries"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
@@ -12,7 +12,7 @@ RDEPENDS:${PN} += "perl libipc-signal-perl"
S = "${WORKDIR}/Proc-WaitStat-${PV}"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/Proc-WaitStat-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/R/RO/ROSCH/Proc-WaitStat-${PV}.tar.gz"
SRC_URI[sha256sum] = "d07563f5e787909d16e7390241e877f49ab739b1de9d0e2ea1a41bd0bf4474bc"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 33/42] libterm-readkey-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (31 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 32/42] libproc-waitstat-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 34/42] libtest-nowarnings-perl: " J. S.
` (9 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 831ea1a8f..3f184badf 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 \
have the functions as portable as possible, so you can just plug in 'use \
Term::ReadKey' on any architecture and have a good likelihood of it \
working."
-HOMEPAGE = "http://search.cpan.org/~jstowe/TermReadKey-${PV}"
+HOMEPAGE = "https://metacpan.org/release/JSTOWE/TermReadKey-2.38"
SECTION = "libraries"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 34/42] libtest-nowarnings-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (32 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 33/42] libterm-readkey-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 35/42] libtest-warn-perl: " J. S.
` (8 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 aea0e7e0f..fe178b46c 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."
SECTION = "libs"
LICENSE = "LGPL-2.1-only"
-HOMEPAGE= "https://metacpan.org/release/Test-NoWarnings"
+HOMEPAGE = "https://metacpan.org/release/ADAMK/Test-NoWarnings-1.04"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 35/42] libtest-warn-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (33 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 34/42] libtest-nowarnings-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 36/42] libtext-charwidth-perl: " J. S.
` (7 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 5148fbeb0..0f0816df9 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. \
"
SECTION = "libs"
-HOMEPAGE= "https://metacpan.org/release/Test-Warn"
+HOMEPAGE = "https://metacpan.org/release/Test-Warn"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=73;endline=78;md5=42b423d91c92ba59c215835a2ee9b57a"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 36/42] libtext-charwidth-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (34 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 35/42] libtest-warn-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 37/42] libtext-diff-perl: " J. S.
` (6 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 e9a2bd474..8f16aa1ec 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,7 +10,7 @@ width of the first character of the given string and mbswidth() gives the \
width of the whole given string."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~kubota/Text-CharWidth-${PV}/"
+HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-CharWidth-0.04"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;md5=d8d54c8c500cbdd57a4c15911d9d96db"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 37/42] libtext-diff-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (35 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 36/42] libtext-charwidth-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 38/42] libtext-iconv-perl: " J. S.
` (5 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 2e89b759b..9c473d15a 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, \
and generally slower on larger files."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~ovid/Text-Diff/"
+HOMEPAGE = "https://metacpan.org/release/OVID/Text-Diff-1.41"
LICENSE = "Artistic-1.0 | GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 38/42] libtext-iconv-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (36 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 37/42] libtext-diff-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 39/42] libtext-wrapi18n-perl: " J. S.
` (4 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 88125845b..d242630d8 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,11 +8,12 @@ Settings of fromcode and tocode and their permitted combinations are \
implementation-dependent. Valid values are specified in the system \
documentation."
SECTION = "libs"
+HOMEPAGE = "https://metacpan.org/pod/Text::Iconv"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649"
RRECOMMENDS:${PN}:append:libc-glibc = " glibc-gconvs"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz"
SRC_URI[sha256sum] = "5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 39/42] libtext-wrapi18n-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (37 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 38/42] libtext-iconv-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 40/42] libxml-filter-buffertext-perl: " J. S.
` (3 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 0949dbb7a..7bc2e234a 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,7 +11,7 @@ characters). Also, minimal handling of languages which doesn't use \
whitespaces between words (like Chinese and Japanese) is supported."
SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~kubota/Text-WrapI18N-${PV}/"
+HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-WrapI18N-0.06"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 40/42] libxml-filter-buffertext-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (38 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 39/42] libtext-wrapi18n-perl: " J. S.
@ 2024-10-24 20:07 ` J. S.
2024-10-24 20:08 ` [meta-perl][PATCH 41/42] libxml-libxml-perl: " J. S.
` (2 subsequent siblings)
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 2261dafbb..1c3dc7d50 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,11 +8,11 @@ of putting all characters into a single event. \
"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/"
+HOMEPAGE = "https://metacpan.org/dist/XML-Filter-BufferText"
DEPENDS += "libxml-sax-perl-native"
RDEPENDS:${PN} += "libxml-sax-perl"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz"
SRC_URI[sha256sum] = "8fd2126d3beec554df852919f4739e689202cbba6a17506e9b66ea165841a75c"
LIC_FILES_CHKSUM = "file://BufferText.pm;beginline=88;endline=90;md5=497aa6d79cc84c3d769a2a0016bee928"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 41/42] libxml-libxml-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (39 preceding siblings ...)
2024-10-24 20:07 ` [meta-perl][PATCH 40/42] libxml-filter-buffertext-perl: " J. S.
@ 2024-10-24 20:08 ` J. S.
2024-10-24 20:08 ` [meta-perl][PATCH 42/42] libxml-sax-writer-perl: " J. S.
2024-10-24 22:37 ` [oe] [meta-perl][PATCH 0/42] Tim Orling
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 f184b89e5..b1d5e5db5 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 \
section; unless stated otherwise, you only need to use XML::LibXML; in \
your programs."
-HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/"
+HOMEPAGE = "https://metacpan.org/dist/XML-LibXML"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
DEPENDS += "libxml2 \
@@ -22,7 +22,7 @@ RDEPENDS:${PN} += "\
zlib \
"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \
+SRC_URI = "https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \
file://disable-libxml2-check.patch \
file://fix-CATALOG-conditional-compile.patch \
file://using-DOCB-conditional.patch \
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [meta-perl][PATCH 42/42] libxml-sax-writer-perl: Change references to search.cpan.org to use metacpan.org
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (40 preceding siblings ...)
2024-10-24 20:08 ` [meta-perl][PATCH 41/42] libxml-libxml-perl: " J. S.
@ 2024-10-24 20:08 ` J. S.
2024-10-24 22:37 ` [oe] [meta-perl][PATCH 0/42] Tim Orling
42 siblings, 0 replies; 44+ messages in thread
From: J. S. @ 2024-10-24 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 c3dee2bcb..f906cda2e 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,11 +8,11 @@ the AxKit XML Application Server. \
"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/"
+HOMEPAGE = "https://metacpan.org/dist/XML-SAX-Writer"
DEPENDS += "libxml-filter-buffertext-perl-native"
RDEPENDS:${PN} += "libxml-filter-buffertext-perl"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
SRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0"
LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e"
--
2.43.0
^ permalink raw reply related [flat|nested] 44+ messages in thread
* Re: [oe] [meta-perl][PATCH 0/42]
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
` (41 preceding siblings ...)
2024-10-24 20:08 ` [meta-perl][PATCH 42/42] libxml-sax-writer-perl: " J. S.
@ 2024-10-24 22:37 ` Tim Orling
42 siblings, 0 replies; 44+ messages in thread
From: Tim Orling @ 2024-10-24 22:37 UTC (permalink / raw)
To: schonm; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1379 bytes --]
On Thu, Oct 24, 2024 at 1:36 PM J. S. via lists.openembedded.org <schonm=
gmail.com@lists.openembedded.org> wrote:
> This very old news article talks about the migration of search.cpan.org
> to metacpan.
> https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html
>
> This patch set seeks to remove references to search.cpan.org and replace
> the references with
> the appropriate metacpan location. This was tested by putting each
> address in firefox to see where
> it resolves.
>
> The changes touch the HOMEPAGE and SRC_URI variables. In general:
> http://search.cpan.org ==> https://metacpan.org
> http://search.cpan.org/CPAN ==> https://cpan.metacpan.org
>
> Thank you for taking the time to do this. It has been on my TODO list for
a while now.
> After these changes, I built the packagegroup-meta-perl and saw no errors
> fetching packages.
>
> Thanks,
> Jason Schonberg
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#113178):
> https://lists.openembedded.org/g/openembedded-devel/message/113178
> Mute This Topic: https://lists.openembedded.org/mt/109197219/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 2929 bytes --]
^ permalink raw reply [flat|nested] 44+ messages in thread
end of thread, other threads:[~2024-10-24 22:37 UTC | newest]
Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 01/42] mime-construct: Change references to search.cpan.org to use metacpan.org J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 02/42] libalgorithm-diff-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 03/42] libauthen-radius-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 04/42] libauthen-sasl-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 05/42] libcapture-tiny-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 06/42] libcgi-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 07/42] libconfig-tiny-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 08/42] libconfig-autoconf-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 09/42] libdata-hexdump-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 10/42] libdigest-sha1-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 11/42] libenv-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 12/42] libextutils-config-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 13/42] libextutils-cppguess-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 14/42] libextutils-helpers-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 15/42] libextutils-installpaths-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 16/42] libextutils-parsexs-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 17/42] libfile-slurp-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 18/42] libfile-slurper-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 19/42] libhtml-parser-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 20/42] libimport-into-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 21/42] libio-socket-ssl-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 22/42] libipc-signal-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 23/42] liblocale-gettext-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 24/42] libmime-charset-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 25/42] libmime-types-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 26/42] libmodule-build-tiny-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 27/42] libmodule-runtime-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 28/42] libnet-dns-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 29/42] libnet-libidn-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 30/42] libnet-ssleay-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 31/42] libnet-telnet-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 32/42] libproc-waitstat-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 33/42] libterm-readkey-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 34/42] libtest-nowarnings-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 35/42] libtest-warn-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 36/42] libtext-charwidth-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 37/42] libtext-diff-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 38/42] libtext-iconv-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 39/42] libtext-wrapi18n-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 40/42] libxml-filter-buffertext-perl: " J. S.
2024-10-24 20:08 ` [meta-perl][PATCH 41/42] libxml-libxml-perl: " J. S.
2024-10-24 20:08 ` [meta-perl][PATCH 42/42] libxml-sax-writer-perl: " J. S.
2024-10-24 22:37 ` [oe] [meta-perl][PATCH 0/42] Tim Orling
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).