From 5aca7c32e99a5a3c0627f578de26143f4d229521394d4854138072f3c501452f Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Thu, 16 Jan 2020 03:50:23 +0000 Subject: [PATCH] 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