From 04dea23c62f0b2c75ac4af5216b076b0c5da8cbc Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Mon, 21 Sep 2020 10:39:40 +0800 Subject: [PATCH] shadowsocks-libev: bump to version 3.3.5 Patch removed because the relevant code was removed upstream Signed-off-by: Yousong Zhou --- net/shadowsocks-libev/Makefile | 6 +++--- net/shadowsocks-libev/patches/010-gcc10.patch | 20 ------------------- 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 net/shadowsocks-libev/patches/010-gcc10.patch diff --git a/net/shadowsocks-libev/Makefile b/net/shadowsocks-libev/Makefile index 8697411055..75c6b3ccd6 100644 --- a/net/shadowsocks-libev/Makefile +++ b/net/shadowsocks-libev/Makefile @@ -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.3.4 -PKG_RELEASE:=5 +PKG_VERSION:=3.3.5 +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:=fce47a956fad0c30def9c71821bcec450a40d3f881548e31e66cedf262b89eb1 +PKG_HASH:=cfc8eded35360f4b67e18dc447b0c00cddb29cc57a3cec48b135e5fb87433488 PKG_MAINTAINER:=Yousong Zhou diff --git a/net/shadowsocks-libev/patches/010-gcc10.patch b/net/shadowsocks-libev/patches/010-gcc10.patch deleted file mode 100644 index 1049fc2f81..0000000000 --- a/net/shadowsocks-libev/patches/010-gcc10.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/http.h -+++ b/src/http.h -@@ -29,6 +29,6 @@ - #include - #include "protocol.h" - --const protocol_t *const http_protocol; -+extern const protocol_t *const http_protocol; - - #endif ---- a/src/tls.h -+++ b/src/tls.h -@@ -28,6 +28,6 @@ - - #include "protocol.h" - --const protocol_t *const tls_protocol; -+extern const protocol_t *const tls_protocol; - - #endif