aboutsummaryrefslogtreecommitdiff
path: root/security/softether-devel
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-02-25 05:07:08 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-02-25 05:07:08 +0000
commitfda1d9570e43b22a351a892d89697346eba76d1a (patch)
tree988a0558f086a955cf657096ca2cdeca560baca9 /security/softether-devel
parenta1506a284e1823d5a6ab2e7a00c31a93523d6a20 (diff)
downloadports-fda1d9570e43b22a351a892d89697346eba76d1a.tar.gz
ports-fda1d9570e43b22a351a892d89697346eba76d1a.zip
New port: security/softether5: SoftEther VPN 5 (Developer Edition)
SoftEther VPN ("SoftEther" means "Software Ethernet") is an open-source cross-platform multi-protocol VPN program, created as an academic project in the University of Tsukuba. Its protocol is very fast and it can be used in very restricted environments, as it's able to transfer packets over DNS and ICMP. A NAT-Traversal function is also available, very useful in case the required ports cannot be opened on the firewall. The supported third party protocols are OpenVPN, L2TP/IPSec and SSTP. This port is a bleeding-edge developer version of SoftEther, not for production use. If you're looking for a solid and stable version, use security/softether (RTM version) or security/softether-devel (stable version) instead. This version is available also on other other than i386/amd64 processors. Users who want to use SoftEther on single board computers such as Raspberry Pi, BeagleBoard or other embedded devices, try this port. WWW: https://www.softether.org
Notes
Notes: svn path=/head/; revision=493835
Diffstat (limited to 'security/softether-devel')
-rw-r--r--security/softether-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/softether-devel/Makefile b/security/softether-devel/Makefile
index ce9c484df1ec..6013e42fe441 100644
--- a/security/softether-devel/Makefile
+++ b/security/softether-devel/Makefile
@@ -36,7 +36,7 @@ OPTIONS_DEFINE= DOCS UNLOCK
UNLOCK_DESC= Unlock regional lockout (JP and CN)
UNLOCK_EXTRA_PATCHES= ${FILESDIR}/extra-patch-unrestrict-enterprise-functions
-CONFLICTS_INSTALL= softether
+CONFLICTS_INSTALL= softether-4.* softether5
PORTDOCS= AUTHORS.TXT ChangeLog LICENSE README THIRD_PARTY.TXT WARNING.TXT
LOGDIR?= /var/log/softether