From patchwork Mon Jan 21 04:07:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2044 Return-Path: Received: from mail01.ipfire.org (unknown [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 web07.i.ipfire.org (Postfix) with ESMTPS id A653C85D3E8 for ; Sun, 20 Jan 2019 17:07:53 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 43jLj51F8wz50MPG; Sun, 20 Jan 2019 17:07:53 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1548004073; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=vxb1fOfLn5CuRudn1/SKQm+7VS+ejjKJygyHKzIUJzA=; b=GTUcH/dCTy/k6K+4+QGz7gyZH8DR3oRAZiytfpkWtEk8W3JHZE0Fw/8fqcQ4xYRAJhAyDu LIMS54VO4iIUOjANX3cS3UBJujSRAsJKr7u3Ewsa/fC0XHsDzVsCKzFwKyluOmVXoFcf9g pOP+3vAw6bWgFqEvQMsiZFnEfIVEXsvHozBbYOM3yx5twfDtoaUojyH9Hv02SolHkyi0Ud O2TxUFBPeetktRRGB5SeHY9FMMigNMnwToEjsmapH630wJ1D3IhqCz3/vOXJ/4P89L72tK IHPCEERqMPMq7sfaaSlEzlKneASvZFYnkAehS3sFeOglhLIai5G4eR5rZNv0+A== Received: from Devel.localdomain (p4FF5633E.dip0.t-ipconnect.de [79.245.99.62]) (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 43jLj26Yk1z59c6d for ; Sun, 20 Jan 2019 17:07:50 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1548004071; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=vxb1fOfLn5CuRudn1/SKQm+7VS+ejjKJygyHKzIUJzA=; b=n80KQu2aArvbDOI/J1P34np0B0m0m89kjegNKtZ33alfUYnRxipkh+Es9j5F8gjj22imYE Wp9gD0FI+rTOURtH2BNCTSL+FjZxAy3QC/Qe+3UqrX6qZdX/NeErPM7KfSBlEvBnKhgU1+ avT4iSjmec68LIS82Mc1VRNxUgkNtEPyI/cnZdA5xruB+NTlP/l7EWkitkbBVFG8FwJbG4 sNGciOG/m/ZujNnZ3CJujhrXk5xE4ZsM3/r6wkyZDpax8Rrnc+aoYl7yJ4hUNoQ++G1hgn z7juBzGjkkkuGHBiD9DNzjnLfB6C6zmpd7q9cZm1QPE8tOJa2rzGwa9dQ2ATJw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] logrotate: Update to 3.15 Date: Sun, 20 Jan 2019 18:07:47 +0100 Message-Id: <20190120170747.1337-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-Spamd-Result: default: False [-2.19 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-0.09)[-0.030,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:79.192.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-2.19 X-Rspamd-Server: mail01.i.ipfire.org 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 - timer unit: change trigger fuzz from 12h to 1h (#230) - service unit: only run if /var/log is mounted (#230) - preserve fractional part of timestamps when compressing (#226) - re-indent source code using spaces only (#188) - minage: avoid rounding issue while comparing the amount of seconds (#36) - never remove old log files if rotate -1 is specified (#202) - return non-zero exit status if a config file contains an error (#199) - make copytruncate work with rotate 0 (#191) - warn user if both size and the time interval options are used (#192) - pass rotated log file name as the 2nd argument of the postrotate script when sharedscript is not enabled (#193) - rename logrotate-default to logrotate.conf (#187) 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 a6b735443..143d09531 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -24,7 +24,7 @@ include Config -VER = 3.14.0 +VER = 3.15.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 = 9d9cf1d0a0b0433f56e152c5117f7b31 +$(DL_FILE)_MD5 = 240105d3288657d0ad7782c6a34c9a85 install : $(TARGET)