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.7 Date: Tue, 26 Feb 2019 11:56:47 +0100 Message-ID: <20190226105647.24572-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1207776805985403952==" List-Id: --===============1207776805985403952== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Changelog can be found in here https://community.openvpn.net/openvpn/wiki/Cha= ngesInOpenvpn24 . Signed-off-by: Erik Kapfer --- lfs/openvpn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index 2503654f1..61c805fdb 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2019 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.6 +VER =3D 2.4.7 =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 3a1f3f63bdaede443b4df49957df9405 +$(DL_FILE)_MD5 =3D 4ad8a008e1e7f261b3aa0024e79e7fb7 =20 install : $(TARGET) =20 --=20 2.12.2 --===============1207776805985403952==--