Hello, this patch is much better because it is smaller, but the script is actually missing. Could you modify the patch so that it doesn't appear in the LFS file and rootfile and we just have the plain update of the package? Then I could merge that into the OpenSSL branch which will then build and then we can move on to the rest. Best, -Michael On Tue, 2018-01-30 at 17:38 +0100, Erik Kapfer wrote: > Changed LFS and ROOTFILE for OpenVPN 2.4.4 update. > > Added CRL updater script to LFS. > > Signed-off-by: Erik Kapfer > --- > config/rootfiles/common/openvpn | 5 ++++- > lfs/openvpn | 11 ++++++++--- > 2 files changed, 12 insertions(+), 4 deletions(-) > > diff --git a/config/rootfiles/common/openvpn b/config/rootfiles/common/openvpn > index b58e30c..cbfd03e 100644 > --- a/config/rootfiles/common/openvpn > +++ b/config/rootfiles/common/openvpn > @@ -1,3 +1,5 @@ > +etc/fcron.daily/ovpn_crl_updater.sh > +#usr/include/openvpn-msg.h > #usr/include/openvpn-plugin.h > #usr/lib/openvpn > #usr/lib/openvpn/plugins > @@ -10,11 +12,12 @@ usr/sbin/openvpn > #usr/share/doc/openvpn > #usr/share/doc/openvpn/COPYING > #usr/share/doc/openvpn/COPYRIGHT.GPL > +#usr/share/doc/openvpn/Changes.rst > #usr/share/doc/openvpn/README > #usr/share/doc/openvpn/README.IPv6 > #usr/share/doc/openvpn/README.auth-pam > #usr/share/doc/openvpn/README.down-root > -#usr/share/doc/openvpn/README.polarssl > +#usr/share/doc/openvpn/README.mbedtls > #usr/share/doc/openvpn/management-notes.txt > #usr/share/man/man8/openvpn.8 > var/ipfire/ovpn/ca > diff --git a/lfs/openvpn b/lfs/openvpn > index 8307d01..e7f9bc2 100644 > --- a/lfs/openvpn > +++ b/lfs/openvpn > @@ -1,7 +1,7 @@ > ############################################################################# > ## > # > # > # IPFire.org - A linux based > firewall # > -# Copyright (C) 2017 IPFire Team > # > +# Copyright (C) 2018 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 @@ > > include Config > > -VER = 2.3.18 > +VER = 2.4.4 > > THISAPP = openvpn-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 844ec9c64aae62051478784b8562f881 > +$(DL_FILE)_MD5 = 7a2002aad1671b24457bc9432a0c5c52 > > install : $(TARGET) > > @@ -96,5 +96,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > mv -v /var/ipfire/ovpn/verify /usr/lib/openvpn/verify > chown root:root /usr/lib/openvpn/verify > chmod 755 /usr/lib/openvpn/verify > + mv -v /var/ipfire/ovpn/ovpn_crl_updater.sh /etc/fcron.daily > + chown root:root /etc/fcron.daily/ovpn_crl_updater.sh > + chmod 750 /etc/fcron.daily/ovpn_crl_updater.sh > + > @rm -rf $(DIR_APP) > @$(POSTBUILD) > +