Search Criteria
Package Details: shadowsocks-rust-git 1.21.2.r38.g6900136-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/shadowsocks-rust-git.git (read-only, click to copy) |
---|---|
Package Base: | shadowsocks-rust-git |
Description: | A Rust port of shadowsocks |
Upstream URL: | https://github.com/shadowsocks/shadowsocks-rust |
Licenses: | MIT |
Conflicts: | shadowsocks-rust |
Provides: | shadowsocks-rust |
Submitter: | rustemb |
Maintainer: | None |
Last Packager: | xiota |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-04 05:30 (UTC) |
Last Updated: | 2024-11-11 17:46 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (5)
- archwrt-ss.sh-git (requires shadowsocks-rust) (optional)
- gun-sip003-git (requires shadowsocks-rust) (optional)
- shadowsocks-gtk-rs (requires shadowsocks-rust) (optional)
- shadowsocks-rust-multiprofile-daemon-git (requires shadowsocks-rust)
- ss-face (requires shadowsocks-rust) (optional)
Latest Comments
« First ‹ Previous 1 2
chliny commented on 2020-05-31 08:33 (UTC)
Umm, Actually,
sslocal-rust
depends onlibssl.so
andlibcrypto.so
, so we should put openssl in "depends"fuhd commented on 2020-05-26 15:29 (UTC)
Umm, actually openssl should also be removed from depends. Nevertheless, a package should not be "depends" and "makedepends" at the same time according to the wiki article PKGBUILD.
chliny commented on 2020-05-23 18:11 (UTC)
@fuhd thx, I will change the depends next update.
fuhd commented on 2020-05-23 14:06 (UTC)
libsodium and openssl should be makedepends of this package, since rust statically link these libraries, just like what golang does.
chliny commented on 2018-09-17 17:38 (UTC)
@sorz I think that adding
--log-without-time
to systemd services is a good idea, but notLimitNOFILE
. Users can manually add a suitable LimitNOFILE value in dirshadowsocks-rust@.service.d
orshadowsocks-rust-server@.service.d
sorz commented on 2018-08-07 10:41 (UTC)
On the systemd services, better to add
--log-without-time
to exec andLimitNOFILE
. Thanks.whoami commented on 2018-05-19 22:09 (UTC) (edited on 2018-05-19 22:09 (UTC) by whoami)
impossible to build with 1.26 and 1.28
« First ‹ Previous 1 2