From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] Lynis: Update to 3.0.9 Date: Mon, 09 Oct 2023 09:43:11 +0200 Message-ID: <0573369f-4dca-4885-a7a7-82af1846c201@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4683213811007341386==" List-Id: --===============4683213811007341386== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 08/10/2023 18:31, Peter M=C3=BCller wrote: > Changelog according to https://cisofy.com/changelog/lynis/#309: > > - DBS-1820 - Added newer style format for Mongo authorization setting > - FILE-6410 - Locations added for plocate > - SSH-7408 - Only test Compression if sshd version < 7.4 > - Improved fetching timestamp > - Minor changes such as typos > > Signed-off-by: Peter M=C3=BCller > --- > lfs/lynis | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lfs/lynis b/lfs/lynis > index afc109945..eb906dbeb 100644 > --- a/lfs/lynis > +++ b/lfs/lynis > @@ -1,7 +1,7 @@ > #########################################################################= ###### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2022 IPFire Team = # > +# Copyright (C) 2007-2023 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 = # > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D Security and System auditing tool > =20 > -VER =3D 3.0.8 > +VER =3D 3.0.9 > =20 > THISAPP =3D lynis-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -35,7 +35,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > =20 > PROG =3D lynis > -PAK_VER =3D 12 > +PAK_VER =3D 13 > =20 > DEPS =3D > =20 > @@ -49,7 +49,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 490bd6799619a4247c3fa68cc96f2f1fead651b23db0ffb51239= 4960f8ca0360ab7f25d2bb8d9e742641558972e1fdd4b1e18d7de0d13007988276eed3a97b1f > +$(DL_FILE)_BLAKE2 =3D dc7912c7d1782c3ffdf369cc7f0f004267bd2a2c408982909e65= 4db14ecfa83ebdbd2f731c3d3ee8864e7de21945b1faa2f9d2845dedf3e742a4c79c62373eda > =20 > install : $(TARGET) > =20 --=20 Sent from my laptop --===============4683213811007341386==--