head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2013.01.11.23.43.25;	author svnexp;	state dead;
branches;
next	1.1;

1.1
date	2010.01.07.16.28.55;	author mandree;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310252
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310252 | mandree | 2013-01-11 23:09:37 +0000 (Fri, 11 Jan 2013) | 11 lines
## SVN ##
## SVN ## OpenVPN changes, upgrades and fixes:
## SVN ##
## SVN ## - Upgrade security/openvpn to v2.3.0 (changes installed layout a bit),
## SVN ##   splitting and re-diffing patches.
## SVN ## - Retain v2.2.2 as security/openvpn22
## SVN ## - Mark security/openvpn20 as deprecated and to expire 6 months from now
## SVN ## - Fix TCP_NODELAY option (openvpn 2.3, 2.2), see
## SVN ##   <http://community.openvpn.net/openvpn/ticket/158>
## SVN ## - Fix PassTOS option (openvpn 2.2, 2.0), see
## SVN ##   http://community.openvpn.net/openvpn/ticket/135
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@--- sample-config-files/loopback-client.orig	Mon Oct 16 00:30:20 2006
+++ sample-config-files/loopback-client	Wed Apr  4 00:51:31 2007
@@@@ -9,8 +9,8 @@@@
 #  ./openvpn --config sample-config-files/loopback-client  (In one window) 
 #  ./openvpn --config sample-config-files/loopback-server  (Simultaneously in another window) 
 
-rport 16000
-lport 16001
+rport 16100
+lport 16101
 remote localhost
 local localhost
 dev null
--- sample-config-files/loopback-server.orig	Mon Oct 16 00:30:20 2006
+++ sample-config-files/loopback-server	Wed Apr  4 00:51:31 2007
@@@@ -9,8 +9,8 @@@@
 #  ./openvpn --config sample-config-files/loopback-client  (In one window) 
 #  ./openvpn --config sample-config-files/loopback-server  (Simultaneously in another window) 
 
-rport 16001
-lport 16000
+rport 16101
+lport 16100
 remote localhost
 local localhost
 dev null
@


1.1
log
@Move security/openvpn to security/openvpn20 (after previous repocopy).
Update security/openvpn20 to 2.0.9, revising pkg-message.

Move security/openvpn-devel to security/openvpn and
update security/openvpn to 2.1.1.

Remove security/openvpn-devel, adding a MOVED entry.

Update security/Makefile to remove openvpn-devel and add openvpn20 to
SUBDIRS.

Add a UPDATING entry for this shuffle.  Currently without upgrade
instructions since neither portupgrade nor portmaster are up to the
task (because of the CONFLICTS).

Approved by:  garga@@ (mentor)
@
text
@@

