Hello community,

here is the log from the commit of package lynis for openSUSE:Factory checked 
in at 2016-09-24 15:28:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-16 
12:03:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lynis.new/lynis.changes 2016-09-24 
15:29:13.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 14:44:27 UTC 2016 - [email protected]
+
+- lynis 2.3.3 with many improvements and updates
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ lynis.spec ++++++
--- /var/tmp/diff_new_pack.9eFiSq/_old  2016-09-24 15:29:14.000000000 +0200
+++ /var/tmp/diff_new_pack.9eFiSq/_new  2016-09-24 15:29:14.000000000 +0200
@@ -24,7 +24,7 @@
 %define _dbdir            %{_datadir}/lynis/db
 %define _bindir           %{_prefix}/bin
 Name:           lynis
-Version:        2.2.0
+Version:        2.3.3
 Release:        0
 Summary:        Security and System auditing tool
 License:        GPL-3.0
@@ -108,7 +108,9 @@
 install -pm 644 plugins/* %{buildroot}%{_pluginsdir}
 # install database files
 install -d %{buildroot}%{_dbdir}
-install -pm 644 db/* %{buildroot}%{_dbdir}
+install -pm 644 db/*.db %{buildroot}%{_dbdir}
+install -d %{buildroot}%{_dbdir}/languages
+install -pm 644 db/languages/* %{buildroot}%{_dbdir}/languages
 install -pm 644 %{SOURCE11} %{buildroot}%{_dbdir}/dbus-whitelist.db
 install -pm 644 %{SOURCE12} %{buildroot}%{_dbdir}/fileperms.db
 #rm %%{buildroot}%%{_dbdir}/fileperms.db
@@ -131,7 +133,7 @@
 %dir %{_datadir}/%{name}/include
 %attr(640,root,root) %{_datadir}/%{name}/include/*
 %dir %{_datadir}/%{name}/plugins
-%doc CHANGELOG FAQ LICENSE README
+%doc CHANGELOG.md CONTRIBUTORS FAQ LICENSE README
 %{_mandir}/man8/%{name}.8.*
 %{_datadir}/%{name}/prepare_for_suse.sh
 

++++++ lynis-2.2.0.tar.gz -> lynis-2.3.3.tar.gz ++++++
++++ 26282 lines of diff (skipped)


++++++ lynis_1.3.1_include_consts.diff ++++++
--- /var/tmp/diff_new_pack.9eFiSq/_old  2016-09-24 15:29:14.000000000 +0200
+++ /var/tmp/diff_new_pack.9eFiSq/_new  2016-09-24 15:29:14.000000000 +0200
@@ -1,10 +1,10 @@
 Index: include/consts
 ===================================================================
---- include/consts.orig        2016-03-13 16:03:09.000000000 +0100
-+++ include/consts     2016-05-12 10:30:55.994465439 +0200
-@@ -76,6 +76,7 @@ unset LANG
-     DISCOVERED_BINARIES=""
-     DOCKER_DAEMON_RUNNING=0
+--- 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=""
+     ERROR_ON_WARNINGS=0
      FILEVALUE=""
 +    FILE_NUM_TOTAL=0
      FIND=""

++++++ lynis_1.3.5_lynis.diff ++++++
--- /var/tmp/diff_new_pack.9eFiSq/_old  2016-09-24 15:29:14.000000000 +0200
+++ /var/tmp/diff_new_pack.9eFiSq/_new  2016-09-24 15:29:14.000000000 +0200
@@ -1,8 +1,8 @@
 Index: lynis
 ===================================================================
---- lynis.orig 2016-05-12 10:33:38.579963391 +0200
-+++ lynis      2016-05-12 10:33:40.575981777 +0200
-@@ -797,7 +797,14 @@
+--- lynis.orig 2016-08-23 02:00:00.000000000 +0200
++++ lynis      2016-09-15 15:03:54.718905556 +0200
+@@ -890,7 +890,14 @@ ${NORMAL}
                             mail_messaging firewalls webservers ssh snmp 
databases ldap php squid logging \
                             insecure_services banners scheduling accounting 
time crypto virtualization containers \
                             mac_frameworks file_integrity tooling malware 
file_permissions homedirs \
@@ -16,5 +16,5 @@
 +                           system_proc \
 +                           network_allowed_ports"
            else
-             INCLUDE_TESTS="${TESTS_CATEGORY_TO_PERFORM}"
-             logtext "Info: only performing tests from categories: 
${TESTS_CATEGORY_TO_PERFORM}"
+             INCLUDE_TESTS="${TEST_GROUP_TO_CHECK}"
+             LogText "Info: only performing tests from groups: 
${TEST_GROUP_TO_CHECK}"

++++++ lynis_1.3.6_include-osdetection.diff ++++++
--- /var/tmp/diff_new_pack.9eFiSq/_old  2016-09-24 15:29:14.000000000 +0200
+++ /var/tmp/diff_new_pack.9eFiSq/_new  2016-09-24 15:29:14.000000000 +0200
@@ -1,13 +1,13 @@
 Index: include/osdetection
 ===================================================================
---- include/osdetection.orig   2016-05-12 10:33:38.495962617 +0200
-+++ include/osdetection        2016-05-12 10:33:48.828057790 +0200
+--- 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
+-          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