]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
logrotate: Update to version 3.22.0
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 15 Sep 2024 16:43:36 +0000 (18:43 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 Sep 2024 17:07:45 +0000 (17:07 +0000)
commit5e96ac7ff68362aef810fc39ebf2ec1ba67f5db5
tree020cdb80a67f60bf8d6e35a43ee40bd11945c074
parent90d3fb2a2ab9262bbbe72824ff1f0a7318e69ae0
logrotate: Update to version 3.22.0

- Update from version 3.21.0 to 3.22.0
- Update for rootfile not required
- autogen.sh step not required as configure file has been available in source tarball
   since version 3.10.0 in 2016
- xz version of logrotate available so changed to that.
- Changelog
   3.22.0
 - fix calculations for time differences (#516)
 - fix extension for zip compression (#545)
 - fix omitted copy for logs with `mail` and `rotate 0` (#553)
 - fix wrongly skipping copy with `copytruncate` and `compress` (#553)
 - fix ambiguities between `mode`, `UID` and `GID` parsing when not specifying all options (#575)
 - fix hang when encountering a named pipe (#607)
 - on prerotate failure logs are preserved instead of rotated (#506)
 - in case a configuration file was skipped due to unsafe permissions the
   exit status after rotattion will be `1` (#508)
 - the state is no longer written to non-regular files (#529)
 - the systemd timer now correctly utilizes load distribution (#574)
 - add dateformat specifier `%z` for timezone offsets (#594)
 - change default mode for created `olddir` directories to `0755` (#560)
 - support quoted user and group names in `su`, `create`, and `createolddir` (#575)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/logrotate