From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] lynis: Update to 3.0.8 Date: Sat, 11 Jun 2022 10:55:19 +0000 Message-ID: <31849683-e94c-c4ab-fe01-730446fbee9d@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8653828907247568726==" List-Id: --===============8653828907247568726== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Full changelog as retrived from https://cisofy.com/changelog/lynis/#308: - MALW-3274 - Detect McAfee VirusScan Command Line Scanner - PKGS-7346 Check Alpine Package Keeper (apk) - PKGS-7395 Check Alpine upgradeable packages - EOL for Alpine Linux 3.14 and 3.15 - AUTH-9408 - Check for pam_faillock as well (replacement for pam_tally2) - FILE-7524 - Test enhanced to support symlinks - HTTP-6643 - Support ModSecurity version 2 and 3 - KRNL-5788 - Only run relevant tests and improved logging - KRNL-5820 - Additional path for security/limits.conf - KRNL-5830 - Check for /var/run/needs_restarting (Slackware) - KRNL-5830 - Add a presence check for /boot/vmlinuz - PRNT-2308 - Bugfix that prevented test from storing values correctly - Extended location of PAM files for AARCH64 - Some messages in log improved Signed-off-by: Peter M=C3=BCller --- lfs/lynis | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/lynis b/lfs/lynis index bc6b29297..afc109945 100644 --- a/lfs/lynis +++ b/lfs/lynis @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Security and System auditing tool =20 -VER =3D 3.0.7 +VER =3D 3.0.8 =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 11 +PAK_VER =3D 12 =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 d9cddcba9c83ddee08ea38c8e80bf6f0a78179ad102673a876a1fe= 3d4544612e945d8637a8d026ce7bff72b09d6274223031e1cb6fc74596b2c65f0380fecd67 +$(DL_FILE)_BLAKE2 =3D 490bd6799619a4247c3fa68cc96f2f1fead651b23db0ffb5123949= 60f8ca0360ab7f25d2bb8d9e742641558972e1fdd4b1e18d7de0d13007988276eed3a97b1f =20 install : $(TARGET) =20 --=20 2.35.3 --===============8653828907247568726==--