pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   manu
Date:           Sun Feb 10 05:55:08 UTC 2013

Modified Files:
        pkgsrc/net/openvpn: MESSAGE Makefile PLIST distinfo options.mk
        pkgsrc/net/openvpn-acct-wtmpx: MESSAGE Makefile PLIST distinfo
        pkgsrc/net/openvpn-acct-wtmpx/patches: patch-aa
        pkgsrc/net/openvpn/patches: patch-aa patch-ac patch-ae patch-af
Added Files:
        pkgsrc/net/openvpn: Makefile.common
Removed Files:
        pkgsrc/net/openvpn-acct-wtmpx/patches: patch-logwtmpx.c
            patch-openvpn-acct-wtmpx.c
        pkgsrc/net/openvpn/patches: patch-ag

Log Message:
Upgrade OpenVPN to 2.3.0
Bump openvpn-acct-wtmpx to add its licence and to take into account the
new location of plugin directory

Significant changes since 2.2.x:
 * Full IPv6 support
 * SSL layer modularised, enabling easier implementation for other SSL
   libraries
 * PolarSSL support as a drop-in replacement for OpenSSL
 * New plug-in API providing direct certificate access, improved logging API
   and easier to extend in the future
 * Added 'dev_type' environment variable to scripts and plug-ins - which
   is set to 'TUN' or 'TAP'
 * New feature: --management-external-key - to provide access to the
   encryption keys via the management interface
 * New feature: --x509-track option, more fine grained access to X.509
   fields in scripts and plug-ins
 * New feature: --client-nat support
 * New feature: --mark which can mark encrypted packets from the tunnel,
   suitable for more advanced routing and firewalling
 * New feature: --management-query-proxy - manage proxy settings via the
   management interface (supercedes --http-proxy-fallback)
 * New feature: --stale-routes-check, which cleans up the internal
   routing table
 * New feature: --x509-username-field, where other X.509v3 fields can be
   used for the authentication instead of Common Name
 * Improved client-kill management interface command
 * Improved UTF-8 support - and added --compat-names to provide backwards
   compatibility with older scripts/plug-ins
 * Improved auth-pam with COMMONNAME support, passing the certificate's
   common name in the PAM conversation
 * More options can now be used inside <connection> blocks
 * Completely new build system, enabling easier cross-compilation and
   Windows builds
 * Much of the code has been better documented
 * Many documentation updates
 * Plenty of bug fixes and other code clean-ups


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/openvpn/MESSAGE
cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/openvpn/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/openvpn/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/openvpn/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/openvpn/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/openvpn/options.mk
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/openvpn-acct-wtmpx/MESSAGE
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/openvpn-acct-wtmpx/Makefile \
    pkgsrc/net/openvpn-acct-wtmpx/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/openvpn-acct-wtmpx/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/openvpn-acct-wtmpx/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/net/openvpn-acct-wtmpx/patches/patch-logwtmpx.c \
    pkgsrc/net/openvpn-acct-wtmpx/patches/patch-openvpn-acct-wtmpx.c
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/openvpn/patches/patch-aa \
    pkgsrc/net/openvpn/patches/patch-af
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/openvpn/patches/patch-ac
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/openvpn/patches/patch-ae
cvs rdiff -u -r1.2 -r0 pkgsrc/net/openvpn/patches/patch-ag

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




Home | Main Index | Thread Index | Old Index