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

perldevel: 5.41.4 -> 5.41.5 #175

Merged
merged 2 commits into from
Oct 21, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.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 \
&& curl -fL https://cpan.metacpan.org/authors/id/H/HY/HYDAHY/perl-5.41.5.tar.gz -o perl-5.41.5.tar.gz \
&& echo '844d47856b8347fba553c90fa10e76de7ae579f81ed5312acf5f638d72079df4 *perl-5.41.5.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.41.5.tar.gz -C /usr/src/perl \
&& rm perl-5.41.5.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -39,4 +39,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.41.4","-de0"]
CMD ["perl5.41.5","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -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.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 \
&& curl -fL https://cpan.metacpan.org/authors/id/H/HY/HYDAHY/perl-5.41.5.tar.gz -o perl-5.41.5.tar.gz \
&& echo '844d47856b8347fba553c90fa10e76de7ae579f81ed5312acf5f638d72079df4 *perl-5.41.5.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.41.5.tar.gz -C /usr/src/perl \
&& rm perl-5.41.5.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -39,4 +39,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.41.4","-de0"]
CMD ["perl5.41.5","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -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.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 \
&& curl -fL https://cpan.metacpan.org/authors/id/H/HY/HYDAHY/perl-5.41.5.tar.gz -o perl-5.41.5.tar.gz \
&& echo '844d47856b8347fba553c90fa10e76de7ae579f81ed5312acf5f638d72079df4 *perl-5.41.5.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.41.5.tar.gz -C /usr/src/perl \
&& rm perl-5.41.5.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -39,4 +39,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.41.4","-de0"]
CMD ["perl5.41.5","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -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.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 \
&& curl -fL https://cpan.metacpan.org/authors/id/H/HY/HYDAHY/perl-5.41.5.tar.gz -o perl-5.41.5.tar.gz \
&& echo '844d47856b8347fba553c90fa10e76de7ae579f81ed5312acf5f638d72079df4 *perl-5.41.5.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.41.5.tar.gz -C /usr/src/perl \
&& rm perl-5.41.5.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -39,4 +39,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.41.4","-de0"]
CMD ["perl5.41.5","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -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.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 \
&& curl -fL https://cpan.metacpan.org/authors/id/H/HY/HYDAHY/perl-5.41.5.tar.gz -o perl-5.41.5.tar.gz \
&& echo '844d47856b8347fba553c90fa10e76de7ae579f81ed5312acf5f638d72079df4 *perl-5.41.5.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.41.5.tar.gz -C /usr/src/perl \
&& rm perl-5.41.5.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -64,4 +64,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.41.4","-de0"]
CMD ["perl5.41.5","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -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.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 \
&& curl -fL https://cpan.metacpan.org/authors/id/H/HY/HYDAHY/perl-5.41.5.tar.gz -o perl-5.41.5.tar.gz \
&& echo '844d47856b8347fba553c90fa10e76de7ae579f81ed5312acf5f638d72079df4 *perl-5.41.5.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.41.5.tar.gz -C /usr/src/perl \
&& rm perl-5.41.5.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -64,4 +64,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.41.4","-de0"]
CMD ["perl5.41.5","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -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.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 \
&& curl -fL https://cpan.metacpan.org/authors/id/H/HY/HYDAHY/perl-5.41.5.tar.gz -o perl-5.41.5.tar.gz \
&& echo '844d47856b8347fba553c90fa10e76de7ae579f81ed5312acf5f638d72079df4 *perl-5.41.5.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.41.5.tar.gz -C /usr/src/perl \
&& rm perl-5.41.5.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -64,4 +64,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.41.4","-de0"]
CMD ["perl5.41.5","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -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.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 \
&& curl -fL https://cpan.metacpan.org/authors/id/H/HY/HYDAHY/perl-5.41.5.tar.gz -o perl-5.41.5.tar.gz \
&& echo '844d47856b8347fba553c90fa10e76de7ae579f81ed5312acf5f638d72079df4 *perl-5.41.5.tar.gz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.41.5.tar.gz -C /usr/src/perl \
&& rm perl-5.41.5.tar.gz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -64,4 +64,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.41.4","-de0"]
CMD ["perl5.41.5","-de0"]
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ options:
threaded: "-Dusethreads"

releases:
- version: 5.41.4
sha256: 402b2e10dc1a6249685f0cda5897959bfc079fc324b551a1c4771fe401563896
- version: 5.41.5
sha256: 844d47856b8347fba553c90fa10e76de7ae579f81ed5312acf5f638d72079df4
extra_flags: "-Dusedevel -Dversiononly=undef"
debian_release:
- bullseye
Expand Down