5.20.3 has been released
This commit is contained in:
parent
c9e57e2258
commit
0277d2edfe
5 changed files with 16 additions and 18 deletions
|
@ -36,7 +36,7 @@ index 956adfc..fb5a46e 100644
|
||||||
if ldd $DBLIB | grep pthread >/dev/null
|
if ldd $DBLIB | grep pthread >/dev/null
|
||||||
then
|
then
|
||||||
diff --git a/patchlevel.h b/patchlevel.h
|
diff --git a/patchlevel.h b/patchlevel.h
|
||||||
index 07e1217..8016ec8 100644
|
index f416602..4917564 100644
|
||||||
--- a/patchlevel.h
|
--- a/patchlevel.h
|
||||||
+++ b/patchlevel.h
|
+++ b/patchlevel.h
|
||||||
@@ -137,6 +137,7 @@ static const char * const local_patches[] = {
|
@@ -137,6 +137,7 @@ static const char * const local_patches[] = {
|
|
@ -9,14 +9,14 @@ RUN mkdir /usr/src/perl
|
||||||
COPY *.patch /usr/src/perl/
|
COPY *.patch /usr/src/perl/
|
||||||
WORKDIR /usr/src/perl
|
WORKDIR /usr/src/perl
|
||||||
|
|
||||||
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 \
|
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 \
|
||||||
&& echo '63126c683b4c79c35008a47d56f7beae876c569f *perl-5.20.2.tar.bz2' | sha1sum -c - \
|
&& echo 'eedf9e3be3c83bef15911996ed18703cffe4d113 *perl-5.20.3.tar.bz2' | sha1sum -c - \
|
||||||
&& tar --strip-components=1 -xjf perl-5.20.2.tar.bz2 -C /usr/src/perl \
|
&& tar --strip-components=1 -xjf perl-5.20.3.tar.bz2 -C /usr/src/perl \
|
||||||
&& rm perl-5.20.2.tar.bz2 \
|
&& rm perl-5.20.3.tar.bz2 \
|
||||||
&& cat *.patch | patch -p1 \
|
&& cat *.patch | patch -p1 \
|
||||||
&& ./Configure -Dusethreads -Duse64bitall -des \
|
&& ./Configure -Dusethreads -Duse64bitall -des \
|
||||||
&& make -j$(nproc) \
|
&& make -j$(nproc) \
|
||||||
&& make test_harness \
|
&& TEST_JOBS=$(nproc) make test_harness \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd /usr/src \
|
&& cd /usr/src \
|
||||||
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
&& 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
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
CMD ["perl5.20.2","-de0"]
|
CMD ["perl5.20.3","-de0"]
|
|
@ -36,7 +36,7 @@ index 956adfc..fb5a46e 100644
|
||||||
if ldd $DBLIB | grep pthread >/dev/null
|
if ldd $DBLIB | grep pthread >/dev/null
|
||||||
then
|
then
|
||||||
diff --git a/patchlevel.h b/patchlevel.h
|
diff --git a/patchlevel.h b/patchlevel.h
|
||||||
index 07e1217..8016ec8 100644
|
index f416602..4917564 100644
|
||||||
--- a/patchlevel.h
|
--- a/patchlevel.h
|
||||||
+++ b/patchlevel.h
|
+++ b/patchlevel.h
|
||||||
@@ -137,6 +137,7 @@ static const char * const local_patches[] = {
|
@@ -137,6 +137,7 @@ static const char * const local_patches[] = {
|
|
@ -9,14 +9,14 @@ RUN mkdir /usr/src/perl
|
||||||
COPY *.patch /usr/src/perl/
|
COPY *.patch /usr/src/perl/
|
||||||
WORKDIR /usr/src/perl
|
WORKDIR /usr/src/perl
|
||||||
|
|
||||||
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 \
|
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 \
|
||||||
&& echo '63126c683b4c79c35008a47d56f7beae876c569f *perl-5.20.2.tar.bz2' | sha1sum -c - \
|
&& echo 'eedf9e3be3c83bef15911996ed18703cffe4d113 *perl-5.20.3.tar.bz2' | sha1sum -c - \
|
||||||
&& tar --strip-components=1 -xjf perl-5.20.2.tar.bz2 -C /usr/src/perl \
|
&& tar --strip-components=1 -xjf perl-5.20.3.tar.bz2 -C /usr/src/perl \
|
||||||
&& rm perl-5.20.2.tar.bz2 \
|
&& rm perl-5.20.3.tar.bz2 \
|
||||||
&& cat *.patch | patch -p1 \
|
&& cat *.patch | patch -p1 \
|
||||||
&& ./Configure -Duse64bitall -des \
|
&& ./Configure -Duse64bitall -des \
|
||||||
&& make -j$(nproc) \
|
&& make -j$(nproc) \
|
||||||
&& make test_harness \
|
&& TEST_JOBS=$(nproc) make test_harness \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd /usr/src \
|
&& cd /usr/src \
|
||||||
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
&& 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
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
CMD ["perl5.20.2","-de0"]
|
CMD ["perl5.20.3","-de0"]
|
|
@ -35,12 +35,10 @@ releases:
|
||||||
extra_flags: "-A ccflags=-fwrapv"
|
extra_flags: "-A ccflags=-fwrapv"
|
||||||
test_parallel: no
|
test_parallel: no
|
||||||
|
|
||||||
- version: 5.20.2
|
- version: 5.20.3
|
||||||
sha1: 63126c683b4c79c35008a47d56f7beae876c569f
|
sha1: eedf9e3be3c83bef15911996ed18703cffe4d113
|
||||||
pause: SHAY
|
pause: SHAY
|
||||||
test_parallel: no
|
|
||||||
|
|
||||||
- version: 5.22.0
|
- version: 5.22.0
|
||||||
sha1: 400338c91c56420d98142cbfcb84d418cae2c98c
|
sha1: 400338c91c56420d98142cbfcb84d418cae2c98c
|
||||||
pause: RJBS
|
pause: RJBS
|
||||||
test_parallel: no
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue