Hello community,

here is the log from the commit of package seccheck for openSUSE:Factory 
checked in at 2012-02-14 11:27:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2011-09-23 
12:45:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.seccheck.new/seccheck.changes   2012-02-14 
11:27:17.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb  9 06:36:40 UTC 2012 - [email protected]
+
+- fixed typo in seccheck-2.0_dont_run_xarg_on_empty_input.diff
+  bnc#741737 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ seccheck.spec ++++++
--- /var/tmp/diff_new_pack.bYzddv/_old  2012-02-14 11:27:20.000000000 +0100
+++ /var/tmp/diff_new_pack.bYzddv/_new  2012-02-14 11:27:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package seccheck (Version 2.0)
+# spec file for package seccheck
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ seccheck-2.0_dont_run_xarg_on_empty_input.diff ++++++
--- /var/tmp/diff_new_pack.bYzddv/_old  2012-02-14 11:27:20.000000000 +0100
+++ /var/tmp/diff_new_pack.bYzddv/_new  2012-02-14 11:27:20.000000000 +0100
@@ -6,7 +6,7 @@
  
  # suid/sgid check
 -( nice -n 1 find $MNT -mount \( -perm -04000 -o -perm -02000 \) -type f | 
sort | xargs ls -cdl --time-style=long-iso -- > "$SEC_DATA/sbit.new" ) 2> 
/dev/null
-+( nice -n 1 find $MNT -mount \( -perm -04000 -o -perm -02000 \) -type f | 
sort | xargs --no_run-if-empty ls -cdl --time-style=long-iso -- > 
"$SEC_DATA/sbit.new" ) 2> /dev/null
++( nice -n 1 find $MNT -mount \( -perm -04000 -o -perm -02000 \) -type f | 
sort | xargs --no-run-if-empty ls -cdl --time-style=long-iso -- > 
"$SEC_DATA/sbit.new" ) 2> /dev/null
  diff -uw "$SEC_DATA/sbit" "$SEC_DATA/sbit.new" | \
        egrep -v '^\+\+\+ |^--- |^$|^@@' | sed 's/^[+-]/& /' > "$OUT"
  if [ -s "$OUT" ] ; then
@@ -15,7 +15,7 @@
  
  # writeable executable check
 -( nice -n 1 find $MNT -mount \( -perm -30 -o -perm -3 \) -type f | sort | 
xargs ls -cdl --time-style=long-iso -- > "$SEC_DATA/write-bin.new" ) 2> 
/dev/null
-+( nice -n 1 find $MNT -mount \( -perm -30 -o -perm -3 \) -type f | sort | 
xargs --no_run-if-empty ls -cdl --time-style=long-iso -- > 
"$SEC_DATA/write-bin.new" ) 2> /dev/null
++( nice -n 1 find $MNT -mount \( -perm -30 -o -perm -3 \) -type f | sort | 
xargs --no-run-if-empty ls -cdl --time-style=long-iso -- > 
"$SEC_DATA/write-bin.new" ) 2> /dev/null
  diff -uw "$SEC_DATA/write-bin" "$SEC_DATA/write-bin.new" | \
        egrep -v '^\+\+\+ |^--- |^$|^@@' | sed 's/^[+-]/& /' > "$OUT"
  if [ -s "$OUT" ] ; then
@@ -24,7 +24,7 @@
  # warning: bug #51004 ls output depends on root's locale and may be less
  # then 10 tokens!
 -( nice -n 1 find $MNT -mount -type c -or -type b | xargs ls -cdl 
--time-style=long-iso -- | \
-+( nice -n 1 find $MNT -mount -type c -or -type b | xargs --no_run-if-empty ls 
-cdl --time-style=long-iso -- | \
++( nice -n 1 find $MNT -mount -type c -or -type b | xargs --no-run-if-empty ls 
-cdl --time-style=long-iso -- | \
        awk '{print $1 " \t" $3 " \t" $4 " \t" $5 " \t" $6 " \t" $9}' | sort +5 
\
        > "$SEC_DATA/devices.new" ) 2> /dev/null
  diff -uw "$SEC_DATA/devices" "$SEC_DATA/devices.new" | \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to