From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH v2 1/2] OpenVPN: Update to version 2.4.9 Date: Thu, 07 May 2020 12:46:15 +0200 Message-ID: <20200507104616.11573-1-ummeegge@ipfire.org> In-Reply-To: <20200417163459.10032-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6999781489297727789==" List-Id: --===============6999781489297727789== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Beneath several smaller fixes, this version fixes also some OpenSSL problems = but also CVE-2020-11810. The full changelog can be found in here https://community.openvpn.net/openvpn= /wiki/ChangesInOpenvpn24 . Signed-off-by: Erik Kapfer --- lfs/openvpn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index 0ee437e78..779bf5520 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2019 IPFire Team = # +# Copyright (C) 2007-2020 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.4.8 +VER =3D 2.4.9 =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 03a4a077945c157703681a06935bc3f9 +$(DL_FILE)_MD5 =3D 446df6dc29364d00929ea9c725412cb8 =20 install : $(TARGET) =20 --=20 2.12.2 --===============6999781489297727789==--