From 546175e3c598f589ea495eddaf4b3ba1acea2f44 Mon Sep 17 00:00:00 2001 From: Johnny Wang Date: Sat, 2 Jul 2022 10:49:28 +0800 Subject: [PATCH] ci: upgraded OpenSSL to 1.1.1p. (#844) * win32/win64: upgraded openssl to 1.1.1p. --- .travis.yml | 4 ++-- util/build-win32.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 809fdca..5094c80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,7 +111,7 @@ env: - OPENRESTY_PREFIX=/opt/openresty jobs: - OPENSSL_VER=1.1.0l OPENSSL_PATCH_VER=1.1.0d - - OPENSSL_VER=1.1.1k OPENSSL_PATCH_VER=1.1.1f + - OPENSSL_VER=1.1.1p OPENSSL_PATCH_VER=1.1.1f jobs: include: @@ -120,7 +120,7 @@ jobs: - <<: *linux-s390x env: OPENSSL_VER=1.1.1l OPENSSL_PATCH_VER=1.1.1f - <<: *linux-ppc64le - env: OPENSSL_VER=1.1.1l OPENSSL_PATCH_VER=1.1.1f + env: OPENSSL_VER=1.1.1p OPENSSL_PATCH_VER=1.1.1f install: - sudo cpanm --notest Test::Nginx IPC::Run3 > build.log 2>&1 || (cat build.log && exit 1) diff --git a/util/build-win32.sh b/util/build-win32.sh index 36fa404..2b643b5 100644 --- a/util/build-win32.sh +++ b/util/build-win32.sh @@ -2,10 +2,10 @@ PCRE=pcre-8.44 ZLIB=zlib-1.2.12 -OPENSSL=openssl-1.1.1n +OPENSSL=openssl-1.1.1p JOBS=12 -# wget https://www.openssl.org/source/openssl-1.1.1n.tar.gz +# wget https://www.openssl.org/source/openssl-1.1.1p.tar.gz # wget http://zlib.net/zlib-1.2.12.tar.gz # wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz