From f19375014ee4269ae4df13e7c0f336f74812cdac Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Fri, 22 Sep 2023 03:40:23 +0000 Subject: [PATCH] xfrpc: update to version 2.9.644 Release notes: https://github.com/liudf0716/xfrpc/releases/tag/2.9.644 Signed-off-by: Dengfeng Liu (cherry picked from commit 6cd80e07273d7e7f291f15601f0cf77f88732351) --- net/xfrpc/Makefile | 4 ++-- net/xfrpc/files/xfrpc.init | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/xfrpc/Makefile b/net/xfrpc/Makefile index 7a2131803a..684bb84fb1 100644 --- a/net/xfrpc/Makefile +++ b/net/xfrpc/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xfrpc -PKG_VERSION:=2.6.633 +PKG_VERSION:=2.9.644 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/liudf0716/xfrpc.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=cf28d7173c1e91ea7859c76f133f0c06a7ba591bc237a1bcc2f86c319f104ef1 +PKG_MIRROR_HASH:=99cda337c641664d94abc3fe4e144c13a7f3191951e917e7a837ab88a7df4515 PKG_MAINTAINER:=Dengfeng Liu PKG_LICENSE:=GPL-3.0-or-later diff --git a/net/xfrpc/files/xfrpc.init b/net/xfrpc/files/xfrpc.init index 3b0ddedafc..cc803b0a27 100755 --- a/net/xfrpc/files/xfrpc.init +++ b/net/xfrpc/files/xfrpc.init @@ -28,7 +28,7 @@ handle_xfrpc() { echo "local_ip = $local_ip" >> "$config" echo "local_port = $local_port" >> "$config" case "$type" in - tcp) + tcp|mstsc|socks5) config_get remote_port "$name" remote_port echo "remote_port = $remote_port" >> "$config" ;;