From 15a9db694a64a82f72daf3a4a3d5b7ed290160f9 Mon Sep 17 00:00:00 2001 From: action Date: Sat, 20 Jun 2026 15:45:59 +0800 Subject: [PATCH] update 2026-06-20 15:45:59 --- dae/Makefile | 6 +++--- daed/Makefile | 12 +++++++++--- v2ray-geodata/Makefile | 4 ++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/dae/Makefile b/dae/Makefile index 26221f92..8388f91a 100644 --- a/dae/Makefile +++ b/dae/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dae -PKG_VERSION:=2026.06.14 +PKG_VERSION:=2026.06.19 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=5a51cc747ef9e17185d438dc54ebf32c681984db -PKG_SOURCE_URL:=https://github.com/daeuniverse/dae.git +PKG_SOURCE_VERSION:=d63671121e68479ef9e948285726b0aa9baa12dd +PKG_SOURCE_URL:=https://github.com/olicesx/dae.git PKG_MIRROR_HASH:=skip PKG_LICENSE:=AGPL-3.0-only diff --git a/daed/Makefile b/daed/Makefile index 6aa58995..31165f9b 100644 --- a/daed/Makefile +++ b/daed/Makefile @@ -5,10 +5,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=daed -PKG_VERSION:=2026.06.14 +PKG_VERSION:=2026.06.19 DAED_VERSION:=daed-4d6a433 WING_VERSION:=wing-dc50308 -CORE_VERSION:=core-5a51cc7 +CORE_VERSION:=core-d636711 WING_HASH_SHORT:=$(shell echo $(WING_VERSION) | cut -d- -f2) CORE_HASH_SHORT:=$(shell echo $(CORE_VERSION) | cut -d- -f2) PKG_RELEASE:=1 @@ -106,14 +106,20 @@ define Build/Prepare git clone https://github.com/daeuniverse/dae-wing $(PKG_BUILD_DIR) && \ git -C $(PKG_BUILD_DIR) checkout $(WING_HASH_SHORT) ; \ rm -rf $(PKG_BUILD_DIR)/dae-core ; \ - git clone https://github.com/daeuniverse/dae $(PKG_BUILD_DIR)/dae-core && \ + git clone https://github.com/olicesx/dae $(PKG_BUILD_DIR)/dae-core && \ git -C $(PKG_BUILD_DIR)/dae-core checkout $(CORE_HASH_SHORT) ; \ + rm -rf $(DAED_BUILD_DIR)/outbound ; \ + git clone --depth=1 -b perf/complete-optimizations https://github.com/olicesx/outbound.git $(DAED_BUILD_DIR)/outbound ; \ + rm -rf $(DAED_BUILD_DIR)/quic-go ; \ + git clone --depth=1 -b perf/node-pooling-v2 https://github.com/olicesx/quic-go.git $(DAED_BUILD_DIR)/quic-go ; \ pushd $(PKG_BUILD_DIR)/dae-core ; \ git submodule update --init ; \ go get -u=patch ; \ go mod tidy ; \ popd ; \ pushd $(PKG_BUILD_DIR) ; \ + go mod edit -replace github.com/daeuniverse/outbound=../outbound ; \ + go mod edit -replace github.com/daeuniverse/quic-go=../quic-go ; \ go get -u=patch ; \ go mod tidy ; \ wget -qO default.pgo "https://github.com/QiuSimons/luci-app-dae/raw/refs/heads/kix/dae/pprof/default.pgo" ; \ diff --git a/v2ray-geodata/Makefile b/v2ray-geodata/Makefile index 5dd5203f..468ceb1f 100644 --- a/v2ray-geodata/Makefile +++ b/v2ray-geodata/Makefile @@ -21,13 +21,13 @@ define Download/geoip HASH:=a322dfb6bfd8987c83453c39582a07771c9deddf9f8f7d2d19c7927ebd5e76c8 endef -GEOSITE_VER:=20260619111532 +GEOSITE_VER:=20260620002456 GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER) define Download/geosite URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/ URL_FILE:=dlc.dat FILE:=$(GEOSITE_FILE) - HASH:=a594333d87944b5ce7eed702639630d930a8dff87b1ce9a8321b721e5a5dbd16 + HASH:=957424491fdb034f3f3a1fa23c1c3ad69c1812a5cad39595fb917278b9638606 endef GEOSITE_IRAN_VER:=202606150209