From patchwork Sun Mar 18 20:21:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1702 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 03FD9600DA for ; Sun, 18 Mar 2018 10:26:44 +0100 (CET) X-Virus-Scanned: ClamAV at mail01.ipfire.org X-Spam-Flag: NO X-Spam-Score: -0.6 X-Spam-Level: X-Spam-Status: No, score=-0.6 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, KAM_NUMSUBJECT=0.5] autolearn=disabled Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 1D413108C3AC; Sun, 18 Mar 2018 09:26:42 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1521365202; x=1523957202; bh=KcV9AXytw4ukH9AzvvZ6qCg8M8pkJgrwyHEiok9rdgE=; h=From:To:Subject:Date:Message-Id:Sender:From:To:Cc:Date: Content-Type:Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=kXHi4Xe3WjP2WA7T89FMd/tiCsVEsnVKVXK1YZ93Xth0s/EYUHhloGh0Ir64UA3CC l8VL54/iT30TRNjFFJ+xD4HYfruyffbCUVXSPcAvT8cqqwfxAjO1aQHmo7R+wKx2Ok fVTmbaMCnQnfx79y7Od+9FhuwGVJ6KYc45VFyrg1D3p8TLCf5f+C1JdvtPQrGtoVtF weYbqBxdWGPs8IFV50ST3P9c2t8+9EDgicVyf2CIQtSwSNUXANRASoPA3shW4TJLUK W6mu7IzIpTnRQsHcqtn+cAPEZIFSJ5cBTq1OZ+E6yeN3Gw2ld5B4O7RJEMc2Cz4cVP fTAlv6UPGqZrw== X-Virus-Scanned: ClamAV at mail01.ipfire.org Received: from Devel.localdomain (p5B0A20A2.dip0.t-ipconnect.de [91.10.32.162]) (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 770FD108F565 for ; Sun, 18 Mar 2018 09:21:22 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1521364882; x=1523956882; bh=KcV9AXytw4ukH9AzvvZ6qCg8M8pkJgrwyHEiok9rdgE=; h=From:To:Subject:Date:Message-Id:From:To:Cc:Date:Content-Type: Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=rgyVsi7QkydOHjNdfRn9DMJ1BPabE8yS45RAkRhWdik7SIAB3D8xoBSBR256iNgsB 39iCC0XcmkRna+wIlK1omlgisY5vA05NUUJCS+4QBD1dgNR6UTdnXK0PRoQ55q8dh5 mn7p8s8RWjBTqgL5Q8k3U1KVayJ2g78DWdyAZEpGG8lpL+nOyZ9DYY9tchCKh3VTl/ 9vjZZckdceZsaOhiqRpMIOcOVQlicsvrptYmv/eUvkN99xnWK5875DXLhVvErrskc+ ZIxLbZmqNviXPHKfzOJg8HWS6iTObNGz4/AGGKgasVRX0/F3XJlWchvx14u8zQPsBi x83hCEUHfDPaw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] logrotate: Update to 3.14.0 Date: Sun, 18 Mar 2018 10:21:17 +0100 Message-Id: <20180318092117.2871-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.16.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/logrotate b/lfs/logrotate index 3749fd7d4..a6b735443 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# Copyright (C) 2007-2018 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.13.0 +VER = 3.14.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 = 72c2c3028d060131b388a9b330215549 +$(DL_FILE)_MD5 = 9d9cf1d0a0b0433f56e152c5117f7b31 install : $(TARGET)