diff --git a/net/softethervpn5/Makefile b/net/softethervpn5/Makefile index 0c15bfe56e..e65b1bc29b 100644 --- a/net/softethervpn5/Makefile +++ b/net/softethervpn5/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=softethervpn5 -PKG_VERSION:=5.01.9671 +PKG_VERSION:=5.01.9672 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:=softether-vpn-src-$(PKG_VERSION).tar.gz -PKG_HASH:=56930110ad5e21a3b7c69008bdb3efd368c0ebafc1d0d97b48a76a3563ec8e24 +PKG_HASH:=7c437d4d02d7e2a936b4c1ff7bc8f5abbf16786746deffa92d5f5f2fd7ba04fb HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/SoftEtherVPN-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/SoftEtherVPN-$(PKG_VERSION) diff --git a/net/softethervpn5/patches/002-iconv-defines-fix.patch b/net/softethervpn5/patches/001-iconv-defines-fix.patch similarity index 100% rename from net/softethervpn5/patches/002-iconv-defines-fix.patch rename to net/softethervpn5/patches/001-iconv-defines-fix.patch diff --git a/net/softethervpn5/patches/001-musl-poll-fix.patch b/net/softethervpn5/patches/001-musl-poll-fix.patch deleted file mode 100644 index ec9edefa61..0000000000 --- a/net/softethervpn5/patches/001-musl-poll-fix.patch +++ /dev/null @@ -1,27 +0,0 @@ -From a4ed6560017d0b9edcd7cab93ca05d80f794ec10 Mon Sep 17 00:00:00 2001 -From: Rosen Penev -Date: Wed, 10 Jul 2019 17:01:01 -0700 -Subject: [PATCH] Mayaqua: Replace GNU specific sys/poll.h header with POSIX - poll.h - -Fixes warning from the musl libc: - -warning redirecting incorrect #include to ---- - src/Mayaqua/Mayaqua.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/Mayaqua/Mayaqua.h b/src/Mayaqua/Mayaqua.h -index 0f46d52a..63c2edc3 100644 ---- a/src/Mayaqua/Mayaqua.h -+++ b/src/Mayaqua/Mayaqua.h -@@ -157,8 +157,8 @@ int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow) - #ifdef UNIX_SOLARIS - #include - #endif // UNIX_SOLARIS --#include - #include -+#include - #include - #ifdef UNIX_LINUX - #include diff --git a/net/softethervpn5/patches/003-iconv-cmake-fix.patch b/net/softethervpn5/patches/002-iconv-cmake-fix.patch similarity index 100% rename from net/softethervpn5/patches/003-iconv-cmake-fix.patch rename to net/softethervpn5/patches/002-iconv-cmake-fix.patch