From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] OpenVPN: Update to version 2.4.5 Date: Mon, 12 Mar 2018 13:47:34 +0100 Message-ID: <1520858854-13400-1-git-send-email-erik.kapfer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5544889306509547883==" List-Id: --===============5544889306509547883== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is primarily a maintenance release, with further improved OpenSSL 1.1 in= tegration, several minor bug fixes and other minor improvements. Further information can be found in here https://github.com/OpenVPN/openvpn/b= lob/release/2.4/Changes.rst#version-245 and here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 . Signed-off-by: Erik Kapfer --- lfs/openvpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index ef25c25..5bd9da7 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.4.4 +VER =3D 2.4.5 =20 THISAPP =3D openvpn-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 7a2002aad1671b24457bc9432a0c5c52 +$(DL_FILE)_MD5 =3D c510ad3c8fce738c678dbcc54367c945 =20 install : $(TARGET) =20 --=20 2.7.4 --===============5544889306509547883==--