From e2bbcd5ac216c9ed1b468a7c7cc74f06cc2a91a7 Mon Sep 17 00:00:00 2001 From: Zeezorn <31385055+Zeezorn@users.noreply.github.com> Date: Wed, 3 Jun 2020 12:10:15 +0800 Subject: [PATCH] update v2ray-core to 4.23.3 (#4716) Fix Issued an emergency fix for VMess weakness described in https://github.com/v2ray/v2ray-core/issues/2523 This fix can significantly hindrance attack based on the weakness described. Only servers need to be updated to apply this emergency fix, it not expected for well-behaved clients to be influenced. A more permanent solution is underway. --- package/lean/v2ray/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/v2ray/Makefile b/package/lean/v2ray/Makefile index 2250262e3..dedcbf9d0 100644 --- a/package/lean/v2ray/Makefile +++ b/package/lean/v2ray/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray -PKG_VERSION:=4.23.2 +PKG_VERSION:=4.23.3 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/v2ray-core-$(PKG_VERSION) PKG_SOURCE:=v2ray-core-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/v2ray/v2ray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=c4c6d290859d1701fa6198bc7d2f657671ddfb4652356efdc454f48429736f66 +PKG_HASH:=39558c5a9300158a4adf76d099b210790f7ef9705ce2909c6bdc2fccc70d5c69 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE