From 4e2336c5f45f01c92d4a595b3a26b174ec14eeb1 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 2 Jan 2018 10:39:39 +0800 Subject: shadowsocks-libev: bump to version 3.1.2 Notable changes since 3.1.1 - 57ab828 fix possible use-after-free in ss-server - 65e9d23 filter through acl first before doing sni detection - b26cbc2 another attack on null ref - d237a05 udprelay: fix off-by-one bug - 0c3cf8b fix runtime TFO detection - d445ea9 Linux 4.11 TFO socket option support --- net/shadowsocks-libev/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/shadowsocks-libev') diff --git a/net/shadowsocks-libev/Makefile b/net/shadowsocks-libev/Makefile index 13cd4f01e..d85887f15 100644 --- a/net/shadowsocks-libev/Makefile +++ b/net/shadowsocks-libev/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 Yousong Zhou +# Copyright (C) 2017-2018 Yousong Zhou # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,12 +13,12 @@ include $(TOPDIR)/rules.mk # - check if default mode has changed from being tcp_only # PKG_NAME:=shadowsocks-libev -PKG_VERSION:=3.1.1 -PKG_RELEASE:=2 +PKG_VERSION:=3.1.2 +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:=24a002c100fbe9b4481e3134273cb1a2f25a4026eb030760e7e7eb57f8466ef6 +PKG_HASH:=3611f09793af923d988ecbd15ad89fb66839e51a0059685d8f88c0131658e4a7 PKG_MAINTAINER:=Yousong Zhou -- cgit v1.2.3