From cf464883bec789254d34d5c341ee316b1a299e27 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 2 Feb 2015 19:08:05 -0800 Subject: [PATCH] Upgrade Mongo to 2.6.7 and OpenSSL to 1.0.2 (If this works, will still need a History update.) --- scripts/build-mongo-for-dev-bundle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-mongo-for-dev-bundle.sh b/scripts/build-mongo-for-dev-bundle.sh index 2cf64f75ef..4d47ec7d23 100755 --- a/scripts/build-mongo-for-dev-bundle.sh +++ b/scripts/build-mongo-for-dev-bundle.sh @@ -3,7 +3,7 @@ set -e set -u -MONGO_VERSION="2.4.12" +MONGO_VERSION="2.6.7" source "$(dirname $0)/build-dev-bundle-common.sh" echo CHECKOUT DIR IS "$CHECKOUT_DIR" @@ -13,7 +13,7 @@ echo BUILDING MONGO "v$MONGO_VERSION" IN "$DIR" # We want to build a binary that includes SSL support but does not depend on a # particular version of openssl on the host system. -OPENSSL="openssl-1.0.1j" +OPENSSL="openssl-1.0.2" OPENSSL_URL="http://www.openssl.org/source/$OPENSSL.tar.gz" wget $OPENSSL_URL || curl -O $OPENSSL_URL tar xzf $OPENSSL.tar.gz