- Updated to openvpn 2.1.4, providing several bug fixes and
improvements, such as: * Fix of a problem with special case route targets * Try to ensure, that the tun/tap interface gets closed on non-graceful aborts. * Several AUTH_FAILED reporting fixes causing the connection to fail without any error indication. * Enable exponential backoff in reliability layer retransmits. * Proxy improvements Please review the ChangeLog file for a complete and exact list. OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=19
This commit is contained in:
parent
875a80dbee
commit
a0c01e3add
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3180d7af5ff7b05196b2a26bad263291c1987f67e116ebbdcdaf5f678634842
|
||||
size 880115
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.6 (GNU/Linux)
|
||||
|
||||
iD8DBQBLItqnHQtJlh+/UfMRAo5uAJ9ovr/2lUDvWI/x4A1WdDx+REqjJQCgxJzb
|
||||
dUqMdv3It4GlUnU92MeO5CE=
|
||||
=rZfg
|
||||
-----END PGP SIGNATURE-----
|
3
openvpn-2.1.4.tar.gz
Normal file
3
openvpn-2.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67fe78e5def82d44d2ad4ef6fc6d87901195849d10b6b3cab81fa03257f52af5
|
||||
size 863726
|
7
openvpn-2.1.4.tar.gz.asc
Normal file
7
openvpn-2.1.4.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.6 (GNU/Linux)
|
||||
|
||||
iD8DBQBM2GqoHQtJlh+/UfMRApCpAJ9Dn5q4PHK8fE4ppycXJrFF21ZElgCeMPFZ
|
||||
n+jA1Kd8kEp7KOycdGKdEEc=
|
||||
=XjqX
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 09:45:46 UTC 2010 - mt@suse.de
|
||||
|
||||
- Updated to openvpn 2.1.4, providing several bug fixes and
|
||||
improvements, such as:
|
||||
* Fix of a problem with special case route targets
|
||||
* Try to ensure, that the tun/tap interface gets closed on
|
||||
non-graceful aborts.
|
||||
* Several AUTH_FAILED reporting fixes causing the connection
|
||||
to fail without any error indication.
|
||||
* Enable exponential backoff in reliability layer retransmits.
|
||||
* Proxy improvements
|
||||
Please review the ChangeLog file for a complete and exact list.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 8 16:34:21 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package openvpn (Version 2.1.1)
|
||||
# spec file for package openvpn (Version 2.1.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define upstream_version 2.1.1
|
||||
%define upstream_version 2.1.4
|
||||
|
||||
Name: openvpn
|
||||
Url: http://openvpn.net/
|
||||
@ -27,8 +27,8 @@ AutoReqProv: on
|
||||
%if 0%{?suse_version}
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
%endif
|
||||
Version: 2.1.1
|
||||
Release: 7
|
||||
Version: 2.1.4
|
||||
Release: 0
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user