From: fsLeg Date: Sat, 12 Aug 2023 15:34:59 +0000 (+0300) Subject: shadowsocks-rust: updated to version 1.15.4 X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=b69dfeb2f2b630111d2b1d94497b5f557489a49e;p=slackbuilds.git shadowsocks-rust: updated to version 1.15.4 --- diff --git a/dart-sass/dart-sass.SlackBuild b/dart-sass/dart-sass.SlackBuild index 6322ba1..f379059 100755 --- a/dart-sass/dart-sass.SlackBuild +++ b/dart-sass/dart-sass.SlackBuild @@ -58,7 +58,7 @@ cd $TMP tar xvf $CWD/$PRGNAM-$VERSION-linux-$ARCH.tar.gz cd $PRGNAM -mkdir -p $PKG/usr/bin $PKG/usr/lib${LIBDIRSUFFIX}/$PRGNAM +mkdir -p $PKG/usr/bin $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM sed -i "s/\/src\//\/..\/lib$LIBDIRSUFFIX\/$PRGNAM\//g" sass cp sass $PKG/usr/bin/ cp src/dart src/sass.snapshot $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM/ diff --git a/shadowsocks-rust/README b/shadowsocks-rust/README index 57458e8..15f7305 100644 --- a/shadowsocks-rust/README +++ b/shadowsocks-rust/README @@ -2,9 +2,7 @@ A Rust port of shadowsocks that superceded shadowsocks-libev. 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. +rust >=1.70 from extra/ is required to build this package. This SlackBuild downloads nessessary crates to build the binaries, so internet connection is required. Then again, if you're going to diff --git a/shadowsocks-rust/shadowsocks-rust.SlackBuild b/shadowsocks-rust/shadowsocks-rust.SlackBuild index 7b20d71..35691be 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.3} +VERSION=${VERSION:-1.15.4} BUILD=${BUILD:-1} TAG=${TAG:-fsleg} diff --git a/shadowsocks-rust/shadowsocks-rust.info b/shadowsocks-rust/shadowsocks-rust.info index d6ae397..5700206 100644 --- a/shadowsocks-rust/shadowsocks-rust.info +++ b/shadowsocks-rust/shadowsocks-rust.info @@ -1,8 +1,8 @@ PRGNAM="shadowsocks-rust" -VERSION="1.14.3" +VERSION="1.15.4" HOMEPAGE="https://github.com/shadowsocks/shadowsocks-rust" -DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.14.3.tar.gz" -MD5SUM="b2c880637fae59a9435a52ec4db40b56" +DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.15.4.tar.gz" +MD5SUM="26241abe3db6b6c32c5636916c6911a8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""