From e2348e13c84368d590b8f6a85368abfa63b28379 Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 2 Feb 2024 03:29:11 +0800 Subject: [PATCH] shadowsocksr-libev: add `libopenssl-legacy` depends * fix openwrt-23.05 openssl-3.x chipher failure Signed-off-by: sbwml --- shadowsocksr-libev/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shadowsocksr-libev/Makefile b/shadowsocksr-libev/Makefile index fa40b9354..21c6b7c82 100644 --- a/shadowsocksr-libev/Makefile +++ b/shadowsocksr-libev/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shadowsocksr-libev PKG_VERSION:=2.5.6 -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/shadowsocksrr/shadowsocksr-libev @@ -34,7 +34,7 @@ define Package/shadowsocksr-libev/Default SUBMENU:=Web Servers/Proxies TITLE:=shadowsocksr-libev ssr-$(1) URL:=https://github.com/shadowsocksrr/shadowsocksr-libev - DEPENDS:=+libev +libsodium +libopenssl +libpthread +libpcre2 +libudns +zlib + DEPENDS:=+libev +libsodium +libopenssl +libpthread +libpcre2 +libudns +zlib +libopenssl-legacy endef define Package/shadowsocksr-libev-ssr-$(1)/install