From a6089c1fe7d8a11f32807382b133d471273bf7cc Mon Sep 17 00:00:00 2001 From: Van Waholtz Date: Sat, 9 Dec 2023 14:05:01 +0800 Subject: [PATCH] sing-box: update to 1.7.4 New features for v1.7.x: 1. Support excluding custom routes 2. `udp_disable_domain_unmapping` for inbound listen option 3. `HTTPUpgrade` transport 4. Migrate multiplex and UoT server to inbound and multiplexing support is no longer enabled by default and needs to be turned on explicitly in inbound options. 5. TCP Brutal support for multiplex Signed-off-by: Van Waholtz --- net/sing-box/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index 5d491c3226..3bd577e8f8 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.6.6 +PKG_VERSION:=1.7.4 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:=88c8825f6e8af2e46a16e8a85ceb5e1c7c0795b59cad93c8327288ec7b8249e0 +PKG_HASH:=483c7188f054dffc37211a4c6d50edc7473f9cbbe57c5687bb3551aba3919e52 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE