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>
This commit is contained in:
parent
af48372e37
commit
bf7ce353b8
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue