From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] logrotate: Update to 3.5.1 Date: Sun, 01 Sep 2019 13:34:06 +0100 Message-ID: In-Reply-To: <20190901073726.31121-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3450779393490072377==" List-Id: --===============3450779393490072377== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 1 Sep 2019, at 08:37, Matthias Fischer w= rote: >=20 > For details see: > https://github.com/logrotate/logrotate/releases >=20 > "use correct create mode in examples/btmp (#257)" > =3D> https://github.com/logrotate/logrotate/pull/257 >=20 > "fix several bugs found by fuzzing (#254)" > =3D> https://github.com/logrotate/logrotate/issues/254 >=20 > "do not abort globbing on a broken symlink (#251)" > =3D> https://github.com/logrotate/logrotate/issues/251 >=20 > "rearrange logrotate.8 man page to improve readability (#248)" > =3D> https://github.com/logrotate/logrotate/pull/248 >=20 > "encourage admins to use the su directive in logrotate.8 man page (#236)" > =3D> https://github.com/logrotate/logrotate/pull/236 >=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 143d09531..5f7314bbd 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 @@ >=20 > include Config >=20 > -VER =3D 3.15.0 > +VER =3D 3.15.1 >=20 > THISAPP =3D logrotate-$(VER) > DL_FILE =3D logrotate-$(VER).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 240105d3288657d0ad7782c6a34c9a85 > +$(DL_FILE)_MD5 =3D 629cb3b933a281f25741e385bc030203 >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============3450779393490072377==--