update mbedtls version

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2017-04-08 09:42:52 +09:00
parent 60ae52d386
commit 0ccd2f6f88
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D
2 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ software=(Shadowsocks-Python ShadowsocksR Shadowsocks-Go Shadowsocks-libev)
libsodium_file="libsodium-1.0.12"
libsodium_url="https://github.com/jedisct1/libsodium/releases/download/1.0.12/libsodium-1.0.12.tar.gz"
mbedtls_file="mbedtls-2.4.0"
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.4.0-gpl.tgz"
mbedtls_file="mbedtls-2.4.2"
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.4.2-gpl.tgz"
shadowsocks_python_file="shadowsocks-master"
shadowsocks_python_url="https://github.com/shadowsocks/shadowsocks/archive/master.zip"

View File

@ -15,8 +15,8 @@ cur_dir=`pwd`
libsodium_file="libsodium-1.0.12"
libsodium_url="https://github.com/jedisct1/libsodium/releases/download/1.0.12/libsodium-1.0.12.tar.gz"
mbedtls_file="mbedtls-2.4.0"
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.4.0-gpl.tgz"
mbedtls_file="mbedtls-2.4.2"
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.4.2-gpl.tgz"
# Make sure only root can run our script
rootness(){