From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer <michael.tremer@ipfire.org> To: development@lists.ipfire.org Subject: Re: [PATCH] logrotate: Update to 3.15 Date: Mon, 21 Jan 2019 10:19:12 +0000 Message-ID: <4F0E0707-83B4-4026-A92D-AF96DBE7F1A4@ipfire.org> In-Reply-To: <20190120170747.1337-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2357289508757364282==" List-Id: <development.lists.ipfire.org> --===============2357289508757364282== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks! Merged. > On 20 Jan 2019, at 17:07, Matthias Fischer <matthias.fischer(a)ipfire.org> = wrote: >=20 > For details see: > https://github.com/logrotate/logrotate/releases >=20 > - 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) >=20 > Best, > Matthias >=20 > Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> > --- > lfs/logrotate | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/logrotate b/lfs/logrotate > index a6b735443..143d09531 100644 > --- a/lfs/logrotate > +++ b/lfs/logrotate > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 3.14.0 > +VER =3D 3.15.0 >=20 > THISAPP =3D logrotate-$(VER) > DL_FILE =3D logrotate-$(VER).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 9d9cf1d0a0b0433f56e152c5117f7b31 > +$(DL_FILE)_MD5 =3D 240105d3288657d0ad7782c6a34c9a85 >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============2357289508757364282==--