Update OpenSSL 3.0.0 commit

This commit is contained in:
VirtuBox 2019-07-15 00:47:34 +02:00
parent 1e87821fe1
commit b2c5c1dad3
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
2 changed files with 2 additions and 3 deletions

View File

@ -21,10 +21,9 @@ addons:
update: true
script:
- lsb_release -a
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo apt-get install -y --force-yes nginx curl wget ccze
- sudo bash nginx-build.sh --stable --travis && sudo bash nginx-build.sh --travis && sudo bash nginx-build.sh --full --travis || sudo bash -c 'tail -n 100 /tmp/nginx-ee.log | ccze -A'
- sudo bash nginx-build.sh --openssl-dev --travis && sudo bash nginx-build.sh --travis && sudo bash nginx-build.sh --full --travis || sudo bash -c 'tail -n 100 /tmp/nginx-ee.log | ccze -A'
- sudo ls -alh /usr/sbin/nginx
- sudo chown -R travis /usr/local/src
- sudo chmod 755 /usr/local/src

View File

@ -154,7 +154,7 @@ DISTRO_ID="$(lsb_release -si)"
DISTRO_CODENAME=$(lsb_release -sc)
DEB_CFLAGS="$(dpkg-buildflags --get CPPFLAGS) -Wno-error=date-time"
DEB_LFLAGS="$(dpkg-buildflags --get LDFLAGS)"
OPENSSL_COMMIT="ee215c7eea91f193d4765127eb31332758753058"
OPENSSL_COMMIT="3bbec1afed1c65b6f7f645b27808b070e6e7a509"
PCRE_VER=$(curl -sL https://ftp.pcre.org/pub/pcre/ | grep -E -o 'pcre\-[0-9.]+\.tar[.a-z]*gz' | awk -F "pcre-" '/.tar.gz$/ {print $2}' | sed -e 's|.tar.gz||g' | tail -n 1 2>&1)
# Colors