forked from pool/openvpn
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
This commit is contained in:
parent
52de9bf7fb
commit
3f091f1bb8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ddd900ab1293aa8882e8be4cadddb419c3c76b1d28079183323ebb1e9e333a2
|
||||
size 838716
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.6 (GNU/Linux)
|
||||
|
||||
iD8DBQBKK2b1HQtJlh+/UfMRAt9bAJ0ZzKSpHWDsCuJeWmUGBtd7V+ueAQCg8f8y
|
||||
DSKp92PwviznB7j42vKNFr4=
|
||||
=VDjW
|
||||
-----END PGP SIGNATURE-----
|
3
openvpn-2.1_rc20.tar.gz
Normal file
3
openvpn-2.1_rc20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d423b48cb3ccc66b5669b9404dcb028cb62af410361c09e6056db0c5d2a1267
|
||||
size 844253
|
7
openvpn-2.1_rc20.tar.gz.asc
Normal file
7
openvpn-2.1_rc20.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.6 (GNU/Linux)
|
||||
|
||||
iD8DBQBKzHhmHQtJlh+/UfMRAqn2AKCPIjlkmlwP4q7ZOItfdFKHPIe+OQCgpkA6
|
||||
HRQJORs7umHZ4I8V+db2Tu8=
|
||||
=/thl
|
||||
-----END PGP SIGNATURE-----
|
@ -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
|
||||
|
||||
|
14
openvpn.spec
14
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 <jim@yonan.net>
|
||||
|
||||
%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 <jim@yonan.net>
|
||||
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user