From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] OpenVPN: Update to version 2.4.9 Date: Fri, 17 Apr 2020 15:25:40 +0000 Message-ID: <20200417152540.6987-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3449422974658848500==" List-Id: --===============3449422974658848500== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is mainly a bug fix update. In here --> https://github.com/OpenVPN/openvpn/releases a overview of the changes can be found. Signed-off-by: Erik Kapfer --- lfs/openvpn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index 0ee437e78..14e777f41 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2019 IPFire Team = # +# Copyright (C) 2007-2020 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,10 +24,10 @@ =20 include Config =20 -VER =3D 2.4.8 +VER =3D 2.4.9 =20 THISAPP =3D openvpn-$(VER) -DL_FILE =3D $(THISAPP).tar.xz +DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 03a4a077945c157703681a06935bc3f9 +$(DL_FILE)_MD5 =3D 52863fa9b98e5a3d7f8bec1d5785a2ba =20 install : $(TARGET) =20 @@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) : =20 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ --prefix=3D/usr \ --sysconfdir=3D/var/ipfire/ovpn \ --=20 2.20.1 --===============3449422974658848500==--