aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-05-03 08:47:28 -0700
committerSteven Fackler <[email protected]>2016-05-03 08:47:28 -0700
commitb7de627eeca18fcf74650ee9313a0abafd0adf66 (patch)
tree82f0961c9947278927bf3ce00a791bdc21bcd534
parentRemove dead C code (diff)
downloadrust-openssl-b7de627eeca18fcf74650ee9313a0abafd0adf66.tar.xz
rust-openssl-b7de627eeca18fcf74650ee9313a0abafd0adf66.zip
Update openssl version in CI
-rw-r--r--appveyor.yml2
-rwxr-xr-xopenssl/test/build.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c6267c2c..5b98e736 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,7 +8,7 @@ environment:
# - TARGET: x86_64-pc-windows-msvc
# BITS: 64
install:
- - ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2g.exe"
+ - ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2h.exe"
- Win%BITS%OpenSSL-1_0_2g.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.8.0-${env:TARGET}.exe"
- rust-1.8.0-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
diff --git a/openssl/test/build.sh b/openssl/test/build.sh
index a4c19c05..982cc5cb 100755
--- a/openssl/test/build.sh
+++ b/openssl/test/build.sh
@@ -15,7 +15,7 @@ fi
mkdir /tmp/openssl
cd /tmp/openssl
-curl https://openssl.org/source/openssl-1.0.2g.tar.gz | tar --strip-components=1 -xzf -
+curl https://openssl.org/source/openssl-1.0.2h.tar.gz | tar --strip-components=1 -xzf -
./Configure --prefix=$HOME/openssl shared --cross-compile-prefix=$CROSS $OS_COMPILER
make
make install