git: f1bde84a7c18 - 2021Q3 - secyrity/softether-devel: Update to 4.37-9758-beta
Koichiro Iwao
meta at FreeBSD.org
Fri Aug 20 14:35:07 UTC 2021
The branch 2021Q3 has been updated by meta:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f1bde84a7c189b279aa74f9542c30dab5e0a989f
commit f1bde84a7c189b279aa74f9542c30dab5e0a989f
Author: Koichiro Iwao <meta at FreeBSD.org>
AuthorDate: 2021-08-16 05:30:52 +0000
Commit: Koichiro Iwao <meta at FreeBSD.org>
CommitDate: 2021-08-20 14:26:58 +0000
secyrity/softether-devel: Update to 4.37-9758-beta
This update reduces the occurrence of nonsensical packet ping-pong between
attackers targeting IPsec VPN devices with a wide range of global IP
addresses. See the release note and the announcement[1] for details.
While here, clean CFLAGS & LDFLAGS, sync ONLY_FOR_ARCHS with
security/softether-devel.
[1] https://ja.softether.org/9-about/news/901-210816
Relnotes: https://www.softether.org/5-download/history
(cherry picked from commit 2b6861c95fc3c19621b8f80347e144169b91b193)
---
security/softether-devel/Makefile | 10 +++-------
security/softether-devel/distinfo | 6 +++---
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/security/softether-devel/Makefile b/security/softether-devel/Makefile
index 8070455d727f..5adbc90e113c 100644
--- a/security/softether-devel/Makefile
+++ b/security/softether-devel/Makefile
@@ -1,8 +1,8 @@
PORTNAME= softether
-DISTVERSION= 4.36-9754-beta
+DISTVERSION= 4.37-9758-beta
PORTREVISION= 0
CATEGORIES= security net-vpn
-MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-2021.06.07-tree/Source_Code/
+MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-2021.08.16-tree/Source_Code/
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}-src-v${DISTVERSION}
@@ -12,8 +12,7 @@ COMMENT= Softether VPN 4 (stable beta version)
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le
-ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and i386: https://www.softether.org/3-spec
+ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le
#IGNORE= no beta version available right now, use security/softether instead
USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \
@@ -36,9 +35,6 @@ PLIST_SUB= SE_DBDIR="${SE_DBDIR}" SE_LOGDIR="${SE_LOGDIR}" SE_PIDDIR="${SE_PIDDI
SUB_LIST= SE_DBDIR="${SE_DBDIR}" SE_LOGDIR="${SE_LOGDIR}" SE_PIDDIR="${SE_PIDDIR}"
SUB_FILES= pkg-message vpncmd
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
# a pity the source directory has such a naming scheme, but well
WRKSRC= ${WRKDIR}/v${DISTVERSION:S/-beta$//}
diff --git a/security/softether-devel/distinfo b/security/softether-devel/distinfo
index 1007000fb0c0..463e90b3ba9d 100644
--- a/security/softether-devel/distinfo
+++ b/security/softether-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623642484
-SHA256 (softether-src-v4.36-9754-beta.tar.gz) = 8592424f413f658eaf56ff879947f5aece7069f3f2f67a81d1d6323f7558f4b0
-SIZE (softether-src-v4.36-9754-beta.tar.gz) = 59312762
+TIMESTAMP = 1629091050
+SHA256 (softether-src-v4.37-9758-beta.tar.gz) = 2086a4a71e2d4c67674ce52a15761adcba7b00404dcd67361d4935eee487b9da
+SIZE (softether-src-v4.37-9758-beta.tar.gz) = 59315942
More information about the dev-commits-ports-all
mailing list