From 6ed79d4470a40d76e188cd49a6e98556a140af21 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Fri, 30 Aug 2024 08:31:14 +0000 Subject: [PATCH 1/2] config.yml: 5.41.2 -> 5.41.3 --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index cf0db5d4..134c40e3 100644 --- a/config.yml +++ b/config.yml @@ -8,8 +8,8 @@ options: threaded: "-Dusethreads" releases: - - version: 5.41.2 - sha256: 4b8fb14e213cd1b0a6715c3d2d08a833a2ce51ca793f14acecf4799d3a651771 + - version: 5.41.3 + sha256: 7b9cd0f84a5350ea485ae6c57f3231d338f8a00c23f193db3964a60d38cf8850 extra_flags: "-Dusedevel -Dversiononly=undef" debian_release: - bullseye From 77bdfbe8a0a7b36b4d8067814ba07e35be535e24 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Fri, 30 Aug 2024 09:04:37 +0000 Subject: [PATCH 2/2] :gear: Regenerate Dockerfiles --- 5.036.003-main,threaded-bookworm/Dockerfile | 4 +++- 5.036.003-main,threaded-bullseye/Dockerfile | 4 +++- 5.036.003-main-bookworm/Dockerfile | 4 +++- 5.036.003-main-bullseye/Dockerfile | 4 +++- 5.036.003-slim,threaded-bookworm/Dockerfile | 4 +++- 5.036.003-slim,threaded-bullseye/Dockerfile | 4 +++- 5.036.003-slim-bookworm/Dockerfile | 4 +++- 5.036.003-slim-bullseye/Dockerfile | 4 +++- 5.038.002-main,threaded-bookworm/Dockerfile | 4 +++- 5.038.002-main,threaded-bullseye/Dockerfile | 4 +++- 5.038.002-main-bookworm/Dockerfile | 4 +++- 5.038.002-main-bullseye/Dockerfile | 4 +++- 5.038.002-slim,threaded-bookworm/Dockerfile | 4 +++- 5.038.002-slim,threaded-bullseye/Dockerfile | 4 +++- 5.038.002-slim-bookworm/Dockerfile | 4 +++- 5.038.002-slim-bullseye/Dockerfile | 4 +++- 5.040.000-main,threaded-bookworm/Dockerfile | 4 +++- 5.040.000-main,threaded-bullseye/Dockerfile | 4 +++- 5.040.000-main-bookworm/Dockerfile | 4 +++- 5.040.000-main-bullseye/Dockerfile | 4 +++- 5.040.000-slim,threaded-bookworm/Dockerfile | 4 +++- 5.040.000-slim,threaded-bullseye/Dockerfile | 4 +++- 5.040.000-slim-bookworm/Dockerfile | 4 +++- 5.040.000-slim-bullseye/Dockerfile | 4 +++- .../Dockerfile | 14 ++++++++------ .../Dockerfile | 14 ++++++++------ .../Dockerfile | 14 ++++++++------ .../Dockerfile | 14 ++++++++------ .../Dockerfile | 14 ++++++++------ .../Dockerfile | 14 ++++++++------ .../Dockerfile | 14 ++++++++------ .../Dockerfile | 14 ++++++++------ 32 files changed, 136 insertions(+), 72 deletions(-) rename {5.041.002-main,threaded-bookworm => 5.041.003-main,threaded-bookworm}/Dockerfile (79%) rename {5.041.002-main,threaded-bullseye => 5.041.003-main,threaded-bullseye}/Dockerfile (79%) rename {5.041.002-main-bookworm => 5.041.003-main-bookworm}/Dockerfile (78%) rename {5.041.002-main-bullseye => 5.041.003-main-bullseye}/Dockerfile (78%) rename {5.041.002-slim,threaded-bookworm => 5.041.003-slim,threaded-bookworm}/Dockerfile (83%) rename {5.041.002-slim,threaded-bullseye => 5.041.003-slim,threaded-bullseye}/Dockerfile (83%) rename {5.041.002-slim-bookworm => 5.041.003-slim-bookworm}/Dockerfile (83%) rename {5.041.002-slim-bullseye => 5.041.003-slim-bullseye}/Dockerfile (83%) diff --git a/5.036.003-main,threaded-bookworm/Dockerfile b/5.036.003-main,threaded-bookworm/Dockerfile index c1d297f7..ae57bfb3 100644 --- a/5.036.003-main,threaded-bookworm/Dockerfile +++ b/5.036.003-main,threaded-bookworm/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.036.003-main,threaded-bullseye/Dockerfile b/5.036.003-main,threaded-bullseye/Dockerfile index 00ecce6c..a44face6 100644 --- a/5.036.003-main,threaded-bullseye/Dockerfile +++ b/5.036.003-main,threaded-bullseye/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.036.003-main-bookworm/Dockerfile b/5.036.003-main-bookworm/Dockerfile index 94adef75..fb5dd917 100644 --- a/5.036.003-main-bookworm/Dockerfile +++ b/5.036.003-main-bookworm/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.036.003-main-bullseye/Dockerfile b/5.036.003-main-bullseye/Dockerfile index eaa0bad5..d39ac700 100644 --- a/5.036.003-main-bullseye/Dockerfile +++ b/5.036.003-main-bullseye/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.036.003-slim,threaded-bookworm/Dockerfile b/5.036.003-slim,threaded-bookworm/Dockerfile index 7d75e302..6143520a 100644 --- a/5.036.003-slim,threaded-bookworm/Dockerfile +++ b/5.036.003-slim,threaded-bookworm/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.036.003-slim,threaded-bullseye/Dockerfile b/5.036.003-slim,threaded-bullseye/Dockerfile index 099e4d67..67f2eb95 100644 --- a/5.036.003-slim,threaded-bullseye/Dockerfile +++ b/5.036.003-slim,threaded-bullseye/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.036.003-slim-bookworm/Dockerfile b/5.036.003-slim-bookworm/Dockerfile index a954182d..67425d52 100644 --- a/5.036.003-slim-bookworm/Dockerfile +++ b/5.036.003-slim-bookworm/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.036.003-slim-bullseye/Dockerfile b/5.036.003-slim-bullseye/Dockerfile index 5f5edc8c..2b13e75d 100644 --- a/5.036.003-slim-bullseye/Dockerfile +++ b/5.036.003-slim-bullseye/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.038.002-main,threaded-bookworm/Dockerfile b/5.038.002-main,threaded-bookworm/Dockerfile index 10a25e08..42e75e55 100644 --- a/5.038.002-main,threaded-bookworm/Dockerfile +++ b/5.038.002-main,threaded-bookworm/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.038.002-main,threaded-bullseye/Dockerfile b/5.038.002-main,threaded-bullseye/Dockerfile index 12490413..99f666f3 100644 --- a/5.038.002-main,threaded-bullseye/Dockerfile +++ b/5.038.002-main,threaded-bullseye/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.038.002-main-bookworm/Dockerfile b/5.038.002-main-bookworm/Dockerfile index 49b5d3f3..0a63392b 100644 --- a/5.038.002-main-bookworm/Dockerfile +++ b/5.038.002-main-bookworm/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.038.002-main-bullseye/Dockerfile b/5.038.002-main-bullseye/Dockerfile index eda627e9..766472ca 100644 --- a/5.038.002-main-bullseye/Dockerfile +++ b/5.038.002-main-bullseye/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.038.002-slim,threaded-bookworm/Dockerfile b/5.038.002-slim,threaded-bookworm/Dockerfile index 528a49a6..b4a57878 100644 --- a/5.038.002-slim,threaded-bookworm/Dockerfile +++ b/5.038.002-slim,threaded-bookworm/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.038.002-slim,threaded-bullseye/Dockerfile b/5.038.002-slim,threaded-bullseye/Dockerfile index 792f2a74..9b7463a5 100644 --- a/5.038.002-slim,threaded-bullseye/Dockerfile +++ b/5.038.002-slim,threaded-bullseye/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.038.002-slim-bookworm/Dockerfile b/5.038.002-slim-bookworm/Dockerfile index ea0c6a2d..e2690163 100644 --- a/5.038.002-slim-bookworm/Dockerfile +++ b/5.038.002-slim-bookworm/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.038.002-slim-bullseye/Dockerfile b/5.038.002-slim-bullseye/Dockerfile index cbba6bad..1a33ef20 100644 --- a/5.038.002-slim-bullseye/Dockerfile +++ b/5.038.002-slim-bullseye/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.040.000-main,threaded-bookworm/Dockerfile b/5.040.000-main,threaded-bookworm/Dockerfile index 89157a9b..9c6d18df 100644 --- a/5.040.000-main,threaded-bookworm/Dockerfile +++ b/5.040.000-main,threaded-bookworm/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.040.000-main,threaded-bullseye/Dockerfile b/5.040.000-main,threaded-bullseye/Dockerfile index 89ac55cf..1c4e11a5 100644 --- a/5.040.000-main,threaded-bullseye/Dockerfile +++ b/5.040.000-main,threaded-bullseye/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.040.000-main-bookworm/Dockerfile b/5.040.000-main-bookworm/Dockerfile index cbdb5489..9468f727 100644 --- a/5.040.000-main-bookworm/Dockerfile +++ b/5.040.000-main-bookworm/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.040.000-main-bullseye/Dockerfile b/5.040.000-main-bullseye/Dockerfile index be4777c6..0e6a17c7 100644 --- a/5.040.000-main-bullseye/Dockerfile +++ b/5.040.000-main-bullseye/Dockerfile @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.040.000-slim,threaded-bookworm/Dockerfile b/5.040.000-slim,threaded-bookworm/Dockerfile index 107e741c..010a8167 100644 --- a/5.040.000-slim,threaded-bookworm/Dockerfile +++ b/5.040.000-slim,threaded-bookworm/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.040.000-slim,threaded-bullseye/Dockerfile b/5.040.000-slim,threaded-bullseye/Dockerfile index c6163c28..24955a71 100644 --- a/5.040.000-slim,threaded-bullseye/Dockerfile +++ b/5.040.000-slim,threaded-bullseye/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.040.000-slim-bookworm/Dockerfile b/5.040.000-slim-bookworm/Dockerfile index e6749fd7..221afe65 100644 --- a/5.040.000-slim-bookworm/Dockerfile +++ b/5.040.000-slim-bookworm/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.040.000-slim-bullseye/Dockerfile b/5.040.000-slim-bullseye/Dockerfile index 5c984ebb..b3a207b6 100644 --- a/5.040.000-slim-bullseye/Dockerfile +++ b/5.040.000-slim-bullseye/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ diff --git a/5.041.002-main,threaded-bookworm/Dockerfile b/5.041.003-main,threaded-bookworm/Dockerfile similarity index 79% rename from 5.041.002-main,threaded-bookworm/Dockerfile rename to 5.041.003-main,threaded-bookworm/Dockerfile index 0de7f088..aee199fb 100644 --- a/5.041.002-main,threaded-bookworm/Dockerfile +++ b/5.041.003-main,threaded-bookworm/Dockerfile @@ -4,10 +4,10 @@ FROM buildpack-deps:bookworm WORKDIR /usr/src/perl RUN true \ - && curl -fL https://cpan.metacpan.org/authors/id/E/ET/ETHER/perl-5.41.2.tar.gz -o perl-5.41.2.tar.gz \ - && echo '4b8fb14e213cd1b0a6715c3d2d08a833a2ce51ca793f14acecf4799d3a651771 *perl-5.41.2.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.41.2.tar.gz -C /usr/src/perl \ - && rm perl-5.41.2.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/B/BO/BOOK/perl-5.41.3.tar.gz -o perl-5.41.3.tar.gz \ + && echo '7b9cd0f84a5350ea485ae6c57f3231d338f8a00c23f193db3964a60d38cf8850 *perl-5.41.3.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.3.tar.gz -C /usr/src/perl \ + && rm perl-5.41.3.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ @@ -36,4 +38,4 @@ RUN true \ WORKDIR /usr/src/app -CMD ["perl5.41.2","-de0"] +CMD ["perl5.41.3","-de0"] diff --git a/5.041.002-main,threaded-bullseye/Dockerfile b/5.041.003-main,threaded-bullseye/Dockerfile similarity index 79% rename from 5.041.002-main,threaded-bullseye/Dockerfile rename to 5.041.003-main,threaded-bullseye/Dockerfile index d5b1c51e..8f040c03 100644 --- a/5.041.002-main,threaded-bullseye/Dockerfile +++ b/5.041.003-main,threaded-bullseye/Dockerfile @@ -4,10 +4,10 @@ FROM buildpack-deps:bullseye WORKDIR /usr/src/perl RUN true \ - && curl -fL https://cpan.metacpan.org/authors/id/E/ET/ETHER/perl-5.41.2.tar.gz -o perl-5.41.2.tar.gz \ - && echo '4b8fb14e213cd1b0a6715c3d2d08a833a2ce51ca793f14acecf4799d3a651771 *perl-5.41.2.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.41.2.tar.gz -C /usr/src/perl \ - && rm perl-5.41.2.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/B/BO/BOOK/perl-5.41.3.tar.gz -o perl-5.41.3.tar.gz \ + && echo '7b9cd0f84a5350ea485ae6c57f3231d338f8a00c23f193db3964a60d38cf8850 *perl-5.41.3.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.3.tar.gz -C /usr/src/perl \ + && rm perl-5.41.3.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ @@ -36,4 +38,4 @@ RUN true \ WORKDIR /usr/src/app -CMD ["perl5.41.2","-de0"] +CMD ["perl5.41.3","-de0"] diff --git a/5.041.002-main-bookworm/Dockerfile b/5.041.003-main-bookworm/Dockerfile similarity index 78% rename from 5.041.002-main-bookworm/Dockerfile rename to 5.041.003-main-bookworm/Dockerfile index ba602f2e..cdf976ae 100644 --- a/5.041.002-main-bookworm/Dockerfile +++ b/5.041.003-main-bookworm/Dockerfile @@ -4,10 +4,10 @@ FROM buildpack-deps:bookworm WORKDIR /usr/src/perl RUN true \ - && curl -fL https://cpan.metacpan.org/authors/id/E/ET/ETHER/perl-5.41.2.tar.gz -o perl-5.41.2.tar.gz \ - && echo '4b8fb14e213cd1b0a6715c3d2d08a833a2ce51ca793f14acecf4799d3a651771 *perl-5.41.2.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.41.2.tar.gz -C /usr/src/perl \ - && rm perl-5.41.2.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/B/BO/BOOK/perl-5.41.3.tar.gz -o perl-5.41.3.tar.gz \ + && echo '7b9cd0f84a5350ea485ae6c57f3231d338f8a00c23f193db3964a60d38cf8850 *perl-5.41.3.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.3.tar.gz -C /usr/src/perl \ + && rm perl-5.41.3.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ @@ -36,4 +38,4 @@ RUN true \ WORKDIR /usr/src/app -CMD ["perl5.41.2","-de0"] +CMD ["perl5.41.3","-de0"] diff --git a/5.041.002-main-bullseye/Dockerfile b/5.041.003-main-bullseye/Dockerfile similarity index 78% rename from 5.041.002-main-bullseye/Dockerfile rename to 5.041.003-main-bullseye/Dockerfile index 7886165a..f30bd07e 100644 --- a/5.041.002-main-bullseye/Dockerfile +++ b/5.041.003-main-bullseye/Dockerfile @@ -4,10 +4,10 @@ FROM buildpack-deps:bullseye WORKDIR /usr/src/perl RUN true \ - && curl -fL https://cpan.metacpan.org/authors/id/E/ET/ETHER/perl-5.41.2.tar.gz -o perl-5.41.2.tar.gz \ - && echo '4b8fb14e213cd1b0a6715c3d2d08a833a2ce51ca793f14acecf4799d3a651771 *perl-5.41.2.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.41.2.tar.gz -C /usr/src/perl \ - && rm perl-5.41.2.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/B/BO/BOOK/perl-5.41.3.tar.gz -o perl-5.41.3.tar.gz \ + && echo '7b9cd0f84a5350ea485ae6c57f3231d338f8a00c23f193db3964a60d38cf8850 *perl-5.41.3.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.3.tar.gz -C /usr/src/perl \ + && rm perl-5.41.3.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -19,7 +19,9 @@ RUN true \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ @@ -36,4 +38,4 @@ RUN true \ WORKDIR /usr/src/app -CMD ["perl5.41.2","-de0"] +CMD ["perl5.41.3","-de0"] diff --git a/5.041.002-slim,threaded-bookworm/Dockerfile b/5.041.003-slim,threaded-bookworm/Dockerfile similarity index 83% rename from 5.041.002-slim,threaded-bookworm/Dockerfile rename to 5.041.003-slim,threaded-bookworm/Dockerfile index 69813039..233abacb 100644 --- a/5.041.002-slim,threaded-bookworm/Dockerfile +++ b/5.041.003-slim,threaded-bookworm/Dockerfile @@ -25,10 +25,10 @@ RUN apt-get update \ zlib1g-dev \ xz-utils \ libssl-dev \ - && curl -fL https://cpan.metacpan.org/authors/id/E/ET/ETHER/perl-5.41.2.tar.gz -o perl-5.41.2.tar.gz \ - && echo '4b8fb14e213cd1b0a6715c3d2d08a833a2ce51ca793f14acecf4799d3a651771 *perl-5.41.2.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.41.2.tar.gz -C /usr/src/perl \ - && rm perl-5.41.2.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/B/BO/BOOK/perl-5.41.3.tar.gz -o perl-5.41.3.tar.gz \ + && echo '7b9cd0f84a5350ea485ae6c57f3231d338f8a00c23f193db3964a60d38cf8850 *perl-5.41.3.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.3.tar.gz -C /usr/src/perl \ + && rm perl-5.41.3.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ @@ -61,4 +63,4 @@ RUN apt-get update \ WORKDIR /usr/src/app -CMD ["perl5.41.2","-de0"] +CMD ["perl5.41.3","-de0"] diff --git a/5.041.002-slim,threaded-bullseye/Dockerfile b/5.041.003-slim,threaded-bullseye/Dockerfile similarity index 83% rename from 5.041.002-slim,threaded-bullseye/Dockerfile rename to 5.041.003-slim,threaded-bullseye/Dockerfile index 11d61f16..26baed21 100644 --- a/5.041.002-slim,threaded-bullseye/Dockerfile +++ b/5.041.003-slim,threaded-bullseye/Dockerfile @@ -25,10 +25,10 @@ RUN apt-get update \ zlib1g-dev \ xz-utils \ libssl-dev \ - && curl -fL https://cpan.metacpan.org/authors/id/E/ET/ETHER/perl-5.41.2.tar.gz -o perl-5.41.2.tar.gz \ - && echo '4b8fb14e213cd1b0a6715c3d2d08a833a2ce51ca793f14acecf4799d3a651771 *perl-5.41.2.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.41.2.tar.gz -C /usr/src/perl \ - && rm perl-5.41.2.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/B/BO/BOOK/perl-5.41.3.tar.gz -o perl-5.41.3.tar.gz \ + && echo '7b9cd0f84a5350ea485ae6c57f3231d338f8a00c23f193db3964a60d38cf8850 *perl-5.41.3.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.3.tar.gz -C /usr/src/perl \ + && rm perl-5.41.3.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ @@ -61,4 +63,4 @@ RUN apt-get update \ WORKDIR /usr/src/app -CMD ["perl5.41.2","-de0"] +CMD ["perl5.41.3","-de0"] diff --git a/5.041.002-slim-bookworm/Dockerfile b/5.041.003-slim-bookworm/Dockerfile similarity index 83% rename from 5.041.002-slim-bookworm/Dockerfile rename to 5.041.003-slim-bookworm/Dockerfile index f9759856..aac4e1b2 100644 --- a/5.041.002-slim-bookworm/Dockerfile +++ b/5.041.003-slim-bookworm/Dockerfile @@ -25,10 +25,10 @@ RUN apt-get update \ zlib1g-dev \ xz-utils \ libssl-dev \ - && curl -fL https://cpan.metacpan.org/authors/id/E/ET/ETHER/perl-5.41.2.tar.gz -o perl-5.41.2.tar.gz \ - && echo '4b8fb14e213cd1b0a6715c3d2d08a833a2ce51ca793f14acecf4799d3a651771 *perl-5.41.2.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.41.2.tar.gz -C /usr/src/perl \ - && rm perl-5.41.2.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/B/BO/BOOK/perl-5.41.3.tar.gz -o perl-5.41.3.tar.gz \ + && echo '7b9cd0f84a5350ea485ae6c57f3231d338f8a00c23f193db3964a60d38cf8850 *perl-5.41.3.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.3.tar.gz -C /usr/src/perl \ + && rm perl-5.41.3.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ @@ -61,4 +63,4 @@ RUN apt-get update \ WORKDIR /usr/src/app -CMD ["perl5.41.2","-de0"] +CMD ["perl5.41.3","-de0"] diff --git a/5.041.002-slim-bullseye/Dockerfile b/5.041.003-slim-bullseye/Dockerfile similarity index 83% rename from 5.041.002-slim-bullseye/Dockerfile rename to 5.041.003-slim-bullseye/Dockerfile index 928c0c53..7d6f5ca5 100644 --- a/5.041.002-slim-bullseye/Dockerfile +++ b/5.041.003-slim-bullseye/Dockerfile @@ -25,10 +25,10 @@ RUN apt-get update \ zlib1g-dev \ xz-utils \ libssl-dev \ - && curl -fL https://cpan.metacpan.org/authors/id/E/ET/ETHER/perl-5.41.2.tar.gz -o perl-5.41.2.tar.gz \ - && echo '4b8fb14e213cd1b0a6715c3d2d08a833a2ce51ca793f14acecf4799d3a651771 *perl-5.41.2.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.41.2.tar.gz -C /usr/src/perl \ - && rm perl-5.41.2.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/B/BO/BOOK/perl-5.41.3.tar.gz -o perl-5.41.3.tar.gz \ + && echo '7b9cd0f84a5350ea485ae6c57f3231d338f8a00c23f193db3964a60d38cf8850 *perl-5.41.3.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.3.tar.gz -C /usr/src/perl \ + && rm perl-5.41.3.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -40,7 +40,9 @@ RUN apt-get update \ && cd /usr/src \ && curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \ && echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \ - && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 && perl bin/cpanm . && cd /root \ + && tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \ + && perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \ + && perl bin/cpanm . && cd /root \ && curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \ && echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \ && cpanm --from $PWD Net-SSLeay-1.94.tar.gz \ @@ -61,4 +63,4 @@ RUN apt-get update \ WORKDIR /usr/src/app -CMD ["perl5.41.2","-de0"] +CMD ["perl5.41.3","-de0"]