From: Matthias Fischer Date: Sun, 1 Sep 2019 07:37:26 +0000 (+0200) Subject: logrotate: Update to 3.5.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f1c19a5dbefe8e91479dfd60a5526dcb8451f5b;p=people%2Fms%2Fipfire-2.x.git logrotate: Update to 3.5.1 For details see: https://github.com/logrotate/logrotate/releases "use correct create mode in examples/btmp (#257)" => https://github.com/logrotate/logrotate/pull/257 "fix several bugs found by fuzzing (#254)" => https://github.com/logrotate/logrotate/issues/254 "do not abort globbing on a broken symlink (#251)" => https://github.com/logrotate/logrotate/issues/251 "rearrange logrotate.8 man page to improve readability (#248)" => https://github.com/logrotate/logrotate/pull/248 "encourage admins to use the su directive in logrotate.8 man page (#236)" => https://github.com/logrotate/logrotate/pull/236 Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/logrotate b/lfs/logrotate index 143d095316..5f7314bbde 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.15.0 +VER = 3.15.1 THISAPP = logrotate-$(VER) DL_FILE = logrotate-$(VER).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 240105d3288657d0ad7782c6a34c9a85 +$(DL_FILE)_MD5 = 629cb3b933a281f25741e385bc030203 install : $(TARGET)