diff options
author | sborrill <sborrill@pkgsrc.org> | 2010-06-15 12:05:28 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2010-06-15 12:05:28 +0000 |
commit | 8f9619c2000aeccedfa885dc3b01d97957dfc014 (patch) | |
tree | dfbba3ceb398fba6dbd064638f8560047aaf7f82 /net/openvpn | |
parent | f53cb3b52077dd81e3c568cc1fdaca938ce24993 (diff) | |
download | pkgsrc-8f9619c2000aeccedfa885dc3b01d97957dfc014.tar.gz |
Updated to 2.1.1.
Changes:
2009.12.11 -- Version 2.1.1
* Fixed some breakage in openvpn.spec (which is required to build an
RPM distribution) where it was referencing a non-existent
subdirectory in the tarball, causing it to fail (patch from
David Sommerseth).
2009.12.11 -- Version 2.1.0
* Fixed a couple issues in sample plugins auth-pam.c and down-root.c.
(1) Fail gracefully rather than segfault if calloc returns NULL.
(2) The openvpn_plugin_abort_v1 function can potentially be called
with handle == NULL. Add code to detect this case, and if so, avoid
dereferencing pointers derived from handle (Thanks to David
Sommerseth for finding this bug).
* Documented "multihome" option in the man page.
2009.11.20 -- Version 2.1_rc22
* Fixed a client-side bug on Windows that occurred when the
"dhcp-pre-release" or "dhcp-renew" options were combined with
"route-gateway dhcp". The release/renew would not occur
because the Windows DHCP renew function is blocking and
therefore must be called from another process or thread
so as not to stall the tunnel.
* Added a hard failure when peer provides a certificate chain
with depth > 16. Previously, a warning was issued.
Diffstat (limited to 'net/openvpn')
-rw-r--r-- | net/openvpn/Makefile | 5 | ||||
-rw-r--r-- | net/openvpn/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 5d8103d952a..65043f8ca72 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2010/01/17 12:02:34 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2010/06/15 12:05:28 sborrill Exp $ # -DISTNAME= openvpn-2.1_rc21 +DISTNAME= openvpn-2.1.1 PKGNAME= ${DISTNAME:S/_//} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://openvpn.net/release/ \ http://openvpn.net/release/old/ diff --git a/net/openvpn/distinfo b/net/openvpn/distinfo index d9434329aa2..78082424f01 100644 --- a/net/openvpn/distinfo +++ b/net/openvpn/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2009/11/18 08:10:15 manu Exp $ +$NetBSD: distinfo,v 1.20 2010/06/15 12:05:28 sborrill Exp $ -SHA1 (openvpn-2.1_rc21.tar.gz) = b9a6a6a637fab4b419b8e038d12a42c021d9e34e -RMD160 (openvpn-2.1_rc21.tar.gz) = 2ba73bc6367fa849eb19126dd3bd8bdec9775f9e -Size (openvpn-2.1_rc21.tar.gz) = 845711 bytes +SHA1 (openvpn-2.1.1.tar.gz) = 4b18e71b07236760f3b4defa941661e94b731a5a +RMD160 (openvpn-2.1.1.tar.gz) = a33ed8ef4ba564103c2d196bbb742dac88d30e80 +Size (openvpn-2.1.1.tar.gz) = 880115 bytes SHA1 (patch-aa) = e27e5a6411c9fb6545a1ad630f165200546b7213 SHA1 (patch-ab) = d26cdc9166a8813860f31cb5b11bc5b3643b8aa5 SHA1 (patch-ac) = f59615702208cae2a094306bc5fa7fb96234e55a |