shadowsocks-libev: bump version 3.0.7
Notable changes since 3.0.6 f308dde ss-server: fix a use-after-free bug 0b2dce5 ss-redir: fix a mem leak b7bdb16 ss-local: SOCKS5 UDP associate terminates the connection prematurely 3f0d39a ss-local: use getsockname udp_fd where it applies (fixes local_port==0) eb30a3d fix possible data loss with salsa20 cipher 0559d8c fix partial nonce data being overwritten Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
84a8a67552
commit
1c82410cf9
1 changed files with 3 additions and 3 deletions
|
@ -18,12 +18,12 @@ include $(TOPDIR)/rules.mk
|
|||
# - add validate type: user
|
||||
#
|
||||
PKG_NAME:=shadowsocks-libev
|
||||
PKG_VERSION:=3.0.6
|
||||
PKG_RELEASE:=4
|
||||
PKG_VERSION:=3.0.7
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/releases/download/v$(PKG_VERSION)
|
||||
PKG_HASH:=7d9b43b0235a57c115bfe160efd54abef96bffcbfff61c5496e7c2800f0734ca
|
||||
PKG_HASH:=024f2ff501e15ad0cd03dcbac5ca1842aad13dbd51788e522818ff4c129dee18
|
||||
|
||||
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
|
||||
|
||||
|
|
Loading…
Reference in a new issue