From be2e7c27e7de569e476b63cdf1758cc167b6d192 Mon Sep 17 00:00:00 2001 From: Alan Feng Date: Sat, 9 May 2026 18:38:41 +0800 Subject: [PATCH 1/2] sing-box: bump version to 1.13.11 changelog: https://github.com/SagerNet/sing-box/compare/v1.12.22...v1.13.11 Signed-off-by: Alan Feng --- 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 fce5451898c1c..98ad78ab84aa4 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.12.22 +PKG_VERSION:=1.13.11 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:=6c4333c3f53a07cc96b63a801fdf6c156820d51cd2eb05e44ea78df290a45377 +PKG_HASH:=5e35f2cc0ad14d3beb1956157fe3f4b3a36787dd115f247c72f2d550d353853b PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE From c8576640a6a49f32374ef80c6e671c74d38dfd08 Mon Sep 17 00:00:00 2001 From: Alan Feng Date: Tue, 12 May 2026 19:55:41 +0800 Subject: [PATCH 2/2] sing-box: add new build tags Signed-off-by: Alan Feng --- net/sing-box/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index 98ad78ab84aa4..c93d18fc54ed4 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -118,7 +118,7 @@ ifeq ($(BUILD_VARIANT),tiny) ifeq ($(CONFIG_SMALL_FLASH),) GO_PKG_TAGS:=with_gvisor endif -GO_PKG_TAGS:=$(GO_PKG_TAGS),with_quic,with_utls,with_clash_api +GO_PKG_TAGS:=$(GO_PKG_TAGS),with_quic,with_utls,with_clash_api,with_ccm,with_ocm,with_naive_outbound,badlinkname,tfogo_checklinkname0 else GO_PKG_TAGS:=$(subst $(space),$(comma),$(strip \ $(if $(CONFIG_SINGBOX_WITH_ACME),with_acme) \