From 5d8e84b205e15b6c2b1758e0ce846d9a90a41e07 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Sat, 21 Sep 2024 00:36:19 +0800 Subject: [PATCH 1/3] config.yml: 5.41.3 -> 5.41.4 --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 134c40e3..808651f5 100644 --- a/config.yml +++ b/config.yml @@ -8,8 +8,8 @@ options: threaded: "-Dusethreads" releases: - - version: 5.41.3 - sha256: 7b9cd0f84a5350ea485ae6c57f3231d338f8a00c23f193db3964a60d38cf8850 + - version: 5.41.4 + sha256: 402b2e10dc1a6249685f0cda5897959bfc079fc324b551a1c4771fe401563896 extra_flags: "-Dusedevel -Dversiononly=undef" debian_release: - bullseye From ec1d96c664d7f39a81fa2b025eb1511163d57f80 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Sat, 21 Sep 2024 00:37:12 +0800 Subject: [PATCH 2/3] :gear: Regenerate Dockerfiles --- .../Dockerfile | 10 +++++----- .../Dockerfile | 10 +++++----- .../Dockerfile | 10 +++++----- .../Dockerfile | 10 +++++----- .../Dockerfile | 10 +++++----- .../Dockerfile | 10 +++++----- .../Dockerfile | 10 +++++----- .../Dockerfile | 10 +++++----- 8 files changed, 40 insertions(+), 40 deletions(-) rename {5.041.003-main,threaded-bookworm => 5.041.004-main,threaded-bookworm}/Dockerfile (87%) rename {5.041.003-main,threaded-bullseye => 5.041.004-main,threaded-bullseye}/Dockerfile (87%) rename {5.041.003-main-bookworm => 5.041.004-main-bookworm}/Dockerfile (86%) rename {5.041.003-main-bullseye => 5.041.004-main-bullseye}/Dockerfile (86%) rename {5.041.003-slim,threaded-bookworm => 5.041.004-slim,threaded-bookworm}/Dockerfile (89%) rename {5.041.003-slim,threaded-bullseye => 5.041.004-slim,threaded-bullseye}/Dockerfile (89%) rename {5.041.003-slim-bookworm => 5.041.004-slim-bookworm}/Dockerfile (89%) rename {5.041.003-slim-bullseye => 5.041.004-slim-bullseye}/Dockerfile (89%) diff --git a/5.041.003-main,threaded-bookworm/Dockerfile b/5.041.004-main,threaded-bookworm/Dockerfile similarity index 87% rename from 5.041.003-main,threaded-bookworm/Dockerfile rename to 5.041.004-main,threaded-bookworm/Dockerfile index 8e95f8ff..1a9ef220 100644 --- a/5.041.003-main,threaded-bookworm/Dockerfile +++ b/5.041.004-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/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 \ + && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.41.4.tar.gz -o perl-5.41.4.tar.gz \ + && echo '402b2e10dc1a6249685f0cda5897959bfc079fc324b551a1c4771fe401563896 *perl-5.41.4.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.4.tar.gz -C /usr/src/perl \ + && rm perl-5.41.4.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -39,4 +39,4 @@ RUN true \ WORKDIR /usr/src/app -CMD ["perl5.41.3","-de0"] +CMD ["perl5.41.4","-de0"] diff --git a/5.041.003-main,threaded-bullseye/Dockerfile b/5.041.004-main,threaded-bullseye/Dockerfile similarity index 87% rename from 5.041.003-main,threaded-bullseye/Dockerfile rename to 5.041.004-main,threaded-bullseye/Dockerfile index a48632db..bf1ef558 100644 --- a/5.041.003-main,threaded-bullseye/Dockerfile +++ b/5.041.004-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/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 \ + && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.41.4.tar.gz -o perl-5.41.4.tar.gz \ + && echo '402b2e10dc1a6249685f0cda5897959bfc079fc324b551a1c4771fe401563896 *perl-5.41.4.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.4.tar.gz -C /usr/src/perl \ + && rm perl-5.41.4.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -39,4 +39,4 @@ RUN true \ WORKDIR /usr/src/app -CMD ["perl5.41.3","-de0"] +CMD ["perl5.41.4","-de0"] diff --git a/5.041.003-main-bookworm/Dockerfile b/5.041.004-main-bookworm/Dockerfile similarity index 86% rename from 5.041.003-main-bookworm/Dockerfile rename to 5.041.004-main-bookworm/Dockerfile index 54e73dae..16bdc9dd 100644 --- a/5.041.003-main-bookworm/Dockerfile +++ b/5.041.004-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/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 \ + && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.41.4.tar.gz -o perl-5.41.4.tar.gz \ + && echo '402b2e10dc1a6249685f0cda5897959bfc079fc324b551a1c4771fe401563896 *perl-5.41.4.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.4.tar.gz -C /usr/src/perl \ + && rm perl-5.41.4.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -39,4 +39,4 @@ RUN true \ WORKDIR /usr/src/app -CMD ["perl5.41.3","-de0"] +CMD ["perl5.41.4","-de0"] diff --git a/5.041.003-main-bullseye/Dockerfile b/5.041.004-main-bullseye/Dockerfile similarity index 86% rename from 5.041.003-main-bullseye/Dockerfile rename to 5.041.004-main-bullseye/Dockerfile index 6451fb46..b7398888 100644 --- a/5.041.003-main-bullseye/Dockerfile +++ b/5.041.004-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/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 \ + && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.41.4.tar.gz -o perl-5.41.4.tar.gz \ + && echo '402b2e10dc1a6249685f0cda5897959bfc079fc324b551a1c4771fe401563896 *perl-5.41.4.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.4.tar.gz -C /usr/src/perl \ + && rm perl-5.41.4.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -39,4 +39,4 @@ RUN true \ WORKDIR /usr/src/app -CMD ["perl5.41.3","-de0"] +CMD ["perl5.41.4","-de0"] diff --git a/5.041.003-slim,threaded-bookworm/Dockerfile b/5.041.004-slim,threaded-bookworm/Dockerfile similarity index 89% rename from 5.041.003-slim,threaded-bookworm/Dockerfile rename to 5.041.004-slim,threaded-bookworm/Dockerfile index 07256b55..9dac1e15 100644 --- a/5.041.003-slim,threaded-bookworm/Dockerfile +++ b/5.041.004-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/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 \ + && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.41.4.tar.gz -o perl-5.41.4.tar.gz \ + && echo '402b2e10dc1a6249685f0cda5897959bfc079fc324b551a1c4771fe401563896 *perl-5.41.4.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.4.tar.gz -C /usr/src/perl \ + && rm perl-5.41.4.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -64,4 +64,4 @@ RUN apt-get update \ WORKDIR /usr/src/app -CMD ["perl5.41.3","-de0"] +CMD ["perl5.41.4","-de0"] diff --git a/5.041.003-slim,threaded-bullseye/Dockerfile b/5.041.004-slim,threaded-bullseye/Dockerfile similarity index 89% rename from 5.041.003-slim,threaded-bullseye/Dockerfile rename to 5.041.004-slim,threaded-bullseye/Dockerfile index 622024e9..f3ed5856 100644 --- a/5.041.003-slim,threaded-bullseye/Dockerfile +++ b/5.041.004-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/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 \ + && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.41.4.tar.gz -o perl-5.41.4.tar.gz \ + && echo '402b2e10dc1a6249685f0cda5897959bfc079fc324b551a1c4771fe401563896 *perl-5.41.4.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.4.tar.gz -C /usr/src/perl \ + && rm perl-5.41.4.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -64,4 +64,4 @@ RUN apt-get update \ WORKDIR /usr/src/app -CMD ["perl5.41.3","-de0"] +CMD ["perl5.41.4","-de0"] diff --git a/5.041.003-slim-bookworm/Dockerfile b/5.041.004-slim-bookworm/Dockerfile similarity index 89% rename from 5.041.003-slim-bookworm/Dockerfile rename to 5.041.004-slim-bookworm/Dockerfile index 0ac4eb4f..ec7aa574 100644 --- a/5.041.003-slim-bookworm/Dockerfile +++ b/5.041.004-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/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 \ + && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.41.4.tar.gz -o perl-5.41.4.tar.gz \ + && echo '402b2e10dc1a6249685f0cda5897959bfc079fc324b551a1c4771fe401563896 *perl-5.41.4.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.4.tar.gz -C /usr/src/perl \ + && rm perl-5.41.4.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -64,4 +64,4 @@ RUN apt-get update \ WORKDIR /usr/src/app -CMD ["perl5.41.3","-de0"] +CMD ["perl5.41.4","-de0"] diff --git a/5.041.003-slim-bullseye/Dockerfile b/5.041.004-slim-bullseye/Dockerfile similarity index 89% rename from 5.041.003-slim-bullseye/Dockerfile rename to 5.041.004-slim-bullseye/Dockerfile index bc317951..b50efd5c 100644 --- a/5.041.003-slim-bullseye/Dockerfile +++ b/5.041.004-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/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 \ + && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.41.4.tar.gz -o perl-5.41.4.tar.gz \ + && echo '402b2e10dc1a6249685f0cda5897959bfc079fc324b551a1c4771fe401563896 *perl-5.41.4.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.41.4.tar.gz -C /usr/src/perl \ + && rm perl-5.41.4.tar.gz \ && cat *.patch | patch -p1 \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ && archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \ @@ -64,4 +64,4 @@ RUN apt-get update \ WORKDIR /usr/src/app -CMD ["perl5.41.3","-de0"] +CMD ["perl5.41.4","-de0"] From a65e98285b1df0ea6f8a35b0eed5c86400e0e156 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Sat, 21 Sep 2024 00:37:23 +0800 Subject: [PATCH 3/3] generate.pl: fix permissions --- generate.pl | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 generate.pl diff --git a/generate.pl b/generate.pl old mode 100644 new mode 100755