sing-box: update to v1.5.2
authorLeo Douglas <[email protected]>
Fri, 29 Sep 2023 11:38:04 +0000 (19:38 +0800)
committerTianling Shen <[email protected]>
Mon, 9 Oct 2023 02:09:04 +0000 (10:09 +0800)
* 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 <[email protected]>
sing-box: ShadowsocksR is marked as deprecated since v1.5.0

Signed-off-by: Leo Douglas <[email protected]>
sing-box: remove dhcp by default

Signed-off-by: Leo Douglas <[email protected]>
net/sing-box/Makefile

index dd3b3b0267fabb7af0f8783c3b2ed5ffe4f65807..20a7c6dd0c8ea86c65768ed77c8050c403456148 100644 (file)
@@ -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"