Sha256: c849e1a96b75692b64ae87cf38b103eb724f2c06efbd20988417db0af925fe8d

Contents?: true

Size: 460 Bytes

Versions: 54

Compression:

Stored size: 460 Bytes

Contents

#!/usr/bin/env bash

set -x
set -e

if [ -z "$OPENSSL_VERSION" ]; then
  OPENSSL_VERSION=$(ruby -r "./ext/tiny_tds/extconsts.rb" -e "puts OPENSSL_VERSION")
fi

wget https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz
tar -xzf openssl-$OPENSSL_VERSION.tar.gz
cd openssl-$OPENSSL_VERSION
./config --prefix=/opt/local --openssldir=/opt/local
make
make install_sw install_ssldirs
cd ..
rm -rf openssl-$OPENSSL_VERSION
rm openssl-$OPENSSL_VERSION.tar.gz

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
tiny_tds-2.1.7-x64-mingw-ucrt test/bin/install-openssl.sh
tiny_tds-2.1.7-x64-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.7-x86-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.7 test/bin/install-openssl.sh
tiny_tds-2.1.6-x86-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.6-x64-mingw-ucrt test/bin/install-openssl.sh
tiny_tds-2.1.6-x64-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.6 test/bin/install-openssl.sh
tiny_tds-2.1.5-x64-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.5-x86-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.5 test/bin/install-openssl.sh
tiny_tds-2.1.4-x64-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.4-x86-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.4 test/bin/install-openssl.sh
tiny_tds-2.1.4.pre2-x64-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.4.pre2-x86-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.4.pre2 test/bin/install-openssl.sh
tiny_tds-2.1.4.pre-x64-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.4.pre-x86-mingw32 test/bin/install-openssl.sh
tiny_tds-2.1.4.pre test/bin/install-openssl.sh