Subject: CVS commit: pkgsrc/net/openvpn
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/17/2005 19:55:57
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Aug 17 19:55:57 UTC 2005

Modified Files:
	pkgsrc/net/openvpn: DESCR Makefile PLIST distinfo
	pkgsrc/net/openvpn/patches: patch-aa patch-ab
Added Files:
	pkgsrc/net/openvpn: MESSAGE
	pkgsrc/net/openvpn/files: openvpn.sh
Removed Files:
	pkgsrc/net/openvpn/patches: patch-ac

Log Message:
Update net/openvpn to version 2.0.1.  Major changes from version 1.6.0
include:

    Adding a highly scalable server for handling multiple TCP/UDP
    clients over point-to-point TUN interfaces, all using a single
    port number.  The server has been designed so that it can run with
    reduced privilege.

    On the client side, "pull" has been added, which basically says
    "accept certain config file options which the server pushes back
    to you." The major win of the push/pull capability is that the
    same client configuration file can be used on each client provided
    each client has its own set of SSL/TLS keys which have been signed
    by the master CA.

    A management interface has been developed which can be used to
    remotely control or centrally manage an OpenVPN daemon.

    "remote" can now specify a set of machines, or a hostname can be
    configured with multiple addresses in DNS.  A server will be
    randomly chosen from the list, and if the connect fails, another
    will be tried (see the "remote-random" option)

    A package for easy RSA key management (easy-rsa-2.0rc1) has been
    included to aid in generating SSL keys and certificates for use
    with OpenVPN.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/openvpn/DESCR pkgsrc/net/openvpn/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/net/openvpn/MESSAGE
cvs rdiff -r1.7 -r1.8 pkgsrc/net/openvpn/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/openvpn/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/net/openvpn/files/openvpn.sh
cvs rdiff -r1.1 -r1.2 pkgsrc/net/openvpn/patches/patch-aa \
    pkgsrc/net/openvpn/patches/patch-ab
cvs rdiff -r1.1 -r0 pkgsrc/net/openvpn/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.