From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] OpenVPN: Update to version 2.4.7 Date: Tue, 26 Feb 2019 17:00:53 +0000 Message-ID: <43D26584-376E-440A-A93E-B4CC199BD47D@ipfire.org> In-Reply-To: <20190226105647.24572-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1709589550098838061==" List-Id: --===============1709589550098838061== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you. Merged. I guess this will also introduce TLS 1.3 for OpenVPN? > On 26 Feb 2019, at 10:56, Erik Kapfer wrote: >=20 > Changelog can be found in here https://community.openvpn.net/openvpn/wiki/C= hangesInOpenvpn24 . >=20 > Signed-off-by: Erik Kapfer > --- > lfs/openvpn | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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 >=20 --===============1709589550098838061==--