diff options
author | Leo Douglas <douglarek@gmail.com> | 2023-09-29 19:38:04 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-10-09 10:09:04 +0800 |
commit | bf7ce353b8af9a36411525306abcde23e860e76d (patch) | |
tree | 678e1eaf30fd483d9a99509c691e5867a1815257 /net/sing-box/Makefile | |
parent | af48372e3740713595a07330316276259162edf6 (diff) |
sing-box: update to v1.5.2
* Enable `with_ech` and `with_dhcp`, just like upstream
* See changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.5.2
Signed-off-by: Leo Douglas <douglarek@gmail.com>
sing-box: ShadowsocksR is marked as deprecated since v1.5.0
Signed-off-by: Leo Douglas <douglarek@gmail.com>
sing-box: remove dhcp by default
Signed-off-by: Leo Douglas <douglarek@gmail.com>
Diffstat (limited to 'net/sing-box/Makefile')
-rw-r--r-- | net/sing-box/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index dd3b3b026..20a7c6dd0 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box -PKG_VERSION:=1.4.3 +PKG_VERSION:=1.5.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=baf7c87f2e5005bf268975b1a2511f30927210b1607f20451fec2de0044edfa8 +PKG_HASH:=ad344a5fe0a515e3e5d0ab8102482b4a3d38932cf754756e1d48db17d36a5609 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE @@ -54,6 +54,7 @@ define Package/sing-box/config config SINGBOX_WITH_ECH bool "Build with TLS ECH extension support for TLS outbound" + default y config SINGBOX_WITH_EMBEDDED_TOR bool "Build with embedded Tor support" @@ -78,6 +79,8 @@ define Package/sing-box/config config SINGBOX_WITH_SHADOWSOCKSR bool "Build with ShadowsocksR support" + help + It will be marked deprecated in 1.5.0 and removed entirely in 1.6.0. config SINGBOX_WITH_UTLS bool "Build with uTLS support for TLS outbound" |