From: fsLeg Date: Sat, 22 Oct 2022 16:48:50 +0000 (+0300) Subject: shadowsocks-rust: updated to 1.14.3 X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=8ae8e7a0dfce6dffad2b8fcf39e2851895dd67d9;p=slackbuilds.git shadowsocks-rust: updated to 1.14.3 --- diff --git a/shadowsocks-rust/README b/shadowsocks-rust/README index f445a4e..57458e8 100644 --- a/shadowsocks-rust/README +++ b/shadowsocks-rust/README @@ -1,3 +1,11 @@ A Rust port of shadowsocks that superceded shadowsocks-libev. -Shadowsocks is a fast tunnel proxy that helps you bypass firewalls. \ No newline at end of file +Shadowsocks is a fast tunnel proxy that helps you bypass firewalls. + +Since version 1.14.1 shadowsocks-rust requires `strip` function that +came in rust-1.59 which is newer than what Slackware 15 has, so +rust-for-mozilla from extra/ is required to build the package. + +This SlackBuild downloads nessessary crates to build the binaries, +so internet connection is required. Then again, if you're going to +use Shadowsocks, it shouldn't be a problem. diff --git a/shadowsocks-rust/shadowsocks-rust.SlackBuild b/shadowsocks-rust/shadowsocks-rust.SlackBuild index 92640b0..7b20d71 100755 --- a/shadowsocks-rust/shadowsocks-rust.SlackBuild +++ b/shadowsocks-rust/shadowsocks-rust.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=shadowsocks-rust -VERSION=${VERSION:-1.14.0} +VERSION=${VERSION:-1.14.3} BUILD=${BUILD:-1} TAG=${TAG:-fsleg} diff --git a/shadowsocks-rust/shadowsocks-rust.info b/shadowsocks-rust/shadowsocks-rust.info index f40b169..d6ae397 100644 --- a/shadowsocks-rust/shadowsocks-rust.info +++ b/shadowsocks-rust/shadowsocks-rust.info @@ -1,8 +1,8 @@ PRGNAM="shadowsocks-rust" -VERSION="1.14.0" +VERSION="1.14.3" HOMEPAGE="https://github.com/shadowsocks/shadowsocks-rust" -DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.14.0.tar.gz" -MD5SUM="335d21df84dbee7ed331d89e13718d25" +DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.14.3.tar.gz" +MD5SUM="b2c880637fae59a9435a52ec4db40b56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""