diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2021-08-20 13:57:12 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2021-08-20 14:19:07 +0000 |
commit | c9cd0210ceb8a47560acb64b04692b87cd4dafcf (patch) | |
tree | 7606a3105a37a1ff89fc046c8d99b80408021485 /security/softether/Makefile | |
parent | cc596bf61495dbe871fde289fa472fb92d591e73 (diff) |
security/softether: Update to 4.38.9760
This version includes mitigations for attack attempts on IPsec.
See also the article[1].
Also, mark security/softether-devel as IGNORE because no beta versions
ahead of RTM release version now. Use security/softether instead.
[1] https://ja.softether.org/9-about/news/901-210816
Relnotes: https://www.softether.org/5-download/history
Relnotes: https://ja.softether.org/5-download/history
Diffstat (limited to 'security/softether/Makefile')
-rw-r--r-- | security/softether/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/softether/Makefile b/security/softether/Makefile index 3fb96f25697b..e53c2cc90955 100644 --- a/security/softether/Makefile +++ b/security/softether/Makefile @@ -1,8 +1,8 @@ PORTNAME= softether -DISTVERSION= 4.34-9745 -PORTREVISION= 3 +DISTVERSION= 4.38-9760 +PORTREVISION= 0 CATEGORIES= security net-vpn -MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-rtm-2020.04.05-tree/Source_Code/ +MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-rtm-2020.08.17-tree/Source_Code/ DISTNAME= ${PORTNAME}-src-v${DISTVERSION}-rtm MAINTAINER= meta@FreeBSD.org |