1
0

Accepting request 652277 from home:stawidy

- Update version to 3.2.2
  * Fix a bug on 32-bit arch.
- Changes in version 3.2.1
  * Add TCP fast open support to ss-tunnel by @PantherJohn.
  * Fix several security issues.

OBS-URL: https://build.opensuse.org/request/show/652277
OBS-URL: https://build.opensuse.org/package/show/server:proxy/shadowsocks-libev?expand=0&rev=19
This commit is contained in:
Martin Pluskal 2018-11-28 09:46:15 +00:00 committed by Git OBS Bridge
parent cab72d9b06
commit 44daf1b68b
4 changed files with 16 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 28 08:06:50 UTC 2018 - Michael Du <duyizhaozj321@yahoo.com>
- Update version to 3.2.2
* Fix a bug on 32-bit arch.
- Changes in version 3.2.1
* Add TCP fast open support to ss-tunnel by @PantherJohn.
* Fix several security issues.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 29 07:46:29 UTC 2018 - hillwood@opensuse.org Tue May 29 07:46:29 UTC 2018 - hillwood@opensuse.org

View File

@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define libver 2 %define libver 2
Name: shadowsocks-libev Name: shadowsocks-libev
Version: 3.2.0 Version: 3.2.2
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
@ -148,9 +148,10 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcshadowsocks-libev-tunnel
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc Changes README.md COPYING AUTHORS %doc Changes README.md AUTHORS
%dir %{_sysconfdir}/shadowsocks %dir %{_sysconfdir}/shadowsocks
%config(noreplace) %{_sysconfdir}/shadowsocks/%{name}-config.json %config(noreplace) %{_sysconfdir}/shadowsocks/%{name}-config.json
%license COPYING
%{_bindir}/ss-local %{_bindir}/ss-local
%{_bindir}/ss-redir %{_bindir}/ss-redir
%{_bindir}/ss-server %{_bindir}/ss-server