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. Best, Erik 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 . > > 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 @@ >   >  include Config >   > -VER        = 2.4.4 > +VER        = 2.4.5 >   >  THISAPP    = openvpn-$(VER) >  DL_FILE    = $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) >   >  $(DL_FILE) = $(DL_FROM)/$(DL_FILE) >   > -$(DL_FILE)_MD5 = 7a2002aad1671b24457bc9432a0c5c52 > +$(DL_FILE)_MD5 = c510ad3c8fce738c678dbcc54367c945 >   >  install : $(TARGET) >