From owner-freebsd-ports-bugs@freebsd.org Wed Oct 5 16:01:41 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1700CAF5430 for ; Wed, 5 Oct 2016 16:01:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04B2FADF for ; Wed, 5 Oct 2016 16:01:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u95G1eN1062423 for ; Wed, 5 Oct 2016 16:01:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213229] update net/shadowsocks-libev to 2.5.3 Date: Wed, 05 Oct 2016 16:01:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: csosstudy@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 16:01:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213229 Bug ID: 213229 Summary: update net/shadowsocks-libev to 2.5.3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: csosstudy@gmail.com CC: xiaoding+freebsd@xiaoding.org CC: xiaoding+freebsd@xiaoding.org Flags: maintainer-feedback?(xiaoding+freebsd@xiaoding.org) Created attachment 175449 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175449&action= =3Dedit svn diff shadowsocks-libev (2.5.3-1) unstable; urgency=3Dmedium * Fix TCP Fast Open on macOS. -- Max Lv Wed, 21 Sep 2016 19:31:57 +0800 shadowsocks-libev (2.5.2-1) unstable; urgency=3Dmedium * Fix a bug of UDP relay mode of ss-local. -- Max Lv Mon, 12 Sep 2016 12:54:33 +0800 shadowsocks-libev (2.5.1-1) unstable; urgency=3Dmedium * Refine ACL feature with hostname support. * Add HTTP/SNI parser for ss-local/ss-redir. -- Max Lv Sat, 10 Sep 2016 17:06:49 +0800 shadowsocks-libev (2.5.0-1) unstable; urgency=3Dmedium * Fix several bugs of the command line interface. * Add aes-128/192/256-ctr ciphers. * Add option MTU for UDP relay. * Add MultiPath TCP support. -- Max Lv Mon, 29 Aug 2016 13:07:51 +0800 shadowsocks-libev (2.4.8-1) unstable; urgency=3Dlow * Update manual pages with asciidoc. * Fix issues of bind_address option. -- Max Lv Wed, 20 Jul 2016 09:25:50 +0800 shadowsocks-libev (2.4.7-1) unstable; urgency=3Dlow * Add ss-nat, a helper script to set up NAT rules for ss-redir. * Fix several issues for debian package. -- Max Lv Wed, 1 Jun 2016 18:21:45 +0800 shadowsocks-libev (2.4.6-1) unstable; urgency=3Dlow * Update manual pages. -- Max Lv Thu, 21 Apr 2016 17:33:34 +0800 shadowsocks-libev (2.4.5-1) unstable; urgency=3Dlow * Fix build issues on OpenWRT. * Reduce the latency of redir mode. -- Max Lv Mon, 01 Feb 2016 13:22:50 +0800 shadowsocks-libev (2.4.4-1) unstable; urgency=3Dlow * Fix a potential memory leak. * Fix some compiler related issues. -- Max Lv Wed, 13 Jan 2016 11:50:12 +0800 shadowsocks-libev (2.4.3-1) unstable; urgency=3Dhigh * Refine the buffer allocation. -- Max Lv Sat, 19 Dec 2015 12:30:21 +0900 shadowsocks-libev (2.4.1-1) unstable; urgency=3Dhigh * Fix a security bug. -- Max Lv Thu, 29 Oct 2015 15:42:47 +0900 shadowsocks-libev (2.4.0-1) unstable; urgency=3Dlow * Update the one-time authentication -- Max Lv Thu, 24 Sep 2015 14:11:05 +0900 shadowsocks-libev (2.3.3-1) unstable; urgency=3Dlow * Refine the onetime authentication of header. * Enforce CRC16 on the payload. -- Max Lv Fri, 18 Sep 2015 10:38:21 +0900 shadowsocks-libev (2.3.2-1) unstable; urgency=3Dlow * Fix minor issues of build scripts. -- Max Lv Sun, 13 Sep 2015 15:22:28 +0900 shadowsocks-libev (2.3.1-1) unstable; urgency=3Dlow * Fix an issue of connection cache of UDP relay. * Add support of onetime authentication for header verification. -- Max Lv Fri, 04 Sep 2015 07:54:02 +0900 shadowsocks-libev (2.3.0-1) unstable; urgency=3Dlow * Add manager mode to support multi-user and traffic stat. * Fix a build issue on OS X El Capitan. -- Max Lv Thu, 30 Jul 2015 17:30:43 +0900 shadowsocks-libev (2.2.3-1) unstable; urgency=3Dhigh * Fix the multiple UDP source port issue. * Allow working in UDP only mode. -- Max Lv Sat, 11 Jul 2015 08:31:02 +0900 shadowsocks-libev (2.2.2-1) unstable; urgency=3Dlow * Fix the timer of UDP relay. * Check name_len in the header. -- Max Lv Mon, 15 Jun 2015 10:26:40 +0900 shadowsocks-libev (2.2.1-1) unstable; urgency=3Dlow * Fix an issue of UDP relay. -- Max Lv Sun, 10 May 2015 21:23:44 +0900 shadowsocks-libev (2.2.0-1) unstable; urgency=3Dlow * Add TPROXY support in redir mode. -- Max Lv Mon, 04 May 2015 02:44:17 -0300 shadowsocks-libev (2.1.4-1) unstable; urgency=3Dlow * Fix a bug of server mode ACL. -- Max Lv Sun, 08 Feb 2015 20:24:43 +0900 shadowsocks-libev (2.1.3-1) unstable; urgency=3Dlow * Add ACL support to remote server. -- Max Lv Sun, 08 Feb 2015 10:59:44 +0900 shadowsocks-libev (2.1.2-1) unstable; urgency=3Dlow * Refine multiple port binding. -- Max Lv Sat, 31 Jan 2015 18:56:25 +0900 shadowsocks-libev (2.1.1-1) unstable; urgency=3Dlow * Fix a memory leak. -- Max Lv Wed, 21 Jan 2015 21:40:58 +0900 shadowsocks-libev (2.1.0-1) unstable; urgency=3Dlow * Fix a bug of tunnel mode. -- Max Lv Mon, 19 Jan 2015 09:59:52 +0900 shadowsocks-libev (2.0.8-1) unstable; urgency=3Dlow * Fix a bug of IPv6. -- Max Lv Fri, 16 Jan 2015 10:58:12 +0900 shadowsocks-libev (2.0.7-1) unstable; urgency=3Dlow * Fix some performance issue. -- Max Lv Tue, 13 Jan 2015 13:17:58 +0900 shadowsocks-libev (2.0.6-1) unstable; urgency=3Dhigh * Fix a critical issue in redir mode. -- Max Lv Mon, 12 Jan 2015 21:51:19 +0900 shadowsocks-libev (2.0.5-1) unstable; urgency=3Dlow * Refine local, tunnel, and redir modes. -- Max Lv Mon, 12 Jan 2015 12:39:05 +0800 shadowsocks-libev (2.0.4-1) unstable; urgency=3Dlow * Fix building issues with MinGW32. -- Max Lv Sun, 11 Jan 2015 13:33:31 +0900 shadowsocks-libev (2.0.3-1) unstable; urgency=3Dhigh * Fix some issues. -- Max Lv Sat, 10 Jan 2015 16:27:54 +0800 shadowsocks-libev (2.0.2-1) unstable; urgency=3Dlow * Fix issues with MinGW. -- Max Lv Sat, 10 Jan 2015 15:17:10 +0800 shadowsocks-libev (2.0.1-1) unstable; urgency=3Dlow * Implement a real asynchronous DNS resolver. -- Max Lv Sat, 10 Jan 2015 10:04:28 +0800 --=20 You are receiving this mail because: You are the assignee for the bug.=