From 124b81cd13e09cb20b627e4aac90d4f7c57bdae9f73e4659370c99ffc48c2695 Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Thu, 16 Jan 2020 03:46:14 +0000 Subject: [PATCH 1/2] Accepting request 764826 from home:stawidy - Update version to 3.3.4 * Minor bug fixes. (#2539, #2565, #2566, #2577) OBS-URL: https://build.opensuse.org/request/show/764826 OBS-URL: https://build.opensuse.org/package/show/server:proxy/shadowsocks-libev?expand=0&rev=35 --- shadowsocks-libev-3.3.3.tar.gz | 3 --- shadowsocks-libev-3.3.4.tar.gz | 3 +++ shadowsocks-libev.changes | 6 ++++++ shadowsocks-libev.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 shadowsocks-libev-3.3.3.tar.gz create mode 100644 shadowsocks-libev-3.3.4.tar.gz diff --git a/shadowsocks-libev-3.3.3.tar.gz b/shadowsocks-libev-3.3.3.tar.gz deleted file mode 100644 index e9d558a..0000000 --- a/shadowsocks-libev-3.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:677356a5ed6b5ae9e32a898061db2587158ff27e245db03f4bde9b006ef12dc9 -size 1930597 diff --git a/shadowsocks-libev-3.3.4.tar.gz b/shadowsocks-libev-3.3.4.tar.gz new file mode 100644 index 0000000..3d2859f --- /dev/null +++ b/shadowsocks-libev-3.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce47a956fad0c30def9c71821bcec450a40d3f881548e31e66cedf262b89eb1 +size 1930793 diff --git a/shadowsocks-libev.changes b/shadowsocks-libev.changes index 0246a38..3fb64f3 100644 --- a/shadowsocks-libev.changes +++ b/shadowsocks-libev.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 15 13:39:42 UTC 2020 - Michael Du + +- Update version to 3.3.4 + * Minor bug fixes. (#2539, #2565, #2566, #2577) + ------------------------------------------------------------------- Thu Nov 14 06:39:43 UTC 2019 - Hillwood Yang diff --git a/shadowsocks-libev.spec b/shadowsocks-libev.spec index 637940e..9a6ec31 100644 --- a/shadowsocks-libev.spec +++ b/shadowsocks-libev.spec @@ -1,7 +1,7 @@ # # spec file for package shadowsocks-libev # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %define libver 2 Name: shadowsocks-libev -Version: 3.3.3 +Version: 3.3.4 Release: 0 Summary: Libev port of Shadowsocks License: GPL-3.0-or-later Group: Productivity/Networking/Web/Proxy -Url: https://github.com/shadowsocks/shadowsocks-libev +URL: https://github.com/shadowsocks/shadowsocks-libev Source0: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: %{name}-config.json Source2: %{name}-client.service From 5aca7c32e99a5a3c0627f578de26143f4d229521394d4854138072f3c501452f Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Thu, 16 Jan 2020 03:50:23 +0000 Subject: [PATCH 2/2] Accepting request 764827 from home:hillwood:branches:server:proxy * Fix exploitable denial-of-service vulnerability exists in the UDPRelay functionality (boo#1158251, CVE-2019-5163) * Fix code execution vulnerability in the ss-manager binary (boo#1158365, CVE-2019-5164) OBS-URL: https://build.opensuse.org/request/show/764827 OBS-URL: https://build.opensuse.org/package/show/server:proxy/shadowsocks-libev?expand=0&rev=36 --- shadowsocks-libev.changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shadowsocks-libev.changes b/shadowsocks-libev.changes index 3fb64f3..a47cbbf 100644 --- a/shadowsocks-libev.changes +++ b/shadowsocks-libev.changes @@ -9,6 +9,10 @@ Thu Nov 14 06:39:43 UTC 2019 - Hillwood Yang - Update version to 3.3.3 * Refine the handling of suspicious connections. + * Fix exploitable denial-of-service vulnerability exists in the + UDPRelay functionality (boo#1158251, CVE-2019-5163) + * Fix code execution vulnerability in the ss-manager binary + (boo#1158365, CVE-2019-5164) ------------------------------------------------------------------- Thu Oct 17 06:26:27 UTC 2019 - Hillwood Yang