From patchwork Sun Sep 1 07:37:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2378 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id E52F682F47 for ; Sun, 1 Sep 2019 07:37:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46LlRk0G05z5Dc1q; Sun, 1 Sep 2019 08:37:37 +0100 (BST) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46LlRh2xD9z2yPM; Sun, 1 Sep 2019 07:37:36 +0000 (UTC) Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 46LlRd1kzPz2xw0 for ; Sun, 1 Sep 2019 07:37:33 +0000 (UTC) Received: from Devel.localdomain (p4FF56DD1.dip0.t-ipconnect.de [79.245.109.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 46LlRd4jcGz5BXd5 for ; Sun, 1 Sep 2019 08:37:33 +0100 (BST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] logrotate: Update to 3.5.1 Date: Sun, 1 Sep 2019 09:37:26 +0200 Message-Id: <20190901073726.31121-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer 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" For details see: https://github.com/logrotate/logrotate/releases "use correct create mode in examples/btmp (#257)" => https://github.com/logrotate/logrotate/pull/257 "fix several bugs found by fuzzing (#254)" => https://github.com/logrotate/logrotate/issues/254 "do not abort globbing on a broken symlink (#251)" => https://github.com/logrotate/logrotate/issues/251 "rearrange logrotate.8 man page to improve readability (#248)" => https://github.com/logrotate/logrotate/pull/248 "encourage admins to use the su directive in logrotate.8 man page (#236)" => https://github.com/logrotate/logrotate/pull/236 Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/logrotate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/logrotate b/lfs/logrotate index 143d09531..5f7314bbd 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 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 = 3.15.0 +VER = 3.15.1 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 = 240105d3288657d0ad7782c6a34c9a85 +$(DL_FILE)_MD5 = 629cb3b933a281f25741e385bc030203 install : $(TARGET)