From cb8508c41bc1a8e5e6823d8d25b942ed944a572c Mon Sep 17 00:00:00 2001 From: Ivan Pavlov Date: Thu, 17 Aug 2023 22:33:09 +0300 Subject: openvpn: update to 2.6.6 Small bugfix release For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.6/Changes.rst Also, set depends on DCO kernel module when ENABLE_DCO flag is set. Signed-off-by: Ivan Pavlov --- .../patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/openvpn/patches') diff --git a/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch b/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch index 81c09c1e8..0a45ea49e 100644 --- a/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch +++ b/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch @@ -9,7 +9,7 @@ #include #endif #if OPENSSL_VERSION_NUMBER >= 0x30000000L -@@ -1419,7 +1419,7 @@ engine_load_key(const char *file, SSL_CT +@@ -1436,7 +1436,7 @@ engine_load_key(const char *file, SSL_CT #endif /* if HAVE_OPENSSL_ENGINE */ } -- cgit v1.2.3