From 30b0d228de199caada2a6068c18fabf62da7e0da Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Wed, 10 Sep 2025 12:25:44 +0800 Subject: [PATCH] update 2025-09-10 12:25:44 --- luci-app-passwall/Makefile | 8 ++++---- xray-core/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile index 22e3e6bba..556462c34 100644 --- a/luci-app-passwall/Makefile +++ b/luci-app-passwall/Makefile @@ -82,7 +82,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Hysteria config PACKAGE_$(PKG_NAME)_INCLUDE_NaiveProxy bool "Include NaiveProxy" - depends on !(arc||(arm&&TARGET_gemini)||armeb||mips||mips64||powerpc) + depends on !(arc||armeb||loongarch64||mips||mips64||powerpc||TARGET_gemini) select PACKAGE_naiveproxy default n @@ -99,13 +99,13 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust_Client bool "Include Shadowsocks Rust Client" - depends on aarch64||arm||i386||mips||mipsel||x86_64 + depends on !i386 select PACKAGE_shadowsocks-rust-sslocal - default y if aarch64 + default y if aarch64||x86_64 config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust_Server bool "Include Shadowsocks Rust Server" - depends on aarch64||arm||i386||mips||mipsel||x86_64 + depends on !i386 select PACKAGE_shadowsocks-rust-ssserver default n diff --git a/xray-core/Makefile b/xray-core/Makefile index 72ccf408d..a9bece3a8 100644 --- a/xray-core/Makefile +++ b/xray-core/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-core -PKG_VERSION:=25.9.5 +PKG_VERSION:=25.9.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=5c215908982635cc507629e1d366f72a3bf42f1237bcab6687c7a1e8f757bc0d +PKG_HASH:=c26b1e3533540f63acb641cea9af660fae60bd50b6ee4a9904858a073161f3dd PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0