From patchwork Sat Oct 14 20:14:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1481 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 12BBE60B38 for ; Sat, 14 Oct 2017 11:14:26 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id DE15DC06; Sat, 14 Oct 2017 11:14:24 +0200 (CEST) Received: from Devel.localdomain (p5B0A2E18.dip0.t-ipconnect.de [91.10.46.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 29E44C06 for ; Sat, 14 Oct 2017 11:14:22 +0200 (CEST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] logrotate: Update to 3.13.0 Date: Sat, 14 Oct 2017 11:14:17 +0200 Message-Id: <20171014091417.7681-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.14.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 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" For details see: https://github.com/logrotate/logrotate/releases Best, Matthias Signed-off-by: Matthias Fischer --- lfs/logrotate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/logrotate b/lfs/logrotate index 70e9f4870..3749fd7d4 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -24,7 +24,7 @@ include Config -VER = 3.12.3 +VER = 3.13.0 THISAPP = logrotate-$(VER) DL_FILE = logrotate-$(VER).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3162ada6f1036c1a4a0a68262989ff73 +$(DL_FILE)_MD5 = 72c2c3028d060131b388a9b330215549 install : $(TARGET)