Skip to content

Commit

Permalink
v1.4.0 openssl, interceptor updates (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnpridgeon authored Apr 9, 2020
1 parent 7e9376e commit c8a05db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/build-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# NOTE: Keep this updated to make sure we always build the latest
# version of OpenSSL in the 1.0 release train.
OPENSSL_VERSION=1.0.2t
OPENSSL_VERSION=1.0.2u

PREFIX=$1
if [[ -z $PREFIX ]]; then
Expand All @@ -23,7 +23,7 @@ if ! grep -q "^VERSION=${OPENSSL_VERSION}$" build-openssl/Makefile ; then
rm -rf build-openssl
mkdir -p build-openssl
pushd build-openssl
curl -s -l https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz | \
curl -fL https://www.openssl.org/source/old/1.0.2/openssl-${OPENSSL_VERSION}.tar.gz | \
tar -xz --strip-components=1 -f -
else
echo "Reusing existing build-openssl directory"
Expand Down
4 changes: 2 additions & 2 deletions tools/install-interceptors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ set -e
pkgtype=$1

# Confluent Platform release version
CPVER=5.2
CPVER=5.4

# confluent-librdkafka-plugins version
PLUGINVER=0.11.1
PLUGINVER=v0.11.3

# Stage directory for wheels
stagedir=staging/libs
Expand Down

0 comments on commit c8a05db

Please sign in to comment.