Hello community,

here is the log from the commit of package lynis for openSUSE:Factory checked 
in at 2016-09-30 15:33:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lynis (Old)
 and      /work/SRC/openSUSE:Factory/.lynis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lynis"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lynis/lynis.changes      2016-09-24 
15:29:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lynis.new/lynis.changes 2016-09-30 
15:33:37.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Sep 28 11:45:44 UTC 2016 - astie...@suse.com
+
+- lynis 2.3.4 with various improvements, including:
+  * Several tests have extended log details
+  * Detection of nftables improved
+  * Replaced cut, sed, tr and others commands with binary variable
+    (for forensics and future intrusion checking capabilities)
+  * OS detection improved
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ lynis.spec ++++++
--- /var/tmp/diff_new_pack.y6aCqF/_old  2016-09-30 15:33:39.000000000 +0200
+++ /var/tmp/diff_new_pack.y6aCqF/_new  2016-09-30 15:33:39.000000000 +0200
@@ -24,7 +24,7 @@
 %define _dbdir            %{_datadir}/lynis/db
 %define _bindir           %{_prefix}/bin
 Name:           lynis
-Version:        2.3.3
+Version:        2.3.4
 Release:        0
 Summary:        Security and System auditing tool
 License:        GPL-3.0

++++++ lynis-2.3.3.tar.gz -> lynis-2.3.4.tar.gz ++++++
++++ 8538 lines of diff (skipped)


++++++ lynis_1.3.1_include_consts.diff ++++++
--- /var/tmp/diff_new_pack.y6aCqF/_old  2016-09-30 15:33:39.000000000 +0200
+++ /var/tmp/diff_new_pack.y6aCqF/_new  2016-09-30 15:33:39.000000000 +0200
@@ -1,10 +1,10 @@
 Index: include/consts
 ===================================================================
---- include/consts.orig        2016-08-23 02:00:00.000000000 +0200
-+++ include/consts     2016-09-15 15:04:08.947048290 +0200
-@@ -87,6 +87,7 @@ unset LANG
-     ECHOCMD=""
+--- include/consts.orig        2016-09-27 02:00:00.000000000 +0200
++++ include/consts     2016-09-28 13:45:00.011142735 +0200
+@@ -95,6 +95,7 @@ unset LANG
      ERROR_ON_WARNINGS=0
+     FILEBINARY=""
      FILEVALUE=""
 +    FILE_NUM_TOTAL=0
      FIND=""

++++++ lynis_1.3.6_include-osdetection.diff ++++++
--- /var/tmp/diff_new_pack.y6aCqF/_old  2016-09-30 15:33:39.000000000 +0200
+++ /var/tmp/diff_new_pack.y6aCqF/_new  2016-09-30 15:33:39.000000000 +0200
@@ -1,13 +1,13 @@
 Index: include/osdetection
 ===================================================================
---- include/osdetection.orig   2016-09-15 15:04:30.519264684 +0200
-+++ include/osdetection        2016-09-15 15:05:13.115691924 +0200
-@@ -316,7 +316,7 @@
-               OS_NAME="${LINUX_VERSION}"
-           fi
-           # If Linux version (full name) is unknown, use uname value
--          if [ "${OS_FULLNAME}" = "" ]; then OS_FULLNAME=$(uname -s -r); fi
-+          #if [ "${OS_FULLNAME}" = "" ]; then OS_FULLNAME=$(uname -s -r); fi
-           SYSCTL_READKEY="sysctl -n"
- 
+--- include/osdetection.orig   2016-09-28 13:47:58.244742090 +0200
++++ include/osdetection        2016-09-28 13:48:40.089118005 +0200
+@@ -321,7 +321,7 @@
+                 OS_NAME="${LINUX_VERSION}"
+             fi
+             # If Linux version (full name) is unknown, use uname value
+-            if [ "${OS_FULLNAME}" = "" ]; then OS_FULLNAME=$(uname -s -r); fi
++            #if [ "${OS_FULLNAME}" = "" ]; then OS_FULLNAME=$(uname -s -r); fi
+             SYSCTL_READKEY="sysctl -n"
          ;;
+ 


Reply via email to