From 7b679731a5568a0612aa9da5ad70f675718209c4 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 7 Aug 2022 16:22:44 +0000 Subject: [PATCH] v2raya: Update to 1.5.9.1698.1 --- v2raya/Makefile | 6 +++--- v2raya/patches/100-compat-v5.patch | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 v2raya/patches/100-compat-v5.patch diff --git a/v2raya/Makefile b/v2raya/Makefile index 698cb277c..2f6828a2e 100644 --- a/v2raya/Makefile +++ b/v2raya/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2rayA -PKG_VERSION:=1.5.8.1 +PKG_VERSION:=1.5.9.1698.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/v2rayA/v2rayA/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=822ec4a93933d93aed1bda6f9a3c08915135c0fc33bebe5e69b293cf30fe35c2 +PKG_HASH:=247a357230c616bf48309c61d119686e4ad56939c05afef584c45051e9dc6220 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/service PKG_LICENSE:=AGPL-3.0-only @@ -61,7 +61,7 @@ define Download/v2raya-web URL:=https://codeload.github.com/v2rayA/v2raya-web/tar.gz/v$(PKG_VERSION)? URL_FILE:=$(WEB_FILE) FILE:=$(WEB_FILE) - HASH:=b13beac91d75c64af4ca6d7365716968702ce1be3f0c3e94d26e01daa07f223b + HASH:=149097a42c3e5fa6f5c3cd46d1bf7ec4546e79ad37c1446b759539e700bd75e2 endef define Build/Prepare diff --git a/v2raya/patches/100-compat-v5.patch b/v2raya/patches/100-compat-v5.patch new file mode 100644 index 000000000..2bd10eeec --- /dev/null +++ b/v2raya/patches/100-compat-v5.patch @@ -0,0 +1,10 @@ +--- a/core/v2ray/process.go ++++ b/core/v2ray/process.go +@@ -226,6 +226,7 @@ func StartCoreProcess(ctx context.Contex + dir := path.Dir(v2rayBinPath) + var arguments = []string{ + v2rayBinPath, ++ "run", + "--config=" + asset.GetV2rayConfigPath(), + } + if confdir := asset.GetV2rayConfigDirPath(); confdir != "" {