Skip to content

Commit

Permalink
sing-box: update to v1.5.2
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
douglarek authored and 1715173329 committed Oct 9, 2023
1 parent af48372 commit bf7ce35
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions net/sing-box/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit bf7ce35

Please sign in to comment.