Accepting request 708926 from server:proxy

- Update version to 3.3.0
  * Enlarge the socket buffer size to 16KB.
  * Fix the empty list bug in ss-manager.
  * Fix the IPv6 address parser. (forwarded request 708925 from hillwood)

OBS-URL: https://build.opensuse.org/request/show/708926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadowsocks-libev?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2019-06-12 11:15:07 +00:00 committed by Git OBS Bridge
commit a1f64d5c9b
4 changed files with 13 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 10 06:35:27 UTC 2019 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 3.3.0
* Enlarge the socket buffer size to 16KB.
* Fix the empty list bug in ss-manager.
* Fix the IPv6 address parser.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 26 10:16:49 UTC 2019 - Michael Du <duyizhaozj321@yahoo.com> Tue Mar 26 10:16:49 UTC 2019 - Michael Du <duyizhaozj321@yahoo.com>

View File

@ -19,7 +19,7 @@
%define libver 2 %define libver 2
Name: shadowsocks-libev Name: shadowsocks-libev
Version: 3.2.5 Version: 3.3.0
Release: 0 Release: 0
Summary: Libev port of Shadowsocks Summary: Libev port of Shadowsocks
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -50,9 +50,9 @@ BuildRequires: ghostscript-core
%endif %endif
BuildRequires: asciidoc BuildRequires: asciidoc
BuildRequires: systemd BuildRequires: systemd
BuildRequires: systemd-rpm-macros
BuildRequires: xmlto BuildRequires: xmlto
Recommends: simple-obfs Recommends: simple-obfs
BuildRequires: systemd-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_ordering} %{?systemd_ordering}