View | Details | Raw Unified | Return to bug 59543
Collapse All | Expand All

(-)/root/openvpn/Makefile (-3 / +4 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	openvpn
8
PORTNAME=	openvpn
9
PORTVERSION=	1.4.2
9
PORTVERSION=	1.5.0
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
		http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
14
14
MAINTAINER=	matthias.andree@web.de
15
MAINTAINER=	matthias.andree@gmx.de
15
COMMENT=	Secure IP/Ethernet tunnel daemon
16
COMMENT=	Secure IP/Ethernet tunnel daemon
16
17
17
LIB_DEPENDS=	lzo.1:${PORTSDIR}/archivers/lzo
18
LIB_DEPENDS=	lzo.1:${PORTSDIR}/archivers/lzo
(-)/root/openvpn/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (openvpn-1.4.2.tar.gz) = 9804fb402cc87a686ab2e82ce5e93e6d
1
MD5 (openvpn-1.5.0.tar.gz) = 55d7ce958bb2ccf3d3204d1350c27179
(-)/root/openvpn/pkg-message (+9 lines)
Lines 6-9 Link Here
6
###  To retain backwards compatibility of OpenVPN 1.3.0 with OpenVPN peers ###
6
###  To retain backwards compatibility of OpenVPN 1.3.0 with OpenVPN peers ###
7
###  that run older versions (back to 1.1.0), you will have to set the MTU ###
7
###  that run older versions (back to 1.1.0), you will have to set the MTU ###
8
###  explicitly by command line options since OpenVPN 1.3.0.               ###
8
###  explicitly by command line options since OpenVPN 1.3.0.               ###
9
###                                                                        ###
10
###  When connecting to 1.4.X or older peers with a TAP-style tunnel, set  ###
11
###  --tun-mtu 1500 --tun-mtu-extra 32 on the peer.			   ###
12
###                                                                        ###
13
###  When using TLS security and your peer runs OpenVPN 1.3.X, the PEER    ###
14
###  must use --disable-occ.  This version of OpenVPN cannot use TLS mode  ###
15
###  to peers running OpenVPN 1.2.x or older.                              ###
16
###                                                                        ###
17
###  Note: use at most --verb 4 for regular use, --verb 5 is for debugging ###
9
### ---------------------------------------------------------------------- ###
18
### ---------------------------------------------------------------------- ###

Return to bug 59543