diff options
author | martti <martti> | 2008-02-13 12:07:24 +0000 |
---|---|---|
committer | martti <martti> | 2008-02-13 12:07:24 +0000 |
commit | c5b63932440e78240bc835cdfd435e22563becae (patch) | |
tree | bc35fa0e052e006cbb4d9d7307ece562868dd65a /net/openvpn/distinfo | |
parent | 338cc60b76a5eaf2024e28aa2c8b4279c22271df (diff) | |
download | pkgsrc-c5b63932440e78240bc835cdfd435e22563becae.tar.gz |
Updated net/openvpn to 2.1rc7
* Added a few extra files that exist in the svn repo but were
not being copied into the tarball by make dist.
* Fixup null interface on close, don't use ip addr flush (Alon Bar-Lev).
* Fixed options checking bug introduced in rc5 where legitimate configuration
files might elicit the error: "Options error: Parameter pkcs11_private_mode
can only be specified in TLS-mode, i.e. where --tls-server or --tls-client
is also specified."
* Added "forget-passwords" command to the management interface
(Alon Bar-Lev).
* Added --management-signal option to signal SIGUSR1 when the
management interface disconnects (Alon Bar-Lev).
* Modified command line and config file parser to allow
quoted strings using single quotes ('') (Alon Bar-Lev).
* Use pkcs11-helper as external library, can be downloaded from
https://www.opensc-project.org/pkcs11-helper (Alon Bar-Lev).
* Fixed interim memory growth issue in TCP connect loop where
"TCP: connect to %s failed, will try again in %d seconds: %s"
is output.
* Fixed bug in epoll driver in event.c, where the lack of a
handler for EPOLLHUP could cause 99% CPU usage.
* Defined ALLOW_NON_CBC_CIPHERS for people who don't
want to use a CBC cipher for OpenVPN's data channel.
* Added PLUGIN_LIBDIR preprocessor string to prepend a default
plugin directory to the dlopen search list when the user
specifies the basename of the plugin only (Marius Tomaschewski).
* Rewrote extract_x509_field and modified COMMON_NAME_CHAR_CLASS
to allow forward slash characters ("/") in the X509 common name
(Pavel Shramov).
* Allow OpenVPN to run completely unprivileged under Linux
by allowing openvpn --mktun to be used with --user and --group
to set the UID/GID of the tun device node. Also added --iproute
option to allow an alternative command to be executed in place
of the default iproute2 command (Alon Bar-Lev).
* Fixed --disable-iproute2 in ./configure to actually disable
iproute2 usage (Alon Bar-Lev).
* Added --management-forget-disconnect option -- forget
passwords when management session disconnects (Alon Bar-Lev).
Diffstat (limited to 'net/openvpn/distinfo')
-rw-r--r-- | net/openvpn/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/openvpn/distinfo b/net/openvpn/distinfo index d20cbac6d6a..2a4ca799073 100644 --- a/net/openvpn/distinfo +++ b/net/openvpn/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.13 2007/07/01 15:40:05 tnn Exp $ +$NetBSD: distinfo,v 1.14 2008/02/13 12:07:24 martti Exp $ -SHA1 (openvpn-2.1_rc4.tar.gz) = 4a22e23e497b7f5269628b1f430207c700cd6ebf -RMD160 (openvpn-2.1_rc4.tar.gz) = d9843c2fb6fda64b5cf9474f42b36068bb4cd845 -Size (openvpn-2.1_rc4.tar.gz) = 803125 bytes +SHA1 (openvpn-2.1_rc7.tar.gz) = f9f57a8ef3af8ab51924784ad2aab5d5f5798581 +RMD160 (openvpn-2.1_rc7.tar.gz) = 67e80d7bfb554046c71c95ec15d478504057f903 +Size (openvpn-2.1_rc7.tar.gz) = 787379 bytes SHA1 (patch-ab) = d26cdc9166a8813860f31cb5b11bc5b3643b8aa5 -SHA1 (patch-ac) = efbc3f00d2391a0b66fa88296359e3e0189b4cee +SHA1 (patch-ac) = 21e8e89b03b69cf8e6ec7dbb6eb57885992e8aed SHA1 (patch-ad) = 69f5fff5105131dc05ab38a1a717e1b363f88c1c SHA1 (patch-ae) = 66f7d62588d465daa6195ee550bdad4ac2879db7 SHA1 (patch-af) = b30791372a097e02250515ec57a62b0a4fde2cdd |