shadowsocks-libev: bump to version 3.3.5
authorYousong Zhou <yszhou4tech@gmail.com>
Mon, 21 Sep 2020 02:39:40 +0000 (10:39 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Mon, 21 Sep 2020 09:19:59 +0000 (17:19 +0800)
Patch removed because the relevant code was removed upstream

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
net/shadowsocks-libev/Makefile
net/shadowsocks-libev/patches/010-gcc10.patch [deleted file]

index 86974110550e4f68062a11d074aa231fb4ca4b39..75c6b3ccd6e81a5469334cc43ec96ee50ed9e7db 100644 (file)
@@ -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 <yszhou4tech@gmail.com>
 
diff --git a/net/shadowsocks-libev/patches/010-gcc10.patch b/net/shadowsocks-libev/patches/010-gcc10.patch
deleted file mode 100644 (file)
index 1049fc2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/http.h
-+++ b/src/http.h
-@@ -29,6 +29,6 @@
- #include <stdio.h>
- #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