aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
diff options
context:
space:
mode:
authorMagnus Kroken <mkroken@gmail.com>2017-06-22 23:01:01 +0200
committerJo-Philipp Wich <jo@mein.io>2017-06-26 09:57:11 +0200
commit57289ae6403d9d03a419337f266194d3ae6909d0 (patch)
tree3272b71bc5630b32fd75da29ebfdc5beca810fc0 /package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
parent73e81a8318d1038cbcb2ad788bf8d956f338f587 (diff)
downloadupstream-57289ae6403d9d03a419337f266194d3ae6909d0.tar.gz
upstream-57289ae6403d9d03a419337f266194d3ae6909d0.tar.bz2
upstream-57289ae6403d9d03a419337f266194d3ae6909d0.zip
openvpn: update to 2.4.3
Fixes for security and other issues. See security announcement for more details: https://community.openvpn.net/openvpn/wiki/VulnerabilitiesFixedInOpenVPN243 * Remotely-triggerable ASSERT() on malformed IPv6 packet (CVE-2017-7508) * Pre-authentication remote crash/information disclosure for clients (CVE-2017-7520) * Potential double-free in --x509-alt-username (CVE-2017-7521) * Remote-triggerable memory leaks (CVE-2017-7512) * Post-authentication remote DoS when using the --x509-track option (CVE-2017-7522) * Null-pointer dereference in establish_http_proxy_passthru() * Restrict --x509-alt-username extension types * Fix potential 1-byte overread in TCP option parsing * Fix mbedtls fingerprint calculation * openssl: fix overflow check for long --tls-cipher option * Ensure option array p[] is always NULL-terminated * Pass correct buffer size to GetModuleFileNameW() (Quarkslabs finding 5.6) Signed-off-by: Magnus Kroken <mkroken@gmail.com>
Diffstat (limited to 'package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch')
-rw-r--r--package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch b/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
index 5f23994b5c..101fa12ba2 100644
--- a/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
+++ b/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
@@ -1,6 +1,6 @@
--- a/src/openvpn/options.c
+++ b/src/openvpn/options.c
-@@ -107,7 +107,6 @@ const char title_string[] =
+@@ -106,7 +106,6 @@ const char title_string[] =
#ifdef HAVE_AEAD_CIPHER_MODES
" [AEAD]"
#endif