File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# NOTE: Keep this updated to make sure we always build the latest
8
8
# version of OpenSSL in the 1.0 release train.
9
- OPENSSL_VERSION=1.0.2t
9
+ OPENSSL_VERSION=1.0.2u
10
10
11
11
PREFIX=$1
12
12
if [[ -z $PREFIX ]]; then
@@ -23,7 +23,7 @@ if ! grep -q "^VERSION=${OPENSSL_VERSION}$" build-openssl/Makefile ; then
23
23
rm -rf build-openssl
24
24
mkdir -p build-openssl
25
25
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 | \
27
27
tar -xz --strip-components=1 -f -
28
28
else
29
29
echo " Reusing existing build-openssl directory"
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ set -e
16
16
pkgtype=$1
17
17
18
18
# Confluent Platform release version
19
- CPVER=5.2
19
+ CPVER=5.4
20
20
21
21
# confluent-librdkafka-plugins version
22
- PLUGINVER=0 .11.1
22
+ PLUGINVER=v0 .11.3
23
23
24
24
# Stage directory for wheels
25
25
stagedir=staging/libs
You can’t perform that action at this time.
0 commit comments