public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] logrotate: Update to 3.18.0
@ 2021-01-16 15:57 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2021-01-16 15:57 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 858 bytes --]

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(a)ipfire.org>
---
 lfs/logrotate | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/logrotate b/lfs/logrotate
index 45a0d47e2..cc6f07fa3 100644
--- a/lfs/logrotate
+++ b/lfs/logrotate
@@ -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)
 
-- 
2.18.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-16 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-16 15:57 [PATCH] logrotate: Update to 3.18.0 Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox