summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2020-05-04 18:58:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-04 22:38:37 +0000
commit7c735729433bfa51536ccb1371a81d63557e4d22 (patch)
tree9913b60f4595aaed5437d27f3cd805c01dbdd0e3
parentcc923b4e66e0c76714f877b33ce9fd5f28e17f62 (diff)
downloadmongo-7c735729433bfa51536ccb1371a81d63557e4d22.tar.gz
SERVER-47686 Update OpenSSL tarball to 1.1.1g
-rwxr-xr-xbuildscripts/fetch_and_build_openssl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/fetch_and_build_openssl.sh b/buildscripts/fetch_and_build_openssl.sh
index c1a213744f6..fc1b7a0b1ff 100755
--- a/buildscripts/fetch_and_build_openssl.sh
+++ b/buildscripts/fetch_and_build_openssl.sh
@@ -11,7 +11,7 @@ PYTHON="$1" # not needed anymore
OPENSSL_MAKE_FLAGS="$2"
OPENSSL_CONFIG_FLAGS="$3"
-OPENSSL_VERSION=1.1.1e
+OPENSSL_VERSION=1.1.1g
OPENSSL_NAME=openssl-${OPENSSL_VERSION}
OPENSSL_TARBALL=${OPENSSL_NAME}.tar.gz
@@ -24,7 +24,7 @@ curl -L -o ${OPENSSL_TARBALL} \
# To regenerate: shasum -a 256 -b $OPENSSL_TARBALL
shasum -c /dev/fd/0 <<EOF || exit 3
-694f61ac11cb51c9bf73f54e771ff6022b0327a43bbdfa1b2f19de1662a6dcbe *$OPENSSL_TARBALL
+ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46 *$OPENSSL_TARBALL
EOF
tar -xzf ${OPENSSL_TARBALL}