head	1.6;
access;
symbols
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2005.08.19.18.48.34;	author garga;	state dead;
branches;
next	1.5;

1.5
date	2005.04.24.13.26.52;	author vs;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.21.14.04.41;	author jylefort;	state Exp;
branches;
next	1.3;

1.3
date	2003.11.21.12.19.01;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.25.20.55.29;	author obraun;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.11.16.51.06;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Security update to version 2.0.1, fixing four denial of service bugs,
  CAN-2005-2531, CAN-2005-2532, CAN-2005-2533, CAN-2005-2534
- Drop old init script and add a modern rcNG script in its place,
  requested by Matthias Grimm and Dirk Gouders (although the script below is
  one I, Matthias Andree, wrote). It can automatically load tun/tap drivers.
- move pkg-message to files/pkg-message.in, revise it, list it in SUB_FILES
  to expand ${PREFIX}.
- print pkg-message after installation from port
- switch to official "make check" as smoke-test, rather than wiring our own.
- prefer LZO2 in most situations, as OpenVPN will pick up LZO2 rather than
  LZO1 if both are installed.

PR:		ports/85109
Submitted by:	maintainer
Approved by:	portmgr (krion)
@
text
@### ---------------------------------------------------------------------- ###
###  To use the tap driver, you may need to do: kldload if_tap             ###
###  See ${PREFIX}/etc/rc.d/openvpn.sh.sample for how to do this  	   ###
###  automatically at system boot-up time.                                 ###
### ---------------------------------------------------------------------- ###
###  To get OpenVPN 2.0 to talk with the 1.5/1.6 versions, you may need to ###
###  edit the 1.X configuration file by adding these lines:                ###
###                                                                        ###
###    tun-mtu 1500							   ###
###    tun-mtu-extra 32							   ###
###    mssfix 1450							   ###
###                                                                        ###
###    key-method 2       <- this key-method line only for TLS setups	   ###
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  ###
###  WARNING: THE DEFAULT PORT HAS CHANGED AND IS NOW 1194!                ###
###  OpenVPN 1.6 and older used 5000 rather than 1194 as their default     ###
###  port, so add the proper port options to your configuration file!      ###
### ---------------------------------------------------------------------- ###
###  For further compatibility, see <http://openvpn.net/relnotes.html>     ###
### ---------------------------------------------------------------------- ###
@


1.5
log
@Revise pkg-message to mark more prominently that the default
port is now 1194 rather than 5000, and refer users to the
online release notes if looking for information WRT older versions.

PR:		80300
Submitted by:	maintainer
@
text
@@


1.4
log
@Update to 2.0

PR:		ports/80082
Submitted by:	Matthias Andree <matthias.andree@@gmx.de> (maintainer)
Approved by:	adamw (mentor, implicit)
@
text
@d14 4
d19 1
a19 12
###  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.			   ###
###                                                                        ###
###  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 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 ###
@


1.3
log
@- Support for TCP as the tunnel transport was added
- Change maintainer email

PR:		59543
Submitted by:	maintainer
@
text
@d6 12
a21 3
###  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.			   ###
###                                                                        ###
@


1.2
log
@* Upgrade to 1.3.2.
* Add init script.

PR:		44436
Submitted by:	maintainer
@
text
@d9 9
@


1.1
log
@upgrade to 1.3.0

PR:		40424
Submitted by:	maintainer
@
text
@d2 4
@

