Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
1c8688d9
Unverified
Commit
1c8688d9
authored
Jul 27, 2020
by
Andreas Fernandez
Browse files
[TASK] Update OpenSSL to 1.0.1u
parent
85a20764
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
1c8688d9
...
...
@@ -9,28 +9,28 @@ SHORTVERSION_BASEIMAGE=$(MAJOR_BASEIMAGE).$(MINOR_BASEIMAGE)
NAME_PHP53
=
typo3gmbh/php53
MAJOR_PHP53
=
3
MINOR_PHP53
=
0
PATCHLEVEL_PHP53
=
1
6
PATCHLEVEL_PHP53
=
1
7
FULLVERSION_PHP53
=
$(MAJOR_PHP53)
.
$(MINOR_PHP53)
.
$(PATCHLEVEL_PHP53)
SHORTVERSION_PHP53
=
$(MAJOR_PHP53)
.
$(MINOR_PHP53)
NAME_PHP54
=
typo3gmbh/php54
MAJOR_PHP54
=
3
MINOR_PHP54
=
0
PATCHLEVEL_PHP54
=
1
6
PATCHLEVEL_PHP54
=
1
7
FULLVERSION_PHP54
=
$(MAJOR_PHP54)
.
$(MINOR_PHP54)
.
$(PATCHLEVEL_PHP54)
SHORTVERSION_PHP54
=
$(MAJOR_PHP54)
.
$(MINOR_PHP54)
NAME_PHP55
=
typo3gmbh/php55
MAJOR_PHP55
=
3
MINOR_PHP55
=
0
PATCHLEVEL_PHP55
=
1
7
PATCHLEVEL_PHP55
=
1
8
FULLVERSION_PHP55
=
$(MAJOR_PHP55)
.
$(MINOR_PHP55)
.
$(PATCHLEVEL_PHP55)
SHORTVERSION_PHP55
=
$(MAJOR_PHP55)
.
$(MINOR_PHP55)
NAME_PHP56
=
typo3gmbh/php56
MAJOR_PHP56
=
3
MINOR_PHP56
=
0
PATCHLEVEL_PHP56
=
1
7
PATCHLEVEL_PHP56
=
1
8
FULLVERSION_PHP56
=
$(MAJOR_PHP56)
.
$(MINOR_PHP56)
.
$(PATCHLEVEL_PHP56)
SHORTVERSION_PHP56
=
$(MAJOR_PHP56)
.
$(MINOR_PHP56)
...
...
php53/php.sh
View file @
1c8688d9
...
...
@@ -135,9 +135,9 @@ minimal_apt_get_install \
uuid-dev
\
#
curl
-SL
--progress-bar
https://www.openssl.org/source/old/
0.9.x
/openssl-
0.9.8v
.tar.gz
-o
openssl-
0.9.8v
.tar.gz
tar
xvf openssl-
0.9.8v
.tar.gz
cd
openssl-
0.9.8v
curl
-SL
--progress-bar
https://www.openssl.org/source/old/
1.0.1
/openssl-
1.0.1u
.tar.gz
-o
openssl-
1.0.1u
.tar.gz
tar
xvf openssl-
1.0.1u
.tar.gz
cd
openssl-
1.0.1u
./config
make
-j
10
make install_sw
...
...
php54/php.sh
View file @
1c8688d9
...
...
@@ -136,9 +136,9 @@ minimal_apt_get_install \
#
curl
-SL
--progress-bar
https://www.openssl.org/source/old/
0.9.x
/openssl-
0.9.8v
.tar.gz
-o
openssl-
0.9.8v
.tar.gz
tar
xvf openssl-
0.9.8v
.tar.gz
cd
openssl-
0.9.8v
curl
-SL
--progress-bar
https://www.openssl.org/source/old/
1.0.1
/openssl-
1.0.1u
.tar.gz
-o
openssl-
1.0.1u
.tar.gz
tar
xvf openssl-
1.0.1u
.tar.gz
cd
openssl-
1.0.1u
./config
make
-j
10
make install_sw
...
...
php55/php.sh
View file @
1c8688d9
...
...
@@ -136,9 +136,9 @@ minimal_apt_get_install \
uuid-dev
\
#
curl
-SL
--progress-bar
https://www.openssl.org/source/old/
0.9.x
/openssl-
0.9.8v
.tar.gz
-o
openssl-
0.9.8v
.tar.gz
tar
xvf openssl-
0.9.8v
.tar.gz
cd
openssl-
0.9.8v
curl
-SL
--progress-bar
https://www.openssl.org/source/old/
1.0.1
/openssl-
1.0.1u
.tar.gz
-o
openssl-
1.0.1u
.tar.gz
tar
xvf openssl-
1.0.1u
.tar.gz
cd
openssl-
1.0.1u
./config
make
-j
10
make install_sw
...
...
php56/php.sh
View file @
1c8688d9
...
...
@@ -173,9 +173,9 @@ minimal_apt_get_install \
# php 5.6 still needs old openssl
cd
/usr/local/src/
curl
-SL
--progress-bar
https://www.openssl.org/source/old/
0.9.x
/openssl-
0.9.8v
.tar.gz
-o
openssl-
0.9.8v
.tar.gz
tar
xvf openssl-
0.9.8v
.tar.gz
cd
openssl-
0.9.8v
curl
-SL
--progress-bar
https://www.openssl.org/source/old/
1.0.1
/openssl-
1.0.1u
.tar.gz
-o
openssl-
1.0.1u
.tar.gz
tar
xvf openssl-
1.0.1u
.tar.gz
cd
openssl-
1.0.1u
./config
make
-j
10
make install_sw
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment