From 3f091f1bb879b394ad705f5491c1ad4ae3de1b283991f6e8993570ae70a78c2a Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 18 Dec 2009 13:43:16 +0000 Subject: [PATCH] Accepting request 26924 from network:vpn Copy from network:vpn/openvpn based on submit request 26924 from user mtomaschewski OBS-URL: https://build.opensuse.org/request/show/26924 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvpn?expand=0&rev=15 --- openvpn-2.1_rc18.tar.gz | 3 --- openvpn-2.1_rc18.tar.gz.asc | 7 ------- openvpn-2.1_rc20.tar.gz | 3 +++ openvpn-2.1_rc20.tar.gz.asc | 7 +++++++ openvpn.changes | 34 ++++++++++++++++++++++++++++++++++ openvpn.spec | 14 +++++++------- 6 files changed, 51 insertions(+), 17 deletions(-) delete mode 100644 openvpn-2.1_rc18.tar.gz delete mode 100644 openvpn-2.1_rc18.tar.gz.asc create mode 100644 openvpn-2.1_rc20.tar.gz create mode 100644 openvpn-2.1_rc20.tar.gz.asc diff --git a/openvpn-2.1_rc18.tar.gz b/openvpn-2.1_rc18.tar.gz deleted file mode 100644 index 9ee3547..0000000 --- a/openvpn-2.1_rc18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ddd900ab1293aa8882e8be4cadddb419c3c76b1d28079183323ebb1e9e333a2 -size 838716 diff --git a/openvpn-2.1_rc18.tar.gz.asc b/openvpn-2.1_rc18.tar.gz.asc deleted file mode 100644 index 2195d3b..0000000 --- a/openvpn-2.1_rc18.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.6 (GNU/Linux) - -iD8DBQBKK2b1HQtJlh+/UfMRAt9bAJ0ZzKSpHWDsCuJeWmUGBtd7V+ueAQCg8f8y -DSKp92PwviznB7j42vKNFr4= -=VDjW ------END PGP SIGNATURE----- diff --git a/openvpn-2.1_rc20.tar.gz b/openvpn-2.1_rc20.tar.gz new file mode 100644 index 0000000..acc5d52 --- /dev/null +++ b/openvpn-2.1_rc20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d423b48cb3ccc66b5669b9404dcb028cb62af410361c09e6056db0c5d2a1267 +size 844253 diff --git a/openvpn-2.1_rc20.tar.gz.asc b/openvpn-2.1_rc20.tar.gz.asc new file mode 100644 index 0000000..2558396 --- /dev/null +++ b/openvpn-2.1_rc20.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.6 (GNU/Linux) + +iD8DBQBKzHhmHQtJlh+/UfMRAqn2AKCPIjlkmlwP4q7ZOItfdFKHPIe+OQCgpkA6 +HRQJORs7umHZ4I8V+db2Tu8= +=/thl +-----END PGP SIGNATURE----- diff --git a/openvpn.changes b/openvpn.changes index 2f412de..9708880 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Dec 17 23:00:46 CET 2009 - mt@suse.de + +- Updated to openvpn 2.1 2.1_rc20, fixing problems in route and + option handling provided by the from server (bnc#552440). + For complete list of changes, see ChangeLog file, here just + the IMO most important: + * Fixed a bug introduced in 2.1_rc17 (svn r4436) where using + the redirect-gateway option by itself, without any extra + parameters, would cause the option to be ignored. + * Optimized PUSH_REQUEST handshake sequence to shave several + seconds off of a typical client connection initiation. + * The maximum number of "route" directives (specified in the + config file or pulled from a server) can now be configured + via the new "max-routes" directive. + * Eliminated the limitation on the number of options that can + be pushed to clients, including routes. Previously, all + pushed options needed to fit within a 1024 byte options + string. + * Added --server-poll-timeout option : when polling possible + remote servers to connect to in a round-robin fashion, + spend no more than n seconds waiting for a response before + trying the next server. + * Added the ability for the server to provide a custom reason + string when an AUTH_FAILED message is returned to the client. + This string can be set by the server-side managment interface + and read by the client-side management interface. + * client-kill management interface command, when issued on server, + will now send a RESTART message to client. This feature is + intended to make UDP clients respond the same as TCP clients + in the case where the server issues a RESTART message in order + to force the client to reconnect and pull a new options/route + list. + ------------------------------------------------------------------- Fri Oct 2 15:14:51 CEST 2009 - mt@suse.de diff --git a/openvpn.spec b/openvpn.spec index 7d72c9a..5aed026 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -1,5 +1,5 @@ # -# spec file for package openvpn (Version 2.1.0.18) +# spec file for package openvpn (Version 2.1.0.20) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,18 +17,18 @@ # norootforbuild -%define upstream_version 2.1_rc18 +%define upstream_version 2.1_rc20 Name: openvpn Url: http://openvpn.net/ -License: GPL v2 only +License: GPLv2 Group: Productivity/Networking/Security AutoReqProv: on %if 0%{?suse_version} PreReq: %insserv_prereq %fillup_prereq %endif -Version: 2.1.0.18 -Release: 2 +Version: 2.1.0.20 +Release: 1 Summary: Full-featured SSL VPN solution using a TUN/TAP Interface Source: http://openvpn.net/release/openvpn-%{upstream_version}.tar.gz Source1: http://openvpn.net/signatures/openvpn-%{upstream_version}.tar.gz.asc @@ -72,7 +72,7 @@ Authors: James Yonan %package down-root-plugin -License: GPL v2 or later ; LGPL v2.1 or later +License: GPLv2+ ; LGPLv2.1+ Summary: OpenVPN down-root plugin Group: Productivity/Networking/Security AutoReqProv: on @@ -97,7 +97,7 @@ Authors: James Yonan %package auth-pam-plugin -License: GPL v2 or later ; LGPL v2.1 or later +License: GPLv2+ ; LGPLv2.1+ Summary: OpenVPN auth-pam plugin Group: Productivity/Networking/Security AutoReqProv: on