From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer <michael.tremer@ipfire.org> To: development@lists.ipfire.org Subject: Re: [PATCH] OpenVPN: Update to version 2.4.5 Date: Fri, 16 Mar 2018 18:16:28 +0000 Message-ID: <1521224188.178881.7.camel@ipfire.org> In-Reply-To: <1521219450.31897.2.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4621657656778223216==" List-Id: <development.lists.ipfire.org> --===============4621657656778223216== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, yes. I have merged this patch locally already, but I did not push it to the n= ext repository, yet. This will come today. Thank you for reminding me. Do you have anything left for this Core Update? I guess we are ready to close this soon. Best, -Michael On Fri, 2018-03-16 at 17:57 +0100, ummeegge wrote: > Hi, > thought this update might makes sense for Core 120 but am currently not > sure if the patch delivering cycle is meanwhile off ? Since this > version do includes also some OpenSSL-1.1 optimizations i thought it > might be good to deliver it for the Core 120 release. >=20 > Best, >=20 > Erik >=20 >=20 > Am Montag, den 12.03.2018, 13:47 +0100 schrieb Erik Kapfer: > > 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/o > > penvpn/blob/release/2.4/Changes.rst#version-245 and > > here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 . > >=20 > > Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org> > > --- > > lfs/openvpn | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > >=20 > > 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 --===============4621657656778223216==--