From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] logwatch: Update to 7.5.4 Date: Wed, 16 Sep 2020 20:36:29 +0200 Message-ID: <20200916183629.1825-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2201500283226929143==" List-Id: --===============2201500283226929143== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sorry, there is no changelog available. For a better overview I moved 'logwatch-7.3.6-date_manip6.patch' to a directo= ry of its own. Signed-off-by: Matthias Fischer --- lfs/logwatch | 10 ++++++---- .../{ =3D> logwatch}/logwatch-7.3.6-date_manip6.patch | 0 2 files changed, 6 insertions(+), 4 deletions(-) rename src/patches/{ =3D> logwatch}/logwatch-7.3.6-date_manip6.patch (100%) diff --git a/lfs/logwatch b/lfs/logwatch index a980b1b40..509201743 100644 --- a/lfs/logwatch +++ b/lfs/logwatch @@ -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,7 +24,7 @@ =20 include Config =20 -VER =3D 7.5.3 +VER =3D 7.5.4 =20 THISAPP =3D logwatch-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 8bcf3edc5a4687c8aad1b9c01e2be54b +$(DL_FILE)_MD5 =3D 47b35a8e5efc415b4a775415255b8d1f =20 install : $(TARGET) =20 @@ -71,7 +71,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && sed -e "s/^TEMPDIR=3D.*/TEMPDIR=3D\"\/tmp\"/g" -i install_= logwatch.sh - cd $(DIR_APP)/lib && patch < $(DIR_SRC)/src/patches/logwatch-7.3.6-date_man= ip6.patch + + cd $(DIR_APP)/lib && patch < $(DIR_SRC)/src/patches/logwatch/logwatch-7.3.6= -date_manip6.patch + @cd $(DIR_APP) && chmod 755 install_logwatch.sh cd $(DIR_APP) && yes "" | ./install_logwatch.sh =09 diff --git a/src/patches/logwatch-7.3.6-date_manip6.patch b/src/patches/logwa= tch/logwatch-7.3.6-date_manip6.patch similarity index 100% rename from src/patches/logwatch-7.3.6-date_manip6.patch rename to src/patches/logwatch/logwatch-7.3.6-date_manip6.patch --=20 2.18.0 --===============2201500283226929143==--