From patchwork Wed Sep 16 18:36:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3468 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Bs82K1lDvz3x3W for ; Wed, 16 Sep 2020 18:36:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Bs82H5TDwzyw; Wed, 16 Sep 2020 18:36:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Bs82H04nlz2xs2; Wed, 16 Sep 2020 18:36:39 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Bs82G2CTlz2xX9 for ; Wed, 16 Sep 2020 18:36:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Bs82D616pzl4 for ; Wed, 16 Sep 2020 18:36:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1600281396; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=HALqmSyE9i+fU4RK+d1VQuoFLVs374KlyFlYDKxWNN4=; b=ClgJ4z6Xd0qquUsumqyFm1064l8CYWc75RuUmKKLPGqnSUWPzZ+hBNQ0I31qINQr+z7BL9 zl5v2DnQiwP4EZCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1600281396; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=HALqmSyE9i+fU4RK+d1VQuoFLVs374KlyFlYDKxWNN4=; b=amYq+Yzjm2XGGo1lstoKWly5NQQNsD+am6fpt64WKZ82IPhhrwhMHUR3QL64p+NkFQdxVV vlx7DRBLGGKRFZnGmkppiX73XHkUPFgYowwkRME5gmxnGuhlU9iwwoqDKdSO1NiYJcTrSa sgMpyYDXla4av3ATkrMCp8fPIHovDnvv3+4dBSD1sYePYmk+QpyzKFCtN1iNiLWC0uY0Wr lAaBlHISiBuhc6aoB79uuEcDlmesAwyWePpkU9BLcb1R4JJFjL8PI7hkn9vaZqRdvDS6aV w9h2WyHG8dZg1YasZN5POeT+notbLPftclwL+UTwgyEgjY057eevikLBsac5eg== 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> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Sorry, there is no changelog available. For a better overview I moved 'logwatch-7.3.6-date_manip6.patch' to a directory of its own. Signed-off-by: Matthias Fischer --- lfs/logwatch | 10 ++++++---- .../{ => logwatch}/logwatch-7.3.6-date_manip6.patch | 0 2 files changed, 6 insertions(+), 4 deletions(-) rename src/patches/{ => 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 @@ include Config -VER = 7.5.3 +VER = 7.5.4 THISAPP = logwatch-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8bcf3edc5a4687c8aad1b9c01e2be54b +$(DL_FILE)_MD5 = 47b35a8e5efc415b4a775415255b8d1f install : $(TARGET) @@ -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=.*/TEMPDIR=\"\/tmp\"/g" -i install_logwatch.sh - cd $(DIR_APP)/lib && patch < $(DIR_SRC)/src/patches/logwatch-7.3.6-date_manip6.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 diff --git a/src/patches/logwatch-7.3.6-date_manip6.patch b/src/patches/logwatch/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