Subject: CVS commit: pkgsrc/net/openvpn
To: None <pkgsrc-changes@NetBSD.org>
From: Stephen Borrill <sborrill@netbsd.org>
List: pkgsrc-changes
Date: 02/20/2007 09:40:49
Module Name:	pkgsrc
Committed By:	sborrill
Date:		Tue Feb 20 09:40:49 UTC 2007

Modified Files:
	pkgsrc/net/openvpn: Makefile PLIST distinfo
	pkgsrc/net/openvpn/patches: patch-ac patch-af

Log Message:
Update to 2.1_rc1. Many, many improvements including:
Added optional minimum-number-of-bytes parameter to --inactive directive.
Added --route-metric option to set a default route metric for --route
Added --lladdr option to specify the link layer (MAC) address
  for the tap interface on non-Windows platforms
Security Vulnerability CVE-2006-1629
Extended tun device configure code to support ethernet bridging on NetBSD
Added --port-share option for allowing OpenVPN and HTTPS
  server to share the same port number.
Added --management-client option to connect as a client to management GUI app
  rather than be connected to as a server.
Added "bytecount" command to management interface.
Added --connect-timeout option to control the timeout on TCP client
  connection attempts (doesn't work on all OSes).  This patch also
  makes OpenVPN signalable during TCP connection attempts.
Allow ca, cert, key, and dh files to be specified inline via XML-like syntax
  without needing to reference an explicit file.
Allow plugin and push directives to have multi-line parameter lists
Added connect-retry-max option
Added a backtrack-hardened system time algorithm.
Added --remote-cert-ku, --remote-cert-eku, and
  --remote-cert-tls options for verifying certificate attributes
Added PKCS#11 support
Added --bind option for TCP client connections
Made LZO setting pushable

Plus numerous bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/net/openvpn/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/net/openvpn/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/net/openvpn/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/net/openvpn/patches/patch-ac
cvs rdiff -r1.1 -r1.2 pkgsrc/net/openvpn/patches/patch-af

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