Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update build tools #1701

Merged
merged 8 commits into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 16 additions & 16 deletions scripts/common/cpanfile.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ DISTRIBUTIONS
overload 0
strict 0
warnings 0
IO-Socket-SSL-2.083
pathname: S/SU/SULLR/IO-Socket-SSL-2.083.tar.gz
IO-Socket-SSL-2.084
pathname: S/SU/SULLR/IO-Socket-SSL-2.084.tar.gz
provides:
IO::Socket::SSL 2.083
IO::Socket::SSL 2.084
IO::Socket::SSL::Intercept 2.056
IO::Socket::SSL::OCSP_Cache 2.083
IO::Socket::SSL::OCSP_Resolver 2.083
IO::Socket::SSL::OCSP_Cache 2.084
IO::Socket::SSL::OCSP_Resolver 2.084
IO::Socket::SSL::PublicSuffix undef
IO::Socket::SSL::SSL_Context 2.083
IO::Socket::SSL::SSL_HANDLE 2.083
IO::Socket::SSL::Session_Cache 2.083
IO::Socket::SSL::Trace 2.083
IO::Socket::SSL::SSL_Context 2.084
IO::Socket::SSL::SSL_HANDLE 2.084
IO::Socket::SSL::Session_Cache 2.084
IO::Socket::SSL::Trace 2.084
IO::Socket::SSL::Utils 2.015
requirements:
ExtUtils::MakeMaker 0
Expand Down Expand Up @@ -75,10 +75,10 @@ DISTRIBUTIONS
ExtUtils::MakeMaker 6.52
Types::Serialiser 0
common::sense 0
Mozilla-CA-20230821
pathname: L/LW/LWP/Mozilla-CA-20230821.tar.gz
Mozilla-CA-20231213
pathname: L/LW/LWP/Mozilla-CA-20231213.tar.gz
provides:
Mozilla::CA 20230821
Mozilla::CA 20231213
requirements:
ExtUtils::MakeMaker 0
Net-SSLeay-1.92
Expand All @@ -104,11 +104,11 @@ DISTRIBUTIONS
requirements:
ExtUtils::MakeMaker 0
common::sense 0
YAML-1.30
pathname: T/TI/TINITA/YAML-1.30.tar.gz
YAML-1.31
pathname: I/IN/INGY/YAML-1.31.tar.gz
provides:
YAML 1.30
YAML::Any 1.30
YAML 1.31
YAML::Any 1.31
YAML::Dumper undef
YAML::Dumper::Base undef
YAML::Error undef
Expand Down
14 changes: 7 additions & 7 deletions scripts/darwin/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz', 'JSON', 'JSON', '5.5.3');

# Cpanel::JSON::XS
cpan_install('https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.36.tar.gz', 'Cpanel-JSON-XS', 'Cpanel::JSON::XS', '5.6.2');
cpan_install('https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.37.tar.gz', 'Cpanel-JSON-XS', 'Cpanel::JSON::XS', '5.6.2');

# some requirements of JSON::XS
cpan_install('https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz', 'Canary-Stability', 'Canary::Stability', '5.8.3');
Expand All @@ -149,17 +149,17 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/C/CO/CORION/parent-0.241.tar.gz', 'parent', 'parent', '5.6.0', '5.10.1');
cpan_install('https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/File-Path-2.18.tar.gz', 'File-Path', 'File::Path', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.63.tar.gz', 'Scalar-List-Utils', 'Scalar::Util', '5.6.0', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/T/TO/TODDR/Exporter-5.77.tar.gz', 'Exporter', 'Exporter', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/T/TO/TODDR/Exporter-5.78.tar.gz', 'Exporter', 'Exporter', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Temp-0.2311.tar.gz', 'File-Temp', 'File::Temp', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/JSON-PP-Compat5006-1.09.tar.gz', 'JSON-PP-Compat5006', 'JSON::PP::Compat5006', '5.6.0', '5.8.0');
# JSON::PP
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-PP-4.16.tar.gz', 'JSON-PP', 'JSON::PP', '5.6.0');

# JSON::MaybeXS
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004004.tar.gz', 'JSON-MaybeXS', 'JSON::MaybeXS', '5.6.0');
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004005.tar.gz', 'JSON-MaybeXS', 'JSON::MaybeXS', '5.6.0');

# YAML
cpan_install('https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-1.30.tar.gz', 'YAML', 'YAML', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-1.31.tar.gz', 'YAML', 'YAML', '5.8.1');

# YAML::Tiny
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.74.tar.gz', 'YAML-Tiny', 'YAML::Tiny', '5.8.1');
Expand All @@ -173,15 +173,15 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.92.tar.gz', 'Net-SSLeay', 'Net::SSLeay', '5.8.1');

# Mozilla::CA
cpan_install('https://cpan.metacpan.org/authors/id/H/HA/HAARG/Mozilla-CA-20221114.tar.gz', 'Mozilla-CA', 'Mozilla::CA', '5.6.0');
cpan_install('https://cpan.metacpan.org/authors/id/L/LW/LWP/Mozilla-CA-20231213.tar.gz', 'Mozilla-CA', 'Mozilla::CA', '5.6.0');

# IO::Socket::SSL
local $ENV{NO_NETWORK_TESTING} = 1;
local $ENV{PERL_MM_USE_DEFAULT} = 1;
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.083.tar.gz', 'IO-Socket-SSL', 'IO::Socket::SSL', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.084.tar.gz', 'IO-Socket-SSL', 'IO::Socket::SSL', '5.8.1');

# Test::Harness
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.44.tar.gz', 'Test-Harness', 'Test::Harness', '5.6.0', '5.8.3');
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.48.tar.gz', 'Test-Harness', 'Test::Harness', '5.6.0', '5.8.3');
};

group "archiving" => sub {
Expand Down
6 changes: 3 additions & 3 deletions scripts/darwin/cpanfile.snapshot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# carton snapshot format: version 1.0
DISTRIBUTIONS
CPAN-Perl-Releases-5.20230920
pathname: B/BI/BINGOS/CPAN-Perl-Releases-5.20230920.tar.gz
CPAN-Perl-Releases-5.20231129
pathname: B/BI/BINGOS/CPAN-Perl-Releases-5.20231129.tar.gz
provides:
CPAN::Perl::Releases 5.20230920
CPAN::Perl::Releases 5.20231129
requirements:
ExtUtils::MakeMaker 0
perl 5.006000
Expand Down
14 changes: 7 additions & 7 deletions scripts/linux/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz', 'JSON', 'JSON', '5.5.3');

# Cpanel::JSON::XS
cpan_install('https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.36.tar.gz', 'Cpanel-JSON-XS', 'Cpanel::JSON::XS', '5.6.2');
cpan_install('https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.37.tar.gz', 'Cpanel-JSON-XS', 'Cpanel::JSON::XS', '5.6.2');

# some requirements of JSON::XS
cpan_install('https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz', 'Canary-Stability', 'Canary::Stability', '5.8.3');
Expand All @@ -149,17 +149,17 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/C/CO/CORION/parent-0.241.tar.gz', 'parent', 'parent', '5.6.0', '5.10.1');
cpan_install('https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/File-Path-2.18.tar.gz', 'File-Path', 'File::Path', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.63.tar.gz', 'Scalar-List-Utils', 'Scalar::Util', '5.6.0', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/T/TO/TODDR/Exporter-5.77.tar.gz', 'Exporter', 'Exporter', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/T/TO/TODDR/Exporter-5.78.tar.gz', 'Exporter', 'Exporter', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Temp-0.2311.tar.gz', 'File-Temp', 'File::Temp', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/JSON-PP-Compat5006-1.09.tar.gz', 'JSON-PP-Compat5006', 'JSON::PP::Compat5006', '5.6.0', '5.8.0');
# JSON::PP
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-PP-4.16.tar.gz', 'JSON-PP', 'JSON::PP', '5.6.0');

# JSON::MaybeXS
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004004.tar.gz', 'JSON-MaybeXS', 'JSON::MaybeXS', '5.6.0');
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004005.tar.gz', 'JSON-MaybeXS', 'JSON::MaybeXS', '5.6.0');

# YAML
cpan_install('https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-1.30.tar.gz', 'YAML', 'YAML', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-1.31.tar.gz', 'YAML', 'YAML', '5.8.1');

# YAML::Tiny
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.74.tar.gz', 'YAML-Tiny', 'YAML::Tiny', '5.8.1');
Expand All @@ -173,15 +173,15 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.92.tar.gz', 'Net-SSLeay', 'Net::SSLeay', '5.8.1');

# Mozilla::CA
cpan_install('https://cpan.metacpan.org/authors/id/H/HA/HAARG/Mozilla-CA-20221114.tar.gz', 'Mozilla-CA', 'Mozilla::CA', '5.6.0');
cpan_install('https://cpan.metacpan.org/authors/id/L/LW/LWP/Mozilla-CA-20231213.tar.gz', 'Mozilla-CA', 'Mozilla::CA', '5.6.0');

# IO::Socket::SSL
local $ENV{NO_NETWORK_TESTING} = 1;
local $ENV{PERL_MM_USE_DEFAULT} = 1;
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.083.tar.gz', 'IO-Socket-SSL', 'IO::Socket::SSL', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.084.tar.gz', 'IO-Socket-SSL', 'IO::Socket::SSL', '5.8.1');

# Test::Harness
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.44.tar.gz', 'Test-Harness', 'Test::Harness', '5.6.0', '5.8.3');
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.48.tar.gz', 'Test-Harness', 'Test::Harness', '5.6.0', '5.8.3');
};

group "archiving" => sub {
Expand Down
6 changes: 3 additions & 3 deletions scripts/linux/cpanfile.snapshot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# carton snapshot format: version 1.0
DISTRIBUTIONS
CPAN-Perl-Releases-5.20230920
pathname: B/BI/BINGOS/CPAN-Perl-Releases-5.20230920.tar.gz
CPAN-Perl-Releases-5.20231129
pathname: B/BI/BINGOS/CPAN-Perl-Releases-5.20231129.tar.gz
provides:
CPAN::Perl::Releases 5.20230920
CPAN::Perl::Releases 5.20231129
requirements:
ExtUtils::MakeMaker 0
perl 5.006000
Expand Down
14 changes: 7 additions & 7 deletions scripts/windows/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz', 'JSON', 'JSON', '5.5.3');

# Cpanel::JSON::XS
cpan_install('https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.36.tar.gz', 'Cpanel-JSON-XS', 'Cpanel::JSON::XS', '5.6.2');
cpan_install('https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.37.tar.gz', 'Cpanel-JSON-XS', 'Cpanel::JSON::XS', '5.6.2');

# some requirements of JSON::XS
cpan_install('https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz', 'Canary-Stability', 'Canary::Stability', '5.8.3');
Expand All @@ -215,17 +215,17 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/C/CO/CORION/parent-0.241.tar.gz', 'parent', 'parent', '5.6.0', '5.10.1');
cpan_install('https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/File-Path-2.18.tar.gz', 'File-Path', 'File::Path', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.63.tar.gz', 'Scalar-List-Utils', 'Scalar::Util', '5.6.0', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/T/TO/TODDR/Exporter-5.77.tar.gz', 'Exporter', 'Exporter', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/T/TO/TODDR/Exporter-5.78.tar.gz', 'Exporter', 'Exporter', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Temp-0.2311.tar.gz', 'File-Temp', 'File::Temp', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/JSON-PP-Compat5006-1.09.tar.gz', 'JSON-PP-Compat5006', 'JSON::PP::Compat5006', '5.6.0', '5.8.0');
# JSON::PP
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-PP-4.16.tar.gz', 'JSON-PP', 'JSON::PP', '5.6.0');

# JSON::MaybeXS
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004004.tar.gz', 'JSON-MaybeXS', 'JSON::MaybeXS', '5.6.0');
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004005.tar.gz', 'JSON-MaybeXS', 'JSON::MaybeXS', '5.6.0');

# YAML
cpan_install('https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-1.30.tar.gz', 'YAML', 'YAML', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-1.31.tar.gz', 'YAML', 'YAML', '5.8.1');

# YAML::Tiny
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.74.tar.gz', 'YAML-Tiny', 'YAML::Tiny', '5.8.1');
Expand All @@ -239,7 +239,7 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.92.tar.gz', 'Net-SSLeay', 'Net::SSLeay', '5.8.1');

# Mozilla::CA
cpan_install('https://cpan.metacpan.org/authors/id/H/HA/HAARG/Mozilla-CA-20221114.tar.gz', 'Mozilla-CA', 'Mozilla::CA', '5.6.0');
cpan_install('https://cpan.metacpan.org/authors/id/L/LW/LWP/Mozilla-CA-20231213.tar.gz', 'Mozilla-CA', 'Mozilla::CA', '5.6.0');


# IO::Socket::SSL
Expand All @@ -248,10 +248,10 @@ sub run {
# https://github.com/shogo82148/actions-setup-perl/pull/480#issuecomment-735391122
local $ENV{NO_NETWORK_TESTING} = 1;
local $ENV{PERL_MM_USE_DEFAULT} = 1;
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.083.tar.gz', 'IO-Socket-SSL', 'IO::Socket::SSL', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.084.tar.gz', 'IO-Socket-SSL', 'IO::Socket::SSL', '5.8.1');

# Test::Harness
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.44.tar.gz', 'Test-Harness', 'Test::Harness', '5.6.0', '5.8.3');
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.48.tar.gz', 'Test-Harness', 'Test::Harness', '5.6.0', '5.8.3');
};

group "archiving" => sub {
Expand Down
34 changes: 17 additions & 17 deletions scripts/windows/cpanfile.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ DISTRIBUTIONS
perl 5.008001
strict 0
warnings 0
HTTP-Cookies-6.10
pathname: O/OA/OALDERS/HTTP-Cookies-6.10.tar.gz
HTTP-Cookies-6.11
pathname: O/OA/OALDERS/HTTP-Cookies-6.11.tar.gz
provides:
HTTP::Cookies 6.10
HTTP::Cookies::Microsoft 6.10
HTTP::Cookies::Netscape 6.10
HTTP::Cookies 6.11
HTTP::Cookies::Microsoft 6.11
HTTP::Cookies::Netscape 6.11
requirements:
Carp 0
ExtUtils::MakeMaker 0
Expand Down Expand Up @@ -252,18 +252,18 @@ DISTRIBUTIONS
Exporter 5.57
ExtUtils::MakeMaker 0
perl 5.008
IO-Socket-SSL-2.083
pathname: S/SU/SULLR/IO-Socket-SSL-2.083.tar.gz
IO-Socket-SSL-2.084
pathname: S/SU/SULLR/IO-Socket-SSL-2.084.tar.gz
provides:
IO::Socket::SSL 2.083
IO::Socket::SSL 2.084
IO::Socket::SSL::Intercept 2.056
IO::Socket::SSL::OCSP_Cache 2.083
IO::Socket::SSL::OCSP_Resolver 2.083
IO::Socket::SSL::OCSP_Cache 2.084
IO::Socket::SSL::OCSP_Resolver 2.084
IO::Socket::SSL::PublicSuffix undef
IO::Socket::SSL::SSL_Context 2.083
IO::Socket::SSL::SSL_HANDLE 2.083
IO::Socket::SSL::Session_Cache 2.083
IO::Socket::SSL::Trace 2.083
IO::Socket::SSL::SSL_Context 2.084
IO::Socket::SSL::SSL_HANDLE 2.084
IO::Socket::SSL::Session_Cache 2.084
IO::Socket::SSL::Trace 2.084
IO::Socket::SSL::Utils 2.015
requirements:
ExtUtils::MakeMaker 0
Expand Down Expand Up @@ -385,10 +385,10 @@ DISTRIBUTIONS
if 0
perl 5.005030
strict 0
Mozilla-CA-20230821
pathname: L/LW/LWP/Mozilla-CA-20230821.tar.gz
Mozilla-CA-20231213
pathname: L/LW/LWP/Mozilla-CA-20231213.tar.gz
provides:
Mozilla::CA 20230821
Mozilla::CA 20231213
requirements:
ExtUtils::MakeMaker 0
Net-HTTP-6.23
Expand Down