From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] logrotate: Update to 3.20.1 Date: Mon, 30 May 2022 18:56:18 +0000 Message-ID: In-Reply-To: <20220526152538.3482968-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0275744364974003328==" List-Id: --===============0275744364974003328== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details since v3.18.0 see: > https://github.com/logrotate/logrotate/releases/tag/3.20.1 > https://github.com/logrotate/logrotate/releases/tag/3.20.0 > https://github.com/logrotate/logrotate/releases/tag/3.19.0 >=20 > logrotate-3.20.1 >=20 > drop world-readable permission on state file even when ACLs are enabled= (#446) >=20 > logrotate-3.20.0 >=20 > fix potential DoS from unprivileged users via the state file (CVE-2022-= 1348) > fix a misleading debug message with copytruncate and rotate 0 (#443) > add support for unsigned time_t (#438) > do not lock state file /dev/null (#433) >=20 > logrotate-3.19.0 >=20 > continue on EINTR in compressLogFile() (#430) > enforce stricter parsing of configuration files (#427, #431) > avoid confusing error message in debug mode (#426) > fix full_write() on incomplete write (#415) > do not use alloca() any more (#412) > do not rotate hard links unless allowhardlink is used (#407) > change directory after dropping privileges (#397) > add defence in depth when dropping privileges (#400) > remove invalid configuration on error (#408) > do not open symbolic link log files by accident (#399) > do not write state if state file is /dev/null (#395) >=20 > Signed-off-by: Matthias Fischer > --- > lfs/logrotate | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/logrotate b/lfs/logrotate > index 90fdd1cfa..0e66a68e9 100644 > --- a/lfs/logrotate > +++ b/lfs/logrotate > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2020 IPFire Team = # > +# Copyright (C) 2007-2022 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 @@ > =20 > include Config > =20 > -VER =3D 3.18.0 > +VER =3D 3.20.1 > =20 > THISAPP =3D logrotate-$(VER) > DL_FILE =3D logrotate-$(VER).tar.gz > @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 4e78e980f2cc8e4b208c5d64df7ba173b59dbb1913a37f28e867= dae71e56d50567c8614c7b9cfc04f6dee7888518b50d302f4935a248428c567d7e42a8dcbaf9 > +$(DL_FILE)_BLAKE2 =3D 52f1b1991f6e17d04dee3b795bd6621be707b9386cb966f1434b= 00f4e6d9e8242c17a88642f98db720f8eeda6c1e38d25f050eb9e9be48a8323f84c9e408cf71 > =20 > install : $(TARGET) > =20 --===============0275744364974003328==--