public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Erik Kapfer <ummeegge@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] lynis: Update to version 3.0.0
Date: Thu, 01 Oct 2020 14:45:48 +0200	[thread overview]
Message-ID: <20201001124548.13933-1-ummeegge@ipfire.org> (raw)

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

Several Fixes (incl. CVE-2019-13033 and CVE-2020-13882) and features has been added since the last version 2.6.4 .
For a full overview of the changes take a look in here --> https://cisofy.com/changelog/lynis/ .

Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
 config/rootfiles/packages/lynis | 12 ++++++++++--
 lfs/lynis                       |  8 ++++----
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/config/rootfiles/packages/lynis b/config/rootfiles/packages/lynis
index 9a2c21268..7df7cea2e 100644
--- a/config/rootfiles/packages/lynis
+++ b/config/rootfiles/packages/lynis
@@ -3,13 +3,17 @@ var/ipfire/lynis
 #var/ipfire/lynis/CODE_OF_CONDUCT.md
 #var/ipfire/lynis/CONTRIBUTING.md
 #var/ipfire/lynis/CONTRIBUTORS.md
+#var/ipfire/lynis/HAPPY_USERS.md
+#var/ipfire/lynis/SECURITY.md
 #var/ipfire/lynis/db
 var/ipfire/lynis/db/fileperms.db
 var/ipfire/lynis/db/hints.db
 var/ipfire/lynis/db/integrity.db
-var/ipfire/lynis/db/languages
+#var/ipfire/lynis/db/languages
+var/ipfire/lynis/db/languages/az
 var/ipfire/lynis/db/languages/br
 var/ipfire/lynis/db/languages/cn
+var/ipfire/lynis/db/languages/da
 var/ipfire/lynis/db/languages/de
 var/ipfire/lynis/db/languages/en
 var/ipfire/lynis/db/languages/en-GB
@@ -22,6 +26,7 @@ var/ipfire/lynis/db/languages/he
 var/ipfire/lynis/db/languages/hu
 var/ipfire/lynis/db/languages/it
 var/ipfire/lynis/db/languages/ja
+var/ipfire/lynis/db/languages/ko
 var/ipfire/lynis/db/languages/nb-NO
 var/ipfire/lynis/db/languages/nl
 var/ipfire/lynis/db/languages/nl-BE
@@ -30,10 +35,12 @@ var/ipfire/lynis/db/languages/pl
 var/ipfire/lynis/db/languages/pt
 var/ipfire/lynis/db/languages/ru
 var/ipfire/lynis/db/languages/se
+var/ipfire/lynis/db/languages/sk
 var/ipfire/lynis/db/languages/tr
 var/ipfire/lynis/db/malware-susp.db
 var/ipfire/lynis/db/malware.db
 var/ipfire/lynis/db/sbl.db
+var/ipfire/lynis/db/software-eol.db
 var/ipfire/lynis/db/tests.db
 var/ipfire/lynis/default.prf
 var/ipfire/lynis/developer.prf
@@ -59,6 +66,7 @@ var/ipfire/lynis/include/data_upload
 var/ipfire/lynis/include/functions
 var/ipfire/lynis/include/helper_audit_dockerfile
 var/ipfire/lynis/include/helper_configure
+var/ipfire/lynis/include/helper_generate
 var/ipfire/lynis/include/helper_show
 var/ipfire/lynis/include/helper_system_remote_scan
 var/ipfire/lynis/include/helper_update
@@ -94,7 +102,7 @@ var/ipfire/lynis/include/tests_nameservices
 var/ipfire/lynis/include/tests_networking
 var/ipfire/lynis/include/tests_php
 var/ipfire/lynis/include/tests_ports_packages
-var/ipfire/lynis/include/tests_printers_spools
+var/ipfire/lynis/include/tests_printers_spoolers
 var/ipfire/lynis/include/tests_scheduling
 var/ipfire/lynis/include/tests_shells
 var/ipfire/lynis/include/tests_snmp
diff --git a/lfs/lynis b/lfs/lynis
index 9c756d34a..49360abc8 100644
--- a/lfs/lynis
+++ b/lfs/lynis
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2020  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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.6.4
+VER        = 3.0.0
 
 THISAPP    = lynis-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/lynis
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = lynis
-PAK_VER    = 6
+PAK_VER    = 7
 DEPS       =
 
 ###############################################################################
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a5afd484b7aabf8af73adbc67a8f8756
+$(DL_FILE)_MD5 = 7f6777843fc4f30ea16e4e2bf393f797
 
 install : $(TARGET)
 
-- 
2.12.2


                 reply	other threads:[~2020-10-01 12:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201001124548.13933-1-ummeegge@ipfire.org \
    --to=ummeegge@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox