From a856ae0a21ce0192090b9166cf27adb4cbdd4a16 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 15 Mar 2025 08:30:31 +0800 Subject: [PATCH] softethervpn5: using OpeSSL to use AES-NI enabled by default as long as processor supports it (at least x86 and ARM) --- net/softethervpn5/Makefile | 4 ++-- .../patches/120-remove-region-restriction.patch | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 net/softethervpn5/patches/120-remove-region-restriction.patch diff --git a/net/softethervpn5/Makefile b/net/softethervpn5/Makefile index 8108a17b..d0e1ddc1 100644 --- a/net/softethervpn5/Makefile +++ b/net/softethervpn5/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=softethervpn5 -PKG_VERSION:=5.02.5185 +PKG_VERSION:=5.02.5187 PKG_RELEASE:=1 PKG_MAINTAINER:=Andy Walsh @@ -12,7 +12,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE_URL:=https://github.com/SoftEtherVPN/SoftEtherVPN/releases/download/$(PKG_VERSION)/ PKG_SOURCE:=SoftEtherVPN-$(PKG_VERSION).tar.xz -PKG_HASH:=f0d3f6d841b1d8e4478f25771fa6f58717fed13de6c28dec36bf497c7b035853 +PKG_HASH:=c3ce6ae05ced6f61f28437f213117d1ce1838fbdda365f7dfd57f04dc1bd0b4b HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/SoftEtherVPN-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/SoftEtherVPN-$(PKG_VERSION) diff --git a/net/softethervpn5/patches/120-remove-region-restriction.patch b/net/softethervpn5/patches/120-remove-region-restriction.patch deleted file mode 100644 index 16d87635..00000000 --- a/net/softethervpn5/patches/120-remove-region-restriction.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/Cedar/Server.c b/src/Cedar/Server.c -index 1aad0d94..0eba8bfc 100644 ---- a/src/Cedar/Server.c -+++ b/src/Cedar/Server.c -@@ -10749,6 +10749,7 @@ void SiGetCurrentRegion(CEDAR *c, char *region, UINT region_size) - // - bool SiIsEnterpriseFunctionsRestrictedOnOpenSource(CEDAR *c) - { -+ return false; - char region[128]; - bool ret = false; - // Validate arguments