Skip to content

Commit

Permalink
Upgrade Mongo to 2.6.7 and OpenSSL to 1.0.2
Browse files Browse the repository at this point in the history
(If this works, will still need a History update.)
  • Loading branch information
glasser committed Feb 6, 2015
1 parent fca8a19 commit cf46488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-mongo-for-dev-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit cf46488

Please sign in to comment.