From e8207081b73428ecdec1ed1b6497556087837cfa Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Sat, 30 Mar 2024 22:40:35 +0800 Subject: [PATCH 1/2] xray-core: update to 1.8.10 --- xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray-core/Makefile b/xray-core/Makefile index 9ab1d720110..07535f269ae 100644 --- a/xray-core/Makefile +++ b/xray-core/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-core -PKG_VERSION:=1.8.9 +PKG_VERSION:=1.8.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=708cf7754c733c8eb98939495c0c2e698ca5712383b87dc25eea974a0d332721 +PKG_HASH:=af5bb501b50e3abe6b54c8d8ea764d7f8b021c4d53540a468254a24f3334afc5 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0 From a406530e2d5b552ef5ed1a37addbe603bbc4d184 Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Sun, 31 Mar 2024 00:16:32 +0800 Subject: [PATCH 2/2] xray-core: update to 1.8.10 --- xray-core/patches/010-go1.21.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 xray-core/patches/010-go1.21.patch diff --git a/xray-core/patches/010-go1.21.patch b/xray-core/patches/010-go1.21.patch deleted file mode 100644 index a95d4181118..00000000000 --- a/xray-core/patches/010-go1.21.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/go.mod -+++ b/go.mod -@@ -1,6 +1,6 @@ - module github.com/xtls/xray-core - --go 1.22 -+go 1.21.5 - - require ( - github.com/ghodss/yaml v1.0.1-0.20220118164431-d8423dcdf344