shadowsocks-libev: bump version 3.0.7
authorYousong Zhou <redacted>
Mon, 24 Jul 2017 16:58:42 +0000 (00:58 +0800)
committerYousong Zhou <redacted>
Mon, 24 Jul 2017 17:06:10 +0000 (01:06 +0800)
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 <redacted>
net/shadowsocks-libev/Makefile

index cd1bbe0584d46f75867b844800ede5bbe70e3ee8..90ffb5c552ea9419140b6cda4d7d455cc8607e6b 100644 (file)
@@ -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>
 
git clone https://git.99rst.org/PROJECT