aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
diff options
context:
space:
mode:
authorMagnus Kroken <mkroken@gmail.com>2016-12-10 12:11:33 +0100
committerFelix Fietkau <nbd@nbd.name>2016-12-22 16:42:18 +0100
commit13592c14541b6dbd9e572b68f30b38fe9788f23f (patch)
tree990efdd8ced61f7024a837069fe9ec6731944c74 /package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
parentf67867adb054e16a73c5f644e5bdf77e64eaddcf (diff)
downloadupstream-13592c14541b6dbd9e572b68f30b38fe9788f23f.tar.gz
upstream-13592c14541b6dbd9e572b68f30b38fe9788f23f.tar.bz2
upstream-13592c14541b6dbd9e572b68f30b38fe9788f23f.zip
openvpn: update to 2.4_rc2
OpenVPN 2.4 builds with mbedTLS 2.x, rename openvpn-polarssl variant to openvpn-mbedtls. Some feature highlights: * Data channel cipher negotiation * AEAD cipher support for data channel encryption (currently only * AES-GCM) * ECDH key exchange for control channel * LZ4 compression support See https://github.com/OpenVPN/openvpn/blob/master/Changes.rst for additional change notes. 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.patch8
1 files changed, 4 insertions, 4 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 3ceef6f0ff..5f23994b5c 100644
--- a/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
+++ b/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
@@ -1,10 +1,10 @@
--- a/src/openvpn/options.c
+++ b/src/openvpn/options.c
-@@ -102,7 +102,6 @@ const char title_string[] =
- " [MH]"
+@@ -107,7 +107,6 @@ const char title_string[] =
+ #ifdef HAVE_AEAD_CIPHER_MODES
+ " [AEAD]"
#endif
- " [IPv6]"
-- " built on " __DATE__
+- " built on " __DATE__
;
#ifndef ENABLE_SMALL