Go to file
2024-03-02 11:47:07 +08:00
.github/workflows delete trojan-go package 2024-02-20 01:31:58 +08:00
brook brook: fix build on go1.21 2023-10-04 14:37:28 +08:00
chinadns-ng chinadns-ng: update to 2023.10.28 2023-10-30 13:30:15 +08:00
dns2socks import required dependencies 2022-04-28 05:39:39 +08:00
dns2tcp Define PKG_BUILD_FLAGS:=no-mips16 for necessary packages (#2584) 2023-05-25 06:36:26 +08:00
gn gn: update to git HEAD 2024-01-29 12:31:47 +08:00
hysteria hysteria: update to 2.2.4 2024-01-27 11:30:09 +08:00
ipt2socks Define PKG_BUILD_FLAGS:=no-mips16 for necessary packages (#2584) 2023-05-25 06:36:26 +08:00
lua-neturl lua-neturl: fix regex 2023-01-24 14:55:11 +08:00
luci-app-passwall luci: update po 2024-03-02 00:04:38 +08:00
luci-app-passwall2 luci-app-passwall2: sync upstream 2024-02-27 01:30:10 +08:00
luci-app-ssr-plus luci-app-ssr-plus: update translate (#1416) 2024-03-02 11:47:07 +08:00
microsocks microsocks: drop $(AUTORELEASE) 2023-03-06 10:34:35 +08:00
naiveproxy naiveproxy: update to 122.0.6261.43-1 2024-02-19 18:30:03 +08:00
pdnsd import required dependencies 2022-04-28 05:39:39 +08:00
redsocks2 import required dependencies 2022-04-28 05:39:39 +08:00
shadow-tls shadow-tls: update to 0.2.25 (#1371) 2024-01-11 21:57:19 +08:00
shadowsocks-rust shadowsocks-rust: fix if statement 2024-02-28 16:27:45 +08:00
shadowsocksr-libev shadowsocksr-libev: add libopenssl-legacy depends 2024-02-02 03:29:11 +08:00
simple-obfs Define PKG_BUILD_FLAGS:=no-mips16 for necessary packages (#2584) 2023-05-25 06:36:26 +08:00
sing-box sing-box: update to 1.8.7 2024-02-28 15:30:06 +08:00
tcping backup 2022-04-17 03:50:24 +08:00
trojan backup 2022-04-17 03:50:24 +08:00
trojan-plus backup 2022-04-17 03:50:24 +08:00
tuic-client tuic-client: add armv7 support 2023-10-12 14:11:06 +08:00
v2ray-core v2ray-core: update to 5.13.0 2023-12-12 05:00:09 +08:00
v2ray-geodata v2ray-geodata: update pkg version 2024-02-27 03:21:28 +08:00
v2ray-plugin v2ray-plugin: update to 5.13.0 2023-12-12 10:00:09 +08:00
xray-core xray-core: update to 1.8.8 2024-02-25 23:00:06 +08:00
xray-plugin xray-plugin: update to 1.8.8 2024-02-26 09:30:06 +08:00
README.md docs: now need go1.22 to build 2024-02-26 12:21:39 +08:00

Psswall & SSRP 插件防炸上游备份

防止插件上游进行激进的改动,导致一些问题的出现,备份并按需同步可以确保编译时插件始终可用

# 移除 openwrt feeds 自带的核心包
rm -rf feeds/packages/net/{xray-core,v2ray-core,v2ray-geodata,sing-box}
git clone https://github.com/sbwml/openwrt_helloworld package/helloworld

# 更新 golang 1.22 版本
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 22.x feeds/packages/lang/golang