Skip to content

Commit

Permalink
Update mbedtls version
Browse files Browse the repository at this point in the history
Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Jun 21, 2018
1 parent dfd3a9d commit f38648e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions shadowsocks-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ software=(Shadowsocks-Python ShadowsocksR Shadowsocks-Go Shadowsocks-libev)
libsodium_file="libsodium-1.0.16"
libsodium_url="https://github.com/jedisct1/libsodium/releases/download/1.0.16/libsodium-1.0.16.tar.gz"

mbedtls_file="mbedtls-2.9.0"
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.9.0-gpl.tgz"
mbedtls_file="mbedtls-2.11.0"
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.11.0-gpl.tgz"

shadowsocks_python_file="shadowsocks-master"
shadowsocks_python_url="https://github.com/shadowsocks/shadowsocks/archive/master.zip"
Expand Down
4 changes: 2 additions & 2 deletions shadowsocks-libev-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ cur_dir=`pwd`
libsodium_file="libsodium-1.0.16"
libsodium_url="https://github.com/jedisct1/libsodium/releases/download/1.0.16/libsodium-1.0.16.tar.gz"

mbedtls_file="mbedtls-2.9.0"
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.9.0-gpl.tgz"
mbedtls_file="mbedtls-2.11.0"
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.11.0-gpl.tgz"

# Stream Ciphers
ciphers=(
Expand Down
4 changes: 2 additions & 2 deletions shadowsocks-libev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ cur_dir=`pwd`
libsodium_file="libsodium-1.0.16"
libsodium_url="https://github.com/jedisct1/libsodium/releases/download/1.0.16/libsodium-1.0.16.tar.gz"

mbedtls_file="mbedtls-2.9.0"
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.9.0-gpl.tgz"
mbedtls_file="mbedtls-2.11.0"
mbedtls_url="https://tls.mbed.org/download/mbedtls-2.11.0-gpl.tgz"

# Stream Ciphers
ciphers=(
Expand Down

0 comments on commit f38648e

Please sign in to comment.