* [PATCH] logrotate: Update to 3.15
@ 2019-01-20 17:07 Matthias Fischer
2019-01-21 10:19 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2019-01-20 17:07 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1430 bytes --]
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 <matthias.fischer(a)ipfire.org>
---
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)
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] logrotate: Update to 3.15
2019-01-20 17:07 [PATCH] logrotate: Update to 3.15 Matthias Fischer
@ 2019-01-21 10:19 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2019-01-21 10:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1672 bytes --]
Thanks! Merged.
> On 20 Jan 2019, at 17:07, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> 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 <matthias.fischer(a)ipfire.org>
> ---
> 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)
>
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-21 10:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-20 17:07 [PATCH] logrotate: Update to 3.15 Matthias Fischer
2019-01-21 10:19 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox