Package Details: shadowsocks-rust-git 1.21.2.r38.g6900136-2

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)

Required by (5)

Sources (3)

Latest Comments

« First ‹ Previous 1 2

fuhd commented on 2020-06-02 02:46 (UTC)

Oh, I admit that I made the previous assertion based on the author's binary package on GitHub and have not built this AUR package myself. Sorry for my premature words if the built package is indeed dynamically linked to system openssl.

chliny commented on 2020-05-31 08:33 (UTC)

Umm, Actually,sslocal-rust depends on libssl.so and libcrypto.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 not LimitNOFILE. Users can manually add a suitable LimitNOFILE value in dir shadowsocks-rust@.service.d or shadowsocks-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 and LimitNOFILE. 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

   Compiling shadowsocks-rust v1.7.0-alpha.7 (file:///home/user/.cache/yay/shadowsocks-rust/src/shadowsocks-rust)
error: internal compiler error: librustc_mir/monomorphize/collector.rs:750: Cannot create local mono-item for DefId(19/0:1252 ~ shadowsocks[6755]::relay[0]::udprelay[0]::dns[0]::{{impl}}[2]::new[0])

thread 'main' panicked at 'Box<any>', librustc_errors/lib.rs:554:9 note: Run with RUST_BACKTRACE=1 for a backtrace. error: aborting due to previous error</any>

note: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports

note: rustc 1.28.0-nightly (952f344cd 2018-05-18) running on x86_64-unknown-linux-gnu

note: compiler flags: -C opt-level=3 -C lto --crate-type bin

note: some of the compiler flags provided by cargo are hidden

error: Could not compile shadowsocks-rust. warning: build failed, waiting for other jobs to finish... error: build failed