pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openvpn Updated to 2.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e1f63fd36cd
branches:  trunk
changeset: 576611:8e1f63fd36cd
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Tue Jun 15 12:05:28 2010 +0000

description:
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:

 net/openvpn/Makefile |  5 ++---
 net/openvpn/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 793640a672f5 -r 8e1f63fd36cd net/openvpn/Makefile
--- a/net/openvpn/Makefile      Tue Jun 15 12:03:26 2010 +0000
+++ b/net/openvpn/Makefile      Tue Jun 15 12:05:28 2010 +0000
@@ -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 -r 793640a672f5 -r 8e1f63fd36cd net/openvpn/distinfo
--- a/net/openvpn/distinfo      Tue Jun 15 12:03:26 2010 +0000
+++ b/net/openvpn/distinfo      Tue Jun 15 12:05:28 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index