head	1.2;
access;
symbols
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.01.07.16.28.56;	author mandree;	state dead;
branches;
next	1.1;

1.1
date	2007.04.04.14.40.36;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.2
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
@--- 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
@- Fix build on pointyhat if openvpn and openvpn-devel are built at the
  same time. Rearrange the ports used in self-test to different ones.

PR:		ports/111207
Submitted by:	Matthias Andree <matthias.andree at gmx.de> (maintainer)
@
text
@@

