diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-21 12:19:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-21 12:19:01 +0000 |
commit | d470a37d9dc3af0bc3ff34fe47441724df4630bf (patch) | |
tree | 80c307315bc4096fd38133e46c21c992bcf71400 /security/openvpn | |
parent | 0e3bd51aeabbd28adb9e298eb8aecd352f3dd8f3 (diff) | |
download | ports-d470a37d9dc3af0bc3ff34fe47441724df4630bf.tar.gz ports-d470a37d9dc3af0bc3ff34fe47441724df4630bf.zip |
- Support for TCP as the tunnel transport was added
- Change maintainer email
PR: 59543
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=94635
Diffstat (limited to 'security/openvpn')
-rw-r--r-- | security/openvpn/Makefile | 7 | ||||
-rw-r--r-- | security/openvpn/distinfo | 2 | ||||
-rw-r--r-- | security/openvpn/pkg-message | 9 |
3 files changed, 14 insertions, 4 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 24a43ce96d30..5438d975fb38 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -6,12 +6,13 @@ # PORTNAME= openvpn -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.0 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= matthias.andree@web.de +MAINTAINER= matthias.andree@gmx.de COMMENT= Secure IP/Ethernet tunnel daemon LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index 5ad1e922243c..f0c74d6c8942 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -1 +1 @@ -MD5 (openvpn-1.4.2.tar.gz) = 9804fb402cc87a686ab2e82ce5e93e6d +MD5 (openvpn-1.5.0.tar.gz) = 55d7ce958bb2ccf3d3204d1350c27179 diff --git a/security/openvpn/pkg-message b/security/openvpn/pkg-message index 122c4096ec2a..ad69e3b90101 100644 --- a/security/openvpn/pkg-message +++ b/security/openvpn/pkg-message @@ -6,4 +6,13 @@ ### To retain backwards compatibility of OpenVPN 1.3.0 with OpenVPN peers ### ### that run older versions (back to 1.1.0), you will have to set the MTU ### ### explicitly by command line options since OpenVPN 1.3.0. ### +### ### +### When connecting to 1.4.X or older peers with a TAP-style tunnel, set ### +### --tun-mtu 1500 --tun-mtu-extra 32 on the peer. ### +### ### +### When using TLS security and your peer runs OpenVPN 1.3.X, the PEER ### +### must use --disable-occ. This version of OpenVPN cannot use TLS mode ### +### to peers running OpenVPN 1.2.x or older. ### +### ### +### Note: use at most --verb 4 for regular use, --verb 5 is for debugging ### ### ---------------------------------------------------------------------- ### |