]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
logrotate: Update to 3.18.0
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 16 Jan 2021 15:57:56 +0000 (16:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Jan 2021 13:06:08 +0000 (13:06 +0000)
Exerpt from 'ChangeLog.md':

"## [3.18.0] - 2021-01-08
  - allow UIDs and GIDs to be specified numerically (#217)
  - add support for Zstandard compressed files (#355)
  - make `delaycompress` not to fail with `rotate 0` (#341)"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/logrotate

index 45a0d47e25fae1df62d8ffb55594cfcfda5d58ff..cc6f07fa312425c21f9839cf53dc0cfc668ee392 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.17.0
+VER        = 3.18.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)_MD5 = 6bd4d3102ae9c86d37e46ca93bcffa66
+$(DL_FILE)_MD5 = f8ad01f87865cd7b80136eccf16ba4a1
 
 install : $(TARGET)