Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lynis for openSUSE:Factory checked 
in at 2024-03-13 22:17:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lynis (Old)
 and      /work/SRC/openSUSE:Factory/.lynis.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lynis"

Wed Mar 13 22:17:17 2024 rev:55 rq:1156952 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lynis/lynis.changes      2024-03-01 
23:39:12.749285175 +0100
+++ /work/SRC/openSUSE:Factory/.lynis.new.1770/lynis.changes    2024-03-13 
22:18:10.491380672 +0100
@@ -1,0 +2,22 @@
+Mon Mar 11 10:21:40 UTC 2024 - Robert Frohl <rfr...@suse.com>
+
+- Update to 3.1.0:
+  * Added
+    - Translation: Indonesian
+  * Changed
+    - MALW-3280 - Correction to detect com.avast.daemon
+    - OS detection added for Guix System, macOS Ventura (13.x)/Sonoma (14.x), 
NXP
+      LSDK, OpenEmbedded "nodistro", and The Yocto Projects distro "Poky"
+    - Updated Amazon Linux EOL dates and addition of Amazon Linux 2023
+    - STATUS_NOT_ACTIVE variable added to translation files
+    - End-of-life dates updated
+    - Fixing missing or erroneous test number comments
+    - Detection of SentinelOne corrected
+    - Wazuh for file integrity and tooling
+    - Updated parsing output of arch-audit
+    - Added support for SentinelOne detection
+    - Replacing deprecated option -i for xargs
+    - Path detection for PostgreSQL improved
+- Updated additional_module_blacklist_locations.patch
+
+-------------------------------------------------------------------

Old:
----
  lynis-3.0.9.tar.gz
  lynis-3.0.9.tar.gz.asc

New:
----
  lynis-3.1.0.tar.gz
  lynis-3.1.0.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lynis.spec ++++++
--- /var/tmp/diff_new_pack.NEr47o/_old  2024-03-13 22:18:11.107403334 +0100
+++ /var/tmp/diff_new_pack.NEr47o/_new  2024-03-13 22:18:11.107403334 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lynis
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2009-2013 Sascha Manns <saigk...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,7 +23,7 @@
 %define _pluginsdir       %{_datadir}/lynis/plugins
 %define _dbdir            %{_datadir}/lynis/db
 Name:           lynis
-Version:        3.0.9
+Version:        3.1.0
 Release:        0
 Summary:        Security and System auditing tool
 License:        GPL-3.0-only

++++++ additional_module_blacklist_locations.patch ++++++
--- /var/tmp/diff_new_pack.NEr47o/_old  2024-03-13 22:18:11.143404659 +0100
+++ /var/tmp/diff_new_pack.NEr47o/_new  2024-03-13 22:18:11.147404806 +0100
@@ -8,8 +8,8 @@
                  fi
 -                FIND=$(${LSBINARY} ${ROOTDIR}etc/modprobe.d/* 2> /dev/null)
 -                if [ -n "${FIND}" ]; then
--                    FIND1=$(${EGREPBINARY} "^blacklist \+${FS}$" 
${ROOTDIR}etc/modprobe.d/* | ${GREPBINARY} -v "#")
--                    FIND2=$(${EGREPBINARY} "^install \+${FS} \+/bin/true$" 
${ROOTDIR}etc/modprobe.d/* | ${GREPBINARY} -v "#")
+-                    FIND1=$(${GREPBINARY} -E "^blacklist \+${FS}$" 
${ROOTDIR}etc/modprobe.d/* | ${GREPBINARY} -v "#")
+-                    FIND2=$(${GREPBINARY} -E "^install \+${FS} \+/bin/true$" 
${ROOTDIR}etc/modprobe.d/* | ${GREPBINARY} -v "#")
 -                        if [ -n "${FIND1}" ] || [ -n "${FIND2}" ]; then
 -                            Display --indent 4 --text "- Module $FS is 
blacklisted" --result "OK" --color GREEN
 -                            LogText "Result: module ${FS} is blacklisted"
@@ -18,8 +18,8 @@
 +                for SUBDIR in "${ROOTDIR}etc" "/usr/lib"; do
 +                    FIND=$(${LSBINARY} ${ROOTDIR}etc/modprobe.d/* 2> 
/dev/null)
 +                    if [ -n "${FIND}" ]; then
-+                        FIND1=$(${EGREPBINARY} "^blacklist \+${FS}$" 
${ROOTDIR}etc/modprobe.d/* | ${GREPBINARY} -v "#")
-+                        FIND2=$(${EGREPBINARY} "^install \+${FS} 
\+/bin/true$" ${ROOTDIR}etc/modprobe.d/* | ${GREPBINARY} -v "#")
++                        FIND1=$(${GREPBINARY} -E "^blacklist \+${FS}$" 
${ROOTDIR}etc/modprobe.d/* | ${GREPBINARY} -v "#")
++                        FIND2=$(${GREPBINARY} -E "^install \+${FS} 
\+/bin/true$" ${ROOTDIR}etc/modprobe.d/* | ${GREPBINARY} -v "#")
 +                            if [ -n "${FIND1}" ] || [ -n "${FIND2}" ]; then
 +                                Display --indent 4 --text "- Module $FS is 
blacklisted" --result "OK" --color GREEN
 +                                LogText "Result: module ${FS} is blacklisted"

++++++ lynis-3.0.9.tar.gz -> lynis-3.1.0.tar.gz ++++++
++++ 2395 lines of diff (skipped)

Reply via email to