]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
logrotate: Update to 3.21.0
authorMatthias Fischer <matthias.fischer@ipfire.org>
Thu, 15 Dec 2022 16:35:53 +0000 (17:35 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 27 Dec 2022 16:31:49 +0000 (16:31 +0000)
For details see:
https://github.com/logrotate/logrotate/releases/tag/3.21.0

"add ignoreduplicates directive to allow duplicate file matches (#473)
add --wait-for-state-lock option to wait for lock on the state file (#457)
avoid failure when an anonymous non-privileged user runs logrotate (#463)
support home dir expansion in olddir (#454)
reduce unnecessary rename operations with start N where N > 1 (#450)
unify handling of log levels (#239 #449)
do not print error: when exit code is unaffected (#448)"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/logrotate

index 0e66a68e97ed4bd65341950b461f84777207cc0c..eb0f2de3f81454b7fe6e042344305b8b70022239 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.20.1
+VER        = 3.21.0
 
 THISAPP    = logrotate-$(VER)
 DL_FILE    = logrotate-$(VER).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 52f1b1991f6e17d04dee3b795bd6621be707b9386cb966f1434b00f4e6d9e8242c17a88642f98db720f8eeda6c1e38d25f050eb9e9be48a8323f84c9e408cf71
+$(DL_FILE)_BLAKE2 = bd801aa8daed19213720ef36af8070277c3b36df2b866ab921bc5ff85afe97871638f4a690061ba752f16b2df53acc76373097bf95b6a7fd2821c20574a444d8
 
 install : $(TARGET)