forked from pool/openvpn
Accepting request 177312 from home:mrdocs:branches:network:vpn
Updated from 2.3.0 to 2.3.2. Detailed changes are in .changes file. OBS-URL: https://build.opensuse.org/request/show/177312 OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=62
This commit is contained in:
parent
1842097fc7
commit
bf61c39e95
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4602a8d0f66dfa6ac10b7abfeba35260d7d4c570948f6eba5f8216ffa3a2c490
|
||||
size 1130659
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlDsEP0ACgkQwp2X7RmNIqOWzgCgjV8zuTIeQyf9akjPC9zmD0Lb
|
||||
x0wAoJJvA2HdPqrbUELnP9I8ulh4R+o9
|
||||
=F+0q
|
||||
-----END PGP SIGNATURE-----
|
3
openvpn-2.3.2.tar.gz
Normal file
3
openvpn-2.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20bda3f9debb9a52db262aecddfa4e814050a9404a9106136b7e3b6f7ef36ffc
|
||||
size 1145108
|
7
openvpn-2.3.2.tar.gz.asc
Normal file
7
openvpn-2.3.2.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlGolm0ACgkQwp2X7RmNIqP/VACeN45easlrm7x2faaU5aj1Lqj+
|
||||
+8EAoJaRw6InzzlrKKnkl45UXJRZZ9bI
|
||||
=dz1J
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 22:09:09 UTC 2013 - mrdocs@opensuse.org
|
||||
|
||||
- Update to 2.3.2
|
||||
+Fixes since 2.3.0
|
||||
- Remove dead code path and putenv functionality
|
||||
- Remove unused function xor
|
||||
- Move static prototype definition from header into c file
|
||||
- Remove unused function no_tap_ifconfig
|
||||
- fix build with automake 1.13(.1)
|
||||
- Fix corner case in NTLM authentication (trac #172)
|
||||
- Update README.IPv6 to match what is in 2.3.0
|
||||
- Repair "tcp server queue overflow" brokenness, more <stdbool.h> fallout.
|
||||
- Permit pool size of /64.../112 for ifconfig-ipv6-pool
|
||||
- Add MIN() compatibility macro
|
||||
- Fix directly connected routes for "topology subnet" on Solaris.
|
||||
- close more file descriptors on exec
|
||||
- Ignore UTF-8 byte order mark
|
||||
- reintroduce --no-name-remapping option
|
||||
- make --tls-remote compatible with pre 2.3 configs
|
||||
- add new option for X.509 name verification
|
||||
- add man page patch for missing options
|
||||
- Fix parameter listing in non-debug builds at verb 4
|
||||
- (updated) [PATCH] Warn when using verb levels >=7 without debug
|
||||
- Enable TCP_NODELAY configuration on FreeBSD.
|
||||
- Updated README
|
||||
- Cleaned up and updated INSTALL
|
||||
- PolarSSL-1.2 support
|
||||
- Improve PolarSSL key_state_read_{cipher, plain}text messages
|
||||
- Improve verify_callback messages
|
||||
- Config compatibility patch. Added translate_cipher_name.
|
||||
- Switch to IANA names for TLS ciphers.
|
||||
- Fixed autoconf script to properly detect missing pkcs11 with polarssl.
|
||||
- Use constant time memcmp when comparing HMACs in openvpn_decrypt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 11:13:49 UTC 2013 - mt@suse.de
|
||||
|
||||
|
@ -29,7 +29,7 @@ Url: http://openvpn.net/
|
||||
%else
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
%endif
|
||||
Version: 2.3.0
|
||||
Version: 2.3.2
|
||||
Release: 0
|
||||
Summary: Full-featured SSL VPN solution using a TUN/TAP Interface
|
||||
License: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1
|
||||
|
Loading…
Reference in New Issue
Block a user