Bump to OpenSSL 1.1.1j and use Alpine:3.12 image to make sure latest OpenSSL is used
This commit is contained in:
Родитель
339930d92a
Коммит
889b4d779c
|
@ -16,6 +16,11 @@
|
|||
function signature is considered a bug.
|
||||
This change only affects C++ OAuth developers.
|
||||
|
||||
## Enhancements
|
||||
|
||||
* Bumped to OpenSSL 1.1.1j in binary librdkafka artifacts.
|
||||
* The binary librdkafka artifacts for Alpine are now using Alpine 3.12 and
|
||||
OpenSSL 1.1.1j.
|
||||
|
||||
## Fixes
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ if [[ $MKL_DISTRO != osx ]]; then
|
|||
function libcrypto_install_source {
|
||||
local name=$1
|
||||
local destdir=$2
|
||||
local ver=1.1.1i
|
||||
local ver=1.1.1j
|
||||
local url=https://www.openssl.org/source/openssl-${ver}.tar.gz
|
||||
|
||||
local conf_args="--openssldir=/usr/lib/ssl no-shared no-zlib no-deprecated"
|
||||
|
|
|
@ -34,5 +34,5 @@ else
|
|||
|
||||
mkdir -p artifacts
|
||||
|
||||
exec docker run -v $PWD:/v alpine:3.8 /v/packaging/alpine/$(basename $0) --in-docker $*
|
||||
exec docker run -v $PWD:/v alpine:3.12 /v/packaging/alpine/$(basename $0) --in-docker $*
|
||||
fi
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$OpenSSLVersion = "1_1_1h"
|
||||
$OpenSSLVersion = "1_1_1j"
|
||||
$OpenSSLExe = "OpenSSL-$OpenSSLVersion.exe"
|
||||
|
||||
if (!(Test-Path("C:\OpenSSL-Win32"))) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче