]> git.t-rg.ws Git - slackbuilds.git/commitdiff
shadowsocks-rust: updated to 1.14.3
authorfsLeg <fsleg@t-rg.ws>
Sat, 22 Oct 2022 16:48:50 +0000 (19:48 +0300)
committerfsLeg <fsleg@t-rg.ws>
Sat, 22 Oct 2022 16:48:50 +0000 (19:48 +0300)
shadowsocks-rust/README
shadowsocks-rust/shadowsocks-rust.SlackBuild
shadowsocks-rust/shadowsocks-rust.info

index f445a4e6568ac1f0e34a5ca93328fadd8b638fec..57458e81dccbf1c6c93e54c09c620e3c71ed98f5 100644 (file)
@@ -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.
index 92640b0a6f4a5810d99016caf12fd5700fd4fc1c..7b20d71fa2b7e682ba0571c6aea243ae050c052e 100755 (executable)
@@ -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}
 
index f40b169188def7243b189809fce22f4d059ee064..d6ae3977d1974a4d4e55780792812a3b18f810fa 100644 (file)
@@ -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=""