Reviewed-by: Michael Tremer > On 1 Nov 2019, at 13:33, Erik Kapfer wrote: > > This is primarily a maintenance release with bugfixes and improvements. All changes can be overviewed in 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 61c805fdb..0ee437e78 100644 > --- a/lfs/openvpn > +++ b/lfs/openvpn > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.4.7 > +VER = 2.4.8 > > THISAPP = openvpn-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 4ad8a008e1e7f261b3aa0024e79e7fb7 > +$(DL_FILE)_MD5 = 03a4a077945c157703681a06935bc3f9 > > install : $(TARGET) > > -- > 2.12.2 >