mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
* debian: fix up postinst bad substitution Fix up postinst bad substitution caused by Bash string manipulation in the Dash script. * debian: update compat file Fix up the warning caused by compatibility levels before 10 are deprecated. * debian: replace user nobody in systemd file with dynamicuser * debian: remove dependency on apg and pwgen in control file * debian: update shadowsocks-rust-server@.service Add `DynamicUser=yes` in shadowsocks-rust-server@.service * debian: update shadowsocks-rust-local@.service Add `DynamicUser=yes` in shadowsocks-rust-local@.service --------- Co-authored-by: mesher2024 <mesher2024@users.noreply.github.com>
17 lines
591 B
Plaintext
17 lines
591 B
Plaintext
Source: shadowsocks-rust
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Y. T. Chung <zonyitoo@gmail.com>
|
|
Build-Depends: debhelper (>=9), rustc, cargo, libcap2-bin [linux-any]
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://github.com/shadowsocks/shadowsocks-rust
|
|
|
|
Package: shadowsocks-rust
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
|
|
Conflicts: shadowsocks
|
|
Description: Rust port of shadowsocks, a secure socks5 proxy
|
|
Shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
|
|
Shadowsocks-rust was inspired by Shadowsocks (in Python). It's rewritten
|
|
in rust.
|