Skip to content

Commit c8a05db

Browse files
authored
v1.4.0 openssl, interceptor updates (#828)
1 parent 7e9376e commit c8a05db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/build-openssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

1111
PREFIX=$1
1212
if [[ -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 -
2828
else
2929
echo "Reusing existing build-openssl directory"

tools/install-interceptors.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ set -e
1616
pkgtype=$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
2525
stagedir=staging/libs

0 commit comments

Comments
 (0)