diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2021-08-16 05:30:52 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2021-08-16 05:54:43 +0000 |
commit | 2b6861c95fc3c19621b8f80347e144169b91b193 (patch) | |
tree | 26df328e92065e17a0b48cd582130e95a2090834 | |
parent | eadcc3951eff646ed4d9676e62fb1ce439ba5e1d (diff) |
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
-rw-r--r-- | security/softether-devel/Makefile | 10 | ||||
-rw-r--r-- | 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 |