aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch
diff options
context:
space:
mode:
authorMagnus Kroken <mkroken@gmail.com>2020-04-17 17:34:42 +0200
committerHans Dedecker <dedeckeh@gmail.com>2020-04-18 20:34:08 +0200
commitd7e98bd7c5316f95cc11635371a39c6c0e18b9a7 (patch)
tree01d9900f4825546e2a5b338accd0e4b9d3436af6 /package/network/services/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch
parent5f126c541a743e2ff5d8f406128d477ab5a509b4 (diff)
downloadupstream-d7e98bd7c5316f95cc11635371a39c6c0e18b9a7.tar.gz
upstream-d7e98bd7c5316f95cc11635371a39c6c0e18b9a7.tar.bz2
upstream-d7e98bd7c5316f95cc11635371a39c6c0e18b9a7.zip
openvpn: update to 2.4.9
This is primarily a maintenance release with bugfixes and improvements. This release also fixes a security issue (CVE-2020-11810) which allows disrupting service of a freshly connected client that has not yet negotiated session keys. The vulnerability cannot be used to inject or steal VPN traffic. Release announcement: https://openvpn.net/community-downloads/#heading-13812 Full list of changes: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24#OpenVPN2.4.9 Signed-off-by: Magnus Kroken <mkroken@gmail.com>
Diffstat (limited to 'package/network/services/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch')
-rw-r--r--package/network/services/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch b/package/network/services/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch
index 7fc0089000..cb16a906fe 100644
--- a/package/network/services/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch
+++ b/package/network/services/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch
@@ -1,6 +1,6 @@
--- a/src/openvpn/ssl_mbedtls.c
+++ b/src/openvpn/ssl_mbedtls.c
-@@ -1406,7 +1406,7 @@ const char *
+@@ -1415,7 +1415,7 @@ const char *
get_ssl_library_version(void)
{
static char mbedtls_version[30];