Hello community,

here is the log from the commit of package seccheck for openSUSE:Factory 
checked in at 2012-06-01 07:24:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seccheck (Old)
 and      /work/SRC/openSUSE:Factory/.seccheck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seccheck", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/seccheck/seccheck.changes        2012-02-14 
11:27:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.seccheck.new/seccheck.changes   2012-06-01 
07:24:08.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 31 14:18:35 UTC 2012 - [email protected]
+
+- bnc#746042 handle new "rpm -Va" output for md5 sums and don't
+  limit the mount point detection to special filesystems 
+
+-------------------------------------------------------------------

New:
----
  seccheck-2.0_new_rpm_output_handle_more_filesystems_bnc746042.diff

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

Other differences:
------------------
++++++ seccheck.spec ++++++
--- /var/tmp/diff_new_pack.rKfNX1/_old  2012-06-01 07:24:10.000000000 +0200
+++ /var/tmp/diff_new_pack.rKfNX1/_new  2012-06-01 07:24:10.000000000 +0200
@@ -16,18 +16,17 @@
 #
 
 
-
 Name:           seccheck
-License:        GPL-2.0+
-Group:          Productivity/Security
 Provides:       suse-security-check 
-Requires:       cron bash
+Requires:       bash
+Requires:       cron
 PreReq:         %fillup_prereq
-AutoReqProv:    on
 BuildArch:      noarch
 Version:        2.0
-Release:        660
+Release:        0
 Summary:        Security-Check Scripts
+License:        GPL-2.0+
+Group:          Productivity/Security
 Source:         %{name}-%{version}.tar.bz2
 Source1:        sysconfig.seccheck
 Source2:        cron_entries
@@ -47,6 +46,7 @@
 Patch13:        %{name}-%{version}_dont_run_xarg_on_empty_input.diff
 Patch14:        %{name}-%{version}-john.patch
 Patch15:        %{name}-%{version}-website.patch
+Patch16:        
%{name}-%{version}_new_rpm_output_handle_more_filesystems_bnc746042.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,6 +73,7 @@
 %patch13 -p1
 %patch14
 %patch15
+%patch16
 
 %install
 install -d -m 700 $RPM_BUILD_ROOT/var/lib/secchk

++++++ seccheck-2.0_new_rpm_output_handle_more_filesystems_bnc746042.diff ++++++
--- security-weekly.sh.bak      2012-05-31 14:53:59.718731689 +0200
+++ security-weekly.sh  2012-05-31 15:15:58.103480893 +0200
@@ -42,7 +42,7 @@
 done
 
 # get the ext2 and reiserfs mount points
-MNT=`/bin/mount | awk '/ ext2 | reiserfs | ext3 | jfs | xfs / {print$3}' | 
grep -v "/media" | xargs -s 4000 echo "/dev/"`
+MNT=`/bin/mount | grep -E "^/dev/"  | cut -d' ' -f 3 | grep -v "/media" | 
xargs  echo "/dev/"`
 
 test -z "$MAILER" && test -x "/usr/sbin/sendmail" && 
MAILER="/usr/sbin/sendmail"
 test -z "$MAILER" && test -x "/usr/bin/mailx" && MAILER="/usr/bin/mailx"
@@ -119,7 +119,7 @@
 mv "$SEC_DATA/write.new" "$SEC_DATA/write"
 
 # md5 check
-nice -n 1 rpm -Va 2> /dev/null | grep '^..5' > "$SEC_DATA/rpm-md5.new"
+nice -n 1 rpm -Va 2> /dev/null | grep '^5' > "$SEC_DATA/rpm-md5.new"
 diff -uw "$SEC_DATA/rpm-md5" "$SEC_DATA/rpm-md5.new" | \
        egrep -v '^\+\+\+ |^--- |^$|^@@' | sed 's/^[+-]/& /' > "$OUT"
 if [ -s "$OUT" ] ; then
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to