public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Lynis: Update to 3.0.9
@ 2023-10-08 16:31 Peter Müller
  2023-10-09  7:43 ` Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2023-10-08 16:31 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2020 bytes --]

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üller <peter.mueller(a)ipfire.org>
---
 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  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # 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
 
 SUMMARY    = Security and System auditing tool
 
-VER        = 3.0.8
+VER        = 3.0.9
 
 THISAPP    = lynis-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -35,7 +35,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = lynis
-PAK_VER    = 12
+PAK_VER    = 13
 
 DEPS       =
 
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 490bd6799619a4247c3fa68cc96f2f1fead651b23db0ffb512394960f8ca0360ab7f25d2bb8d9e742641558972e1fdd4b1e18d7de0d13007988276eed3a97b1f
+$(DL_FILE)_BLAKE2 = dc7912c7d1782c3ffdf369cc7f0f004267bd2a2c408982909e654db14ecfa83ebdbd2f731c3d3ee8864e7de21945b1faa2f9d2845dedf3e742a4c79c62373eda
 
 install : $(TARGET)
 
-- 
2.35.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Lynis: Update to 3.0.9
  2023-10-08 16:31 [PATCH] Lynis: Update to 3.0.9 Peter Müller
@ 2023-10-09  7:43 ` Adolf Belka
  0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2023-10-09  7:43 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2264 bytes --]

Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>

On 08/10/2023 18:31, Peter Müller 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üller <peter.mueller(a)ipfire.org>
> ---
>   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  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
>   #                                                                             #
>   # 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
>   
>   SUMMARY    = Security and System auditing tool
>   
> -VER        = 3.0.8
> +VER        = 3.0.9
>   
>   THISAPP    = lynis-$(VER)
>   DL_FILE    = $(THISAPP).tar.gz
> @@ -35,7 +35,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
>   TARGET     = $(DIR_INFO)/$(THISAPP)
>   
>   PROG       = lynis
> -PAK_VER    = 12
> +PAK_VER    = 13
>   
>   DEPS       =
>   
> @@ -49,7 +49,7 @@ objects = $(DL_FILE)
>   
>   $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>   
> -$(DL_FILE)_BLAKE2 = 490bd6799619a4247c3fa68cc96f2f1fead651b23db0ffb512394960f8ca0360ab7f25d2bb8d9e742641558972e1fdd4b1e18d7de0d13007988276eed3a97b1f
> +$(DL_FILE)_BLAKE2 = dc7912c7d1782c3ffdf369cc7f0f004267bd2a2c408982909e654db14ecfa83ebdbd2f731c3d3ee8864e7de21945b1faa2f9d2845dedf3e742a4c79c62373eda
>   
>   install : $(TARGET)
>   

-- 
Sent from my laptop


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-09  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08 16:31 [PATCH] Lynis: Update to 3.0.9 Peter Müller
2023-10-09  7:43 ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox