diff --git a/5.043.005-main,threaded-bookworm/Dockerfile b/5.043.006-main,threaded-bookworm/Dockerfile similarity index 87% rename from 5.043.005-main,threaded-bookworm/Dockerfile rename to 5.043.006-main,threaded-bookworm/Dockerfile index 79e99731..90aa338d 100644 --- a/5.043.005-main,threaded-bookworm/Dockerfile +++ b/5.043.006-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/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-main,threaded-bullseye/Dockerfile b/5.043.006-main,threaded-bullseye/Dockerfile similarity index 87% rename from 5.043.005-main,threaded-bullseye/Dockerfile rename to 5.043.006-main,threaded-bullseye/Dockerfile index 9bd2c030..738492c3 100644 --- a/5.043.005-main,threaded-bullseye/Dockerfile +++ b/5.043.006-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/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-main,threaded-trixie/Dockerfile b/5.043.006-main,threaded-trixie/Dockerfile similarity index 87% rename from 5.043.005-main,threaded-trixie/Dockerfile rename to 5.043.006-main,threaded-trixie/Dockerfile index e6ab5ab5..bd26bc5d 100644 --- a/5.043.005-main,threaded-trixie/Dockerfile +++ b/5.043.006-main,threaded-trixie/Dockerfile @@ -4,10 +4,10 @@ FROM buildpack-deps:trixie WORKDIR /usr/src/perl RUN true \ - && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-main-bookworm/Dockerfile b/5.043.006-main-bookworm/Dockerfile similarity index 87% rename from 5.043.005-main-bookworm/Dockerfile rename to 5.043.006-main-bookworm/Dockerfile index 517c271e..974e4844 100644 --- a/5.043.005-main-bookworm/Dockerfile +++ b/5.043.006-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/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-main-bullseye/Dockerfile b/5.043.006-main-bullseye/Dockerfile similarity index 87% rename from 5.043.005-main-bullseye/Dockerfile rename to 5.043.006-main-bullseye/Dockerfile index 596f73a6..e202dc43 100644 --- a/5.043.005-main-bullseye/Dockerfile +++ b/5.043.006-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/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-main-trixie/Dockerfile b/5.043.006-main-trixie/Dockerfile similarity index 87% rename from 5.043.005-main-trixie/Dockerfile rename to 5.043.006-main-trixie/Dockerfile index 2c8dcdb3..9b4c660d 100644 --- a/5.043.005-main-trixie/Dockerfile +++ b/5.043.006-main-trixie/Dockerfile @@ -4,10 +4,10 @@ FROM buildpack-deps:trixie WORKDIR /usr/src/perl RUN true \ - && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-slim,threaded-bookworm/Dockerfile b/5.043.006-slim,threaded-bookworm/Dockerfile similarity index 89% rename from 5.043.005-slim,threaded-bookworm/Dockerfile rename to 5.043.006-slim,threaded-bookworm/Dockerfile index a54aa655..eeffec4c 100644 --- a/5.043.005-slim,threaded-bookworm/Dockerfile +++ b/5.043.006-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/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-slim,threaded-bullseye/Dockerfile b/5.043.006-slim,threaded-bullseye/Dockerfile similarity index 89% rename from 5.043.005-slim,threaded-bullseye/Dockerfile rename to 5.043.006-slim,threaded-bullseye/Dockerfile index a8d2e5e1..3c6adb22 100644 --- a/5.043.005-slim,threaded-bullseye/Dockerfile +++ b/5.043.006-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/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-slim,threaded-trixie/Dockerfile b/5.043.006-slim,threaded-trixie/Dockerfile similarity index 89% rename from 5.043.005-slim,threaded-trixie/Dockerfile rename to 5.043.006-slim,threaded-trixie/Dockerfile index 31476d93..de3ff48e 100644 --- a/5.043.005-slim,threaded-trixie/Dockerfile +++ b/5.043.006-slim,threaded-trixie/Dockerfile @@ -25,10 +25,10 @@ RUN apt-get update \ zlib1g-dev \ xz-utils \ libssl-dev \ - && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-slim-bookworm/Dockerfile b/5.043.006-slim-bookworm/Dockerfile similarity index 89% rename from 5.043.005-slim-bookworm/Dockerfile rename to 5.043.006-slim-bookworm/Dockerfile index 80d79c8a..fd67311d 100644 --- a/5.043.005-slim-bookworm/Dockerfile +++ b/5.043.006-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/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-slim-bullseye/Dockerfile b/5.043.006-slim-bullseye/Dockerfile similarity index 89% rename from 5.043.005-slim-bullseye/Dockerfile rename to 5.043.006-slim-bullseye/Dockerfile index a220b921..c425b9da 100644 --- a/5.043.005-slim-bullseye/Dockerfile +++ b/5.043.006-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/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/5.043.005-slim-trixie/Dockerfile b/5.043.006-slim-trixie/Dockerfile similarity index 89% rename from 5.043.005-slim-trixie/Dockerfile rename to 5.043.006-slim-trixie/Dockerfile index 342ea648..1d8900e7 100644 --- a/5.043.005-slim-trixie/Dockerfile +++ b/5.043.006-slim-trixie/Dockerfile @@ -25,10 +25,10 @@ RUN apt-get update \ zlib1g-dev \ xz-utils \ libssl-dev \ - && curl -fL https://cpan.metacpan.org/authors/id/C/CO/CONTRA/perl-5.43.5.tar.gz -o perl-5.43.5.tar.gz \ - && echo '4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 *perl-5.43.5.tar.gz' | sha256sum --strict --check - \ - && tar --strip-components=1 -xaf perl-5.43.5.tar.gz -C /usr/src/perl \ - && rm perl-5.43.5.tar.gz \ + && curl -fL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.43.6.tar.gz -o perl-5.43.6.tar.gz \ + && echo 'c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 *perl-5.43.6.tar.gz' | sha256sum --strict --check - \ + && tar --strip-components=1 -xaf perl-5.43.6.tar.gz -C /usr/src/perl \ + && rm perl-5.43.6.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.43.5","-de0"] +CMD ["perl5.43.6","-de0"] diff --git a/config.yml b/config.yml index fdac3494..54339594 100644 --- a/config.yml +++ b/config.yml @@ -8,8 +8,8 @@ options: threaded: "-Dusethreads" releases: - - version: 5.43.5 - sha256: 4232e7a164873e687df929152ee7bbbf075c1d547bccba3d50353f81a897c259 + - version: 5.43.6 + sha256: c93a24d245b9f8e2a5bee6bc17d670f556ba3e75a3e090728b2210ec3323f136 extra_flags: "-Dusedevel -Dversiononly=undef" debian_release: - bullseye