From 19297feced172d5c4a833e1a9b08a13dc7c25815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:22:06 +0800 Subject: [PATCH] update 2024-02-28 00:22:06 --- .../resources/view/homeproxy/client.js | 2 +- luci-app-homeproxy/po/templates/homeproxy.pot | 5 +--- luci-app-homeproxy/po/zh_Hans/homeproxy.po | 7 ++---- luci-app-passwall/Makefile | 5 ++-- .../luasrc/view/passwall/global/status.htm | 12 +++++----- .../root/usr/share/passwall/iptables.sh | 10 ++++---- .../core/root/usr/share/xray/gen_config.uc | 2 +- .../luci-static/resources/view/xray/core.js | 2 +- mosdns/Makefile | 2 -- quickstart/Makefile | 4 ++-- v2dat/Makefile | 2 -- xray-core/patches/010-go1.21.patch | 10 ++++++++ .../0001-fix-go-1.21-build-error.patch | 24 +++++++++++++++++++ 13 files changed, 54 insertions(+), 33 deletions(-) create mode 100644 xray-core/patches/010-go1.21.patch create mode 100644 xray-plugin/patches/0001-fix-go-1.21-build-error.patch diff --git a/luci-app-homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js b/luci-app-homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js index dcfdfd255..73ec40602 100644 --- a/luci-app-homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js +++ b/luci-app-homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js @@ -198,7 +198,7 @@ return view.extend({ var ipv6_support = this.map.lookupOption('ipv6_support', section_id)[0].formvalue(section_id); if (dns_servers.length > 2) - return _('You can only have 2 servers set at maximum.'); + return _('You can only have two servers set at maximum.'); for (var i of dns_servers) if (!stubValidator.apply((ipv6_support === '1') ? 'ipaddr' : 'ip4addr', i)) diff --git a/luci-app-homeproxy/po/templates/homeproxy.pot b/luci-app-homeproxy/po/templates/homeproxy.pot index 193dd40d3..bfb372408 100644 --- a/luci-app-homeproxy/po/templates/homeproxy.pot +++ b/luci-app-homeproxy/po/templates/homeproxy.pot @@ -2316,15 +2316,12 @@ msgstr "" msgid "Xudp (Xray-core)" msgstr "" -#: htdocs/luci-static/resources/view/homeproxy/client.js:201 -msgid "You can only have 2 servers set at maximum." -msgstr "" - #: htdocs/luci-static/resources/view/homeproxy/client.js:159 msgid "You can only have one server set. It MUST support TCP query." msgstr "" #: htdocs/luci-static/resources/view/homeproxy/client.js:186 +#: htdocs/luci-static/resources/view/homeproxy/client.js:201 msgid "You can only have two servers set at maximum." msgstr "" diff --git a/luci-app-homeproxy/po/zh_Hans/homeproxy.po b/luci-app-homeproxy/po/zh_Hans/homeproxy.po index e465dec04..6b8789223 100644 --- a/luci-app-homeproxy/po/zh_Hans/homeproxy.po +++ b/luci-app-homeproxy/po/zh_Hans/homeproxy.po @@ -2375,17 +2375,14 @@ msgstr "信风公共 DNS(114.114.114.114)" msgid "Xudp (Xray-core)" msgstr "Xudp (Xray-core)" -#: htdocs/luci-static/resources/view/homeproxy/client.js:201 -msgid "You can only have 2 servers set at maximum." -msgstr "您最多只能设置两个服务器。" - #: htdocs/luci-static/resources/view/homeproxy/client.js:159 msgid "You can only have one server set. It MUST support TCP query." msgstr "您只能设置一个服务器。它必须支持 TCP 查询。" #: htdocs/luci-static/resources/view/homeproxy/client.js:186 +#: htdocs/luci-static/resources/view/homeproxy/client.js:201 msgid "You can only have two servers set at maximum." -msgstr "" +msgstr "您最多只能设置两个服务器。" #: htdocs/luci-static/resources/homeproxy.js:228 msgid "Your %s was successfully uploaded. Size: %sB." diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile index 4ff6e386d..7f8da6392 100644 --- a/luci-app-passwall/Makefile +++ b/luci-app-passwall/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-passwall -PKG_VERSION:=4.75-1 +PKG_VERSION:=4.75-2 PKG_RELEASE:= PKG_CONFIG_DEPENDS:= \ @@ -38,6 +38,7 @@ LUCI_DEPENDS:=+coreutils +coreutils-base64 +coreutils-nohup +curl \ define Package/$(PKG_NAME)/config menu "Configuration" + depends on PACKAGE_$(PKG_NAME) config PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy bool "Iptables Transparent Proxy" @@ -51,7 +52,6 @@ config PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy select PACKAGE_iptables-mod-socket select PACKAGE_iptables-mod-tproxy select PACKAGE_kmod-ipt-nat - depends on PACKAGE_$(PKG_NAME) default y if ! PACKAGE_firewall4 config PACKAGE_$(PKG_NAME)_Nftables_Transparent_Proxy @@ -62,7 +62,6 @@ config PACKAGE_$(PKG_NAME)_Nftables_Transparent_Proxy select PACKAGE_kmod-nft-socket select PACKAGE_kmod-nft-tproxy select PACKAGE_kmod-nft-nat - depends on PACKAGE_$(PKG_NAME) default y if PACKAGE_firewall4 config PACKAGE_$(PKG_NAME)_INCLUDE_Haproxy diff --git a/luci-app-passwall/luasrc/view/passwall/global/status.htm b/luci-app-passwall/luasrc/view/passwall/global/status.htm index a94131218..e6b804c11 100644 --- a/luci-app-passwall/luasrc/view/passwall/global/status.htm +++ b/luci-app-passwall/luasrc/view/passwall/global/status.htm @@ -117,7 +117,7 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md