1
0

9 Commits

Author SHA256 Message Date
6bdc2b785a Accepting request 1200819 from server:proxy
OBS-URL: https://build.opensuse.org/request/show/1200819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadowsocks-rust?expand=0&rev=9
2024-09-15 10:35:48 +00:00
d4ed296189 - Update version to 1.20.4
* Updated rustls to v0.23 with ring backend
  * local-redir, server: Better approach to check current platform IP stack
    capabilities like Go (IPv4, IPv6, IPv4-mapped-IPv6 supports)
  * Explicitly enable dual-stack if listen addresses (server, local_address)
    are IPv4-mapped-IPv6, by setting IPV6_V6ONLY=0
  * PingBalancer check Firefox portal allowing 200 HTTP status
  * Ping Balancer scores replaced standard deviation with median absolute
    deviation, which should help focusing less on outlying observations in
    latency samples
  * local: Allow configuring SOCKS5 UDP_ASSOCIATE address
  * ProxyServerStream::from_stream made public
  * Fix bugs

OBS-URL: https://build.opensuse.org/package/show/server:proxy/shadowsocks-rust?expand=0&rev=29
2024-09-13 11:54:38 +00:00
6d1a500466 Accepting request 1181168 from server:proxy
(forwarded request 1181166 from hillwood)

OBS-URL: https://build.opensuse.org/request/show/1181168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadowsocks-rust?expand=0&rev=8
2024-06-17 17:29:46 +00:00
3d8877546a Accepting request 1169688 from server:proxy
(forwarded request 1169687 from hillwood)

OBS-URL: https://build.opensuse.org/request/show/1169688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadowsocks-rust?expand=0&rev=7
2024-04-23 16:56:10 +00:00
1e5b82fa5c Accepting request 1132889 from server:proxy
OBS-URL: https://build.opensuse.org/request/show/1132889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadowsocks-rust?expand=0&rev=6
2023-12-13 17:36:44 +00:00
69e4759f79 Accepting request 1130558 from server:proxy
OBS-URL: https://build.opensuse.org/request/show/1130558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadowsocks-rust?expand=0&rev=5
2023-12-03 19:49:32 +00:00
70aa2a0e41 Accepting request 1120484 from server:proxy
- Fix boo#1216372 and boo#1216373, run systemd service as a dedicated user and group

OBS-URL: https://build.opensuse.org/request/show/1120484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadowsocks-rust?expand=0&rev=4
2023-10-26 15:14:51 +00:00
b29e7c6475 Accepting request 1116316 from server:proxy
(forwarded request 1116315 from hillwood)

OBS-URL: https://build.opensuse.org/request/show/1116316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadowsocks-rust?expand=0&rev=3
2023-10-10 18:58:47 +00:00
987e2e53b0 Accepting request 1094656 from server:proxy
OBS-URL: https://build.opensuse.org/request/show/1094656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadowsocks-rust?expand=0&rev=2
2023-06-22 21:26:55 +00:00
5 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c818124252528886dd2a26c0f4730a34cdeb5764c3812cae0d98e9fc9c1d8ce9
size 451311

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf064ad157974b3e396aab3bb60aab380dbc4e11b736603bfbc8e7a138f6bb26
size 453391

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Sep 12 13:19:28 UTC 2024 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 1.20.4
* Updated rustls to v0.23 with ring backend
* local-redir, server: Better approach to check current platform IP stack
capabilities like Go (IPv4, IPv6, IPv4-mapped-IPv6 supports)
* Explicitly enable dual-stack if listen addresses (server, local_address)
are IPv4-mapped-IPv6, by setting IPV6_V6ONLY=0
* PingBalancer check Firefox portal allowing 200 HTTP status
* Ping Balancer scores replaced standard deviation with median absolute
deviation, which should help focusing less on outlying observations in
latency samples
* local: Allow configuring SOCKS5 UDP_ASSOCIATE address
* ProxyServerStream::from_stream made public
* Fix bugs
-------------------------------------------------------------------
Sun Jun 16 09:07:43 UTC 2024 - Hillwood Yang <hillwood@opensuse.org>

View File

@@ -17,7 +17,7 @@
Name: shadowsocks-rust
Version: 1.20.0
Version: 1.20.4
Release: 0
Summary: Rust port of Shadowsocks
License: MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f9ea72699b8e813c755be6067826151782aed5dcf9d9b27fdc66f6c1db594b0
size 93151494
oid sha256:e199a4cc1b03625deea230f9f890b12b498af274250891031727c6dfc2ecfb27
size 84349967