Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

shadowsocks-libev-3.3.5-bp153.1.15 RPM for aarch64

From OpenSuSE Leap 15.3 for aarch64

Name: shadowsocks-libev Distribution: SUSE Linux Enterprise 15 SP3
Version: 3.3.5 Vendor: openSUSE
Release: bp153.1.15 Build date: Sun Mar 14 13:42:20 2021
Group: Productivity/Networking/Web/Proxy Build host: obs-arm-9
Size: 1166249 Source RPM: shadowsocks-libev-3.3.5-bp153.1.15.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/shadowsocks/shadowsocks-libev
Summary: Libev port of Shadowsocks
shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and
low-end boxes.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Sat Sep 19 2020 opensuse-packaging <opensuse-packaging@opensuse.org>
  - Update version to 3.3.5
    * Remove the SNI proxy function.
    * Minor bug fixes. (#2581, #2582, #2590, #2595, #2599,
      [#2600], #2620, #2687, #2692)
* Sun Sep 06 2020 opensuse-packaging <opensuse-packaging@opensuse.org>
  - Fix shadowsocks-libev-tunnel.service
  - Add some systemd profiles
* Tue Jun 09 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - Revert back to the distro default compiler (i.e. GCC 10.1 on TW):
    + export CFLAGS+="-fcommon" until upstream makes this code
      compatible to GCC10.
* Sun Jun 07 2020 opensuse-packaging <opensuse-packaging@opensuse.org>
  - Update Recommends tag: use shadowsocks-v2ray-plugin instead of simple-obfs
  - Fix build on Tumbleweed: don't use gcc10!
* Mon Feb 03 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
    shortcut through the -mini flavors.
* Wed Jan 15 2020 Michael Du <duyizhaozj321@yahoo.com>
  - Update version to 3.3.4
    * Minor bug fixes. (#2539, #2565, #2566, #2577)
* Thu Nov 14 2019 Hillwood Yang <hillwood@opensuse.org>
  - 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 2019 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 3.3.2
    * Refine the handling of fragment request.
    * Minor bug fixes.
* Thu Aug 22 2019 Michael Du <duyizhaozj321@yahoo.com>
  - Update version to 3.3.1
    * Fix a high CPU bug introduced in 3.3.0. (#2449)
    * Fix MinGW build. (#2438)
    * Minor bug fixes. (#2402, #2412, #2427, #2443)
* Mon Jun 10 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 2019 Michael Du <duyizhaozj321@yahoo.com>
  - Update version to 3.2.5
    * Fix a bug of port parser.
* Mon Mar 25 2019 Hillwood Yang <hillwood@opensuse.org>
  - Fix postun.
* Mon Mar 04 2019 Michael Du <duyizhaozj321@yahoo.com>
  - Update version to 3.2.4
    * Fix a crash with MinGW.
    * Refine SIP003 plugin interface.
    * Remove connection timeout from all clients.
* Thu Nov 29 2018 Michael Du <duyizhaozj321@yahoo.com>
  - Update version to 3.2.3
    * Fix the alignment bug again.
* Wed Nov 28 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 2018 hillwood@opensuse.org
  - Update version to 3.2.0
    * Add MinGW support by @linusyang
    * Refine c-ares integration by @xnoreq.
    * Fix building issues with GCC8 by @FlyingheartCN.
    * Minor bug fixes.
* Sat Jan 20 2018 hillwood@opensuse.org
  - Update version to 3.1.3
    * Fix a bug in UDP relay.
* Sat Dec 30 2017 jengelh@inai.de
  - Instad of removing static libs after the fact, do not even build
    them in the first place.
  - Fix RPM groups and spelling errors in the description.
* Fri Dec 29 2017 hillwood@opensuse.org
  - Update to 3.1.2
    * Fix a bug in DNS resolver.
    * Add new TFO API support.
  - Drop fix-Command-Execution-in-ss-manager.patch. Merged by upstream.
* Tue Oct 31 2017 hillwood@opensuse.org
  - Add fix-Command-Execution-in-ss-manager.patch
    * Fix boo#1065619 and CVE-2017-15924
* Thu Sep 28 2017 hillwood@opensuse.org
  - Fix Request tag.
* Tue Sep 19 2017 hillwood@opensuse.org
  - Update to 3.1.0
    * Replace libudns with libc-ares.
  - Merge libbloom, libcork and libipset.
* Thu Aug 10 2017 hillwood@opensuse.org
  - Update to 3.0.8
    * Refine the ping-pong bloom filter.
    * Minor bug fixes by @vfreex, @vlolteanu and @jackyyf.
* Thu Jul 20 2017 hillwood@opensuse.org
  - Set simple-obfs by Recommends.
* Thu Jul 20 2017 hillwood@opensuse.org
  - Update to 3.0.7
    * Fix a bug with AEAD ciphers.
    * Refine ACL support by @blackgear.
    * Refine manager mode by @mengxd.
    * Fix a potential memory leak by @vlolteanu.
* Tue Apr 18 2017 hillwood@opensuse.org
  - Update to 3.0.5
    * Drop dependencies of OpenSSL and PolarSSL.
    * Deprecate OTA (One-Time-Auth).
    * Add new ciphers for SIP004: aes-128-gcm, aes-192-gcm, aes-256-gcm,
      chacha20-poly1305 and chacha20-ietf-poly1305.
    * Refine SIP003 to support standalone mode of obfsproxy.
    * Fix a crashe when using stream ciphers.
    * Fix a protocol bug in AEAD ciphers. (SIP004)
    * Allow setting keys directly. (SIP006)
    * Add session key for AEAD. (SIP007)
    * Replace nonce cache with a ping-pong bloom filter.
    * Add CMake files by @wenerme.
    * Support TCP Fast Open in ss-redir by @lqs.
    * Support TOS/DESCP in ss-redir by @sduponch.
    * Refine MPTCP by @sduponch.
    * Fix a bug of TCP Fast Open in ss-redir.
* Tue Dec 06 2016 jengelh@inai.de
  - Use a single call to %service_*
* Mon Dec 05 2016 hillwood@opensuse.org
  - Fix %pre, %post, %preun and %postun.
* Mon Dec 05 2016 hillwood@opensuse.org
  - Add system scripts for ss-redir, ss-tunnel, ss-manager and ss-nat.
  - Split doc package.
* Fri Dec 02 2016 hillwood@opensuse.org
  - Update to 2.5.6
    * Add outbound ACL for server by @kimw.
    * Refine log format by @kimw.
    * Refine attack detection.
    * Fix a bug of auto blocking mechanism.
    * Fix TCP Fast Open on macOS.
    * Fix a bug of UDP relay mode of ss-local.
    * Refine ACL feature with hostname support.
    * Add HTTP/SNI parser for ss-local/ss-redir.
    * 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.
  - Fix spec for Fedora.
* Fri Dec 02 2016 hillwood@opensuse.org
  - update to 2.4.8
    * Fix a security bug.
    * Refine memory management.
    * Minor bug fixes.
    * Fix a potential memory leak.
    * Fix some compiler related issues.
    * Fix build issues on OpenWRT.
    * Reduce the latency of redir mode.
    * Update manual pages by @kimw.
    * Enhance UDP relay mode by @wongsyrone.
    * Add ss-nat, a helper script to set up NAT rules for ss-redir,
      from @aa65535.
    * Fix several issues for debian package by @rogers0.
    * Update manual pages with asciidoc by @anonymous-contributor.
    * Fix issues of bind_address option by @tim-le.
* Sun Oct 11 2015 hillwood@linuxfans.org
  - Update to 2.4.0
    * Refine the one-time authentication.
  - Changes of 2.3.3 and 2.3.2
    * Minor bug fixes.
  - Changes of 2.3.1
    * Fix an issue of connection cache of UDP relay.
    * Add support of one time authentication for header verification.
* Sat Aug 22 2015 i@marguerite.su
  - update version 2.3.0
    * add manager mode to support multi-user and traffic stat
  - changes in 2.2.3
    * Fix some issues for multi-destination UDP relay
* Thu Jun 25 2015 i@marguerite.su
  - update version 2.2.2
    * fix the timer of UDP relay
* Fri Jun 05 2015 i@marguerite.su
  - update version 2.2.1
    * fix an issue of UDF relay.
  - changes in 2.2.0
    * add TPROXY support for redir mode.
* Sun Mar 15 2015 i@marguerite.su
  - systemd service:
    * restart on failure instead of abort
    * enable tcp fast open
* Fri Feb 13 2015 i@marguerite.su
  - update version 2.1.4
    * add acl support to server mode
* Sat Jan 17 2015 i@marguerite.su
  - update version 2.0.8
    * minor bug fixes
  - changes in 1.6.3~2.0.7
    * refine documents
    * implement a real asyncchronous DNS resolver
    * fix some issues with MinGW
    * refine ss-local, ss-tunnel, and ss-redir
    * fix an issue in redir mode
* Sat Jan 03 2015 i@marguerite.su
  - update version 1.6.2
    * minor bugfix
  - changes in 1.5.0~1.6.1
    * Support to build static or shared library.
    * Refine the cache size of UDPRelay.
    * Fix a bug introduced by fast open.
    * Handle signals properly.
    * Fix log on Win32.
    * Add salsa20 and chacha20 support
* Sat Oct 25 2014 i@marguerite.su
  - update version 1.4.8
    * Fix a bug of tcp fast open.
  - changes in 1.4.7
    * Add a new encryptor rc4-md5

Files

/etc/shadowsocks
/etc/shadowsocks/shadowsocks-libev-config.json
/usr/bin/ss-local
/usr/bin/ss-manager
/usr/bin/ss-nat
/usr/bin/ss-redir
/usr/bin/ss-server
/usr/bin/ss-tunnel
/usr/lib/systemd/system/shadowsocks-libev-client.service
/usr/lib/systemd/system/shadowsocks-libev-client@.service
/usr/lib/systemd/system/shadowsocks-libev-manager.service
/usr/lib/systemd/system/shadowsocks-libev-nat.service
/usr/lib/systemd/system/shadowsocks-libev-nat@.service
/usr/lib/systemd/system/shadowsocks-libev-redir.service
/usr/lib/systemd/system/shadowsocks-libev-redir@.service
/usr/lib/systemd/system/shadowsocks-libev-server.service
/usr/lib/systemd/system/shadowsocks-libev-server@.service
/usr/lib/systemd/system/shadowsocks-libev-tunnel.service
/usr/lib/systemd/system/shadowsocks-libev-tunnel@.service
/usr/sbin/rcshadowsocks-libev-client
/usr/sbin/rcshadowsocks-libev-client@
/usr/sbin/rcshadowsocks-libev-manager
/usr/sbin/rcshadowsocks-libev-nat
/usr/sbin/rcshadowsocks-libev-nat@
/usr/sbin/rcshadowsocks-libev-redir
/usr/sbin/rcshadowsocks-libev-redir@
/usr/sbin/rcshadowsocks-libev-server
/usr/sbin/rcshadowsocks-libev-server@
/usr/sbin/rcshadowsocks-libev-tunnel
/usr/sbin/rcshadowsocks-libev-tunnel@
/usr/share/doc/packages/shadowsocks-libev
/usr/share/doc/packages/shadowsocks-libev/AUTHORS
/usr/share/doc/packages/shadowsocks-libev/Changes
/usr/share/doc/packages/shadowsocks-libev/README.md
/usr/share/licenses/shadowsocks-libev
/usr/share/licenses/shadowsocks-libev/COPYING
/usr/share/man/man1/ss-local.1.gz
/usr/share/man/man1/ss-manager.1.gz
/usr/share/man/man1/ss-nat.1.gz
/usr/share/man/man1/ss-redir.1.gz
/usr/share/man/man1/ss-server.1.gz
/usr/share/man/man1/ss-tunnel.1.gz
/usr/share/man/man8/shadowsocks-libev.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:55:59 2024