Search Criteria
Package Details: shadowsocks-rust 1.17.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/shadowsocks-rust.git (read-only, click to copy) |
---|---|
Package Base: | shadowsocks-rust |
Description: | A Rust port of shadowsocks https://shadowsocks.org/ |
Upstream URL: | https://github.com/shadowsocks/shadowsocks-rust |
Keywords: | shadowsocks |
Licenses: | MIT |
Submitter: | BigmenPixel |
Maintainer: | BigmenPixel |
Last Packager: | BigmenPixel |
Votes: | 16 |
Popularity: | 2.46 |
First Submitted: | 2022-01-01 16:31 (UTC) |
Last Updated: | 2023-11-27 14:36 (UTC) |
Dependencies (1)
- cargo (rust-nightly-binAUR, cargo-gitAUR, rustup-gitAUR, rust, rustup) (make)
Required by (5)
- archwrt-ss.sh-git (optional)
- gun-sip003-git (optional)
- shadowsocks-gtk-rs (optional)
- shadowsocks-rust-multiprofile-daemon-git
- ss-face (optional)
Latest Comments
1 2 Next › Last »
Hanabishi commented on 2023-11-30 18:56 (UTC)
No, it's not. All Arch packages imply that you have base installed and don't explicitly include anything from there.
AUR packages also imply that you have base-devel installed during build time.
If you are new, consider reading the wiki first: https://wiki.archlinux.org/title/Arch_User_Repository
qubeck commented on 2023-11-30 18:39 (UTC) (edited on 2023-11-30 18:48 (UTC) by qubeck)
I just checked the package with namcap. Thought it would be better if it was listed anyway. I'm kinda new to AUR, sorry :)
Hanabishi commented on 2023-11-30 18:05 (UTC) (edited on 2023-11-30 18:13 (UTC) by Hanabishi)
Add what? You literally can't have a working system without glibc package. It is always installed.
Same goes for openssl and gcc-libs. They are always installed with base Arch system.
qubeck commented on 2023-11-30 17:32 (UTC) (edited on 2023-11-30 17:39 (UTC) by qubeck)
I think some dependencies are missing. Can you add them, please?
zumoshi commented on 2023-06-13 02:19 (UTC)
Can you add
RUSTUP_TOOLCHAIN=stable
to thecargo build
command? AUR installers that use some kind of isolation/sandboxing like rua can't access~/.cargo
and fail with:See rua#133 for more info. Thanks.
BigmenPixel commented on 2023-05-06 07:16 (UTC)
Oh, yes, I will fix it.
Hanabishi commented on 2023-05-06 07:14 (UTC)
You forgot to update checksums.
hykilp commented on 2023-05-05 04:31 (UTC) (edited on 2023-05-05 04:31 (UTC) by hykilp)
If you add the following line under build(), it can successfully build on riscv64 platforms:
[[ "$CARCH" == "riscv64" ]] && CARCH="riscv64gc"
igo95862 commented on 2023-04-30 13:04 (UTC) (edited on 2023-04-30 13:05 (UTC) by igo95862)
I think in the service file the
CapabilityBoundingSet=
should actually beAmbientCapabilities=
. I believe the bounding set limits the capabilities but ambient grants them.Also maybe it is worth adding
CAP_NET_ADMIN
to allow the use of--outbound-fwmark
.(maybe also
NoNewPrivileges=yes
?)BigmenPixel commented on 2023-04-20 14:51 (UTC)
I can enable
trust-dns
but aredns-over-{tls,https}
inscluded in it?1 2 Next › Last »