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.21.0 Date: Tue, 27 Dec 2022 16:30:39 +0000 Message-ID: <0fcc93f1-aaee-9239-7b2e-2400913fa2be@ipfire.org> In-Reply-To: <20221215163553.1790-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1451423042966782689==" List-Id: --===============1451423042966782689== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://github.com/logrotate/logrotate/releases/tag/3.21.0 >=20 > "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)" >=20 > Signed-off-by: Matthias Fischer > --- > lfs/logrotate | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/logrotate b/lfs/logrotate > index 0e66a68e9..eb0f2de3f 100644 > --- a/lfs/logrotate > +++ b/lfs/logrotate > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 3.20.1 > +VER =3D 3.21.0 > =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 52f1b1991f6e17d04dee3b795bd6621be707b9386cb966f1434b= 00f4e6d9e8242c17a88642f98db720f8eeda6c1e38d25f050eb9e9be48a8323f84c9e408cf71 > +$(DL_FILE)_BLAKE2 =3D bd801aa8daed19213720ef36af8070277c3b36df2b866ab921bc= 5ff85afe97871638f4a690061ba752f16b2df53acc76373097bf95b6a7fd2821c20574a444d8 > =20 > install : $(TARGET) > =20 --===============1451423042966782689==--