Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 06:00:38 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2b6861c95fc3 - main - secyrity/softether-devel: Update to 4.37-9758-beta
Message-ID:  <202108160600.17G60cVo023263@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b6861c95fc3c19621b8f80347e144169b91b193

commit 2b6861c95fc3c19621b8f80347e144169b91b193
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2021-08-16 05:30:52 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2021-08-16 05:54:43 +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
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108160600.17G60cVo023263>