File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77# NOTE: Keep this updated to make sure we always build the latest
88# version of OpenSSL in the 1.0 release train.
9- OPENSSL_VERSION=1.0.2t
9+ OPENSSL_VERSION=1.0.2u
1010
1111PREFIX=$1
1212if [[ -z $PREFIX ]]; then
@@ -23,7 +23,7 @@ if ! grep -q "^VERSION=${OPENSSL_VERSION}$" build-openssl/Makefile ; then
2323 rm -rf build-openssl
2424 mkdir -p build-openssl
2525 pushd build-openssl
26- curl -s -l https://www.openssl.org/source/openssl-${OPENSSL_VERSION} .tar.gz | \
26+ curl -fL https://www.openssl.org/source/old/1.0.2 /openssl-${OPENSSL_VERSION} .tar.gz | \
2727 tar -xz --strip-components=1 -f -
2828else
2929 echo " Reusing existing build-openssl directory"
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ set -e
1616pkgtype=$1
1717
1818# Confluent Platform release version
19- CPVER=5.2
19+ CPVER=5.4
2020
2121# confluent-librdkafka-plugins version
22- PLUGINVER=0 .11.1
22+ PLUGINVER=v0 .11.3
2323
2424# Stage directory for wheels
2525stagedir=staging/libs
You can’t perform that action at this time.
0 commit comments