Skip to content

Commit 0277d2e

Browse files
committed
5.20.3 has been released
1 parent c9e57e2 commit 0277d2e

File tree

5 files changed

+16
-18
lines changed

5 files changed

+16
-18
lines changed

5.020.002-64bit,threaded/DevelPatchPerl.patch renamed to 5.020.003-64bit,threaded/DevelPatchPerl.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ index 956adfc..fb5a46e 100644
3636
if ldd $DBLIB | grep pthread >/dev/null
3737
then
3838
diff --git a/patchlevel.h b/patchlevel.h
39-
index 07e1217..8016ec8 100644
39+
index f416602..4917564 100644
4040
--- a/patchlevel.h
4141
+++ b/patchlevel.h
4242
@@ -137,6 +137,7 @@ static const char * const local_patches[] = {

5.020.002-64bit,threaded/Dockerfile renamed to 5.020.003-64bit,threaded/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ RUN mkdir /usr/src/perl
99
COPY *.patch /usr/src/perl/
1010
WORKDIR /usr/src/perl
1111

12-
RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2.tar.bz2 -o perl-5.20.2.tar.bz2 \
13-
&& echo '63126c683b4c79c35008a47d56f7beae876c569f *perl-5.20.2.tar.bz2' | sha1sum -c - \
14-
&& tar --strip-components=1 -xjf perl-5.20.2.tar.bz2 -C /usr/src/perl \
15-
&& rm perl-5.20.2.tar.bz2 \
12+
RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.3.tar.bz2 -o perl-5.20.3.tar.bz2 \
13+
&& echo 'eedf9e3be3c83bef15911996ed18703cffe4d113 *perl-5.20.3.tar.bz2' | sha1sum -c - \
14+
&& tar --strip-components=1 -xjf perl-5.20.3.tar.bz2 -C /usr/src/perl \
15+
&& rm perl-5.20.3.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
1717
&& ./Configure -Dusethreads -Duse64bitall -des \
1818
&& make -j$(nproc) \
19-
&& make test_harness \
19+
&& TEST_JOBS=$(nproc) make test_harness \
2020
&& make install \
2121
&& cd /usr/src \
2222
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
@@ -26,4 +26,4 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2.tar.bz2
2626

2727
WORKDIR /root
2828

29-
CMD ["perl5.20.2","-de0"]
29+
CMD ["perl5.20.3","-de0"]

5.020.002-64bit/DevelPatchPerl.patch renamed to 5.020.003-64bit/DevelPatchPerl.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ index 956adfc..fb5a46e 100644
3636
if ldd $DBLIB | grep pthread >/dev/null
3737
then
3838
diff --git a/patchlevel.h b/patchlevel.h
39-
index 07e1217..8016ec8 100644
39+
index f416602..4917564 100644
4040
--- a/patchlevel.h
4141
+++ b/patchlevel.h
4242
@@ -137,6 +137,7 @@ static const char * const local_patches[] = {

5.020.002-64bit/Dockerfile renamed to 5.020.003-64bit/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ RUN mkdir /usr/src/perl
99
COPY *.patch /usr/src/perl/
1010
WORKDIR /usr/src/perl
1111

12-
RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2.tar.bz2 -o perl-5.20.2.tar.bz2 \
13-
&& echo '63126c683b4c79c35008a47d56f7beae876c569f *perl-5.20.2.tar.bz2' | sha1sum -c - \
14-
&& tar --strip-components=1 -xjf perl-5.20.2.tar.bz2 -C /usr/src/perl \
15-
&& rm perl-5.20.2.tar.bz2 \
12+
RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.3.tar.bz2 -o perl-5.20.3.tar.bz2 \
13+
&& echo 'eedf9e3be3c83bef15911996ed18703cffe4d113 *perl-5.20.3.tar.bz2' | sha1sum -c - \
14+
&& tar --strip-components=1 -xjf perl-5.20.3.tar.bz2 -C /usr/src/perl \
15+
&& rm perl-5.20.3.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
1717
&& ./Configure -Duse64bitall -des \
1818
&& make -j$(nproc) \
19-
&& make test_harness \
19+
&& TEST_JOBS=$(nproc) make test_harness \
2020
&& make install \
2121
&& cd /usr/src \
2222
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
@@ -26,4 +26,4 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2.tar.bz2
2626

2727
WORKDIR /root
2828

29-
CMD ["perl5.20.2","-de0"]
29+
CMD ["perl5.20.3","-de0"]

Releases.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ releases:
3535
extra_flags: "-A ccflags=-fwrapv"
3636
test_parallel: no
3737

38-
- version: 5.20.2
39-
sha1: 63126c683b4c79c35008a47d56f7beae876c569f
38+
- version: 5.20.3
39+
sha1: eedf9e3be3c83bef15911996ed18703cffe4d113
4040
pause: SHAY
41-
test_parallel: no
4241

4342
- version: 5.22.0
4443
sha1: 400338c91c56420d98142cbfcb84d418cae2c98c
4544
pause: RJBS
46-
test_parallel: no

0 commit comments

Comments
 (0)