From: Erik Kapfer Date: Mon, 12 Mar 2018 12:47:34 +0000 (+0100) Subject: OpenVPN: Update to version 2.4.5 X-Git-Tag: v2.19-core120~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdc1a0e901c285e84f8cbb6a01248ce6a141b361;p=people%2Fstevee%2Fipfire-2.x.git OpenVPN: Update to version 2.4.5 This is primarily a maintenance release, with further improved OpenSSL 1.1 integration, several minor bug fixes and other minor improvements. Further information can be found in here https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-245 and here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 . Signed-off-by: Erik Kapfer Signed-off-by: Michael Tremer --- diff --git a/lfs/openvpn b/lfs/openvpn index ef25c2567e..5bd9da7a23 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@ include Config -VER = 2.4.4 +VER = 2.4.5 THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7a2002aad1671b24457bc9432a0c5c52 +$(DL_FILE)_MD5 = c510ad3c8fce738c678dbcc54367c945 install : $(TARGET)