Hello community,

here is the log from the commit of package seccheck for openSUSE:11.4
checked in at Tue Jan 24 17:57:00 CET 2012.



--------
--- old-versions/11.4/all/seccheck/seccheck.changes     2009-11-03 
20:22:36.000000000 +0100
+++ 11.4/seccheck/seccheck.changes      2012-01-17 12:44:01.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 17 11:43:07 UTC 2012 - tho...@suse.com
+
+- fixed typo in seccheck-2.0_dont_run_xarg_on_empty_input.diff
+  (bnc#741737) 
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/seccheck
Destination is old-versions/11.4/UPDATES/all/seccheck
calling whatdependson for 11.4-i586


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

Other differences:
------------------
++++++ seccheck.spec ++++++
--- /var/tmp/diff_new_pack.gPoAx9/_old  2012-01-24 17:56:02.000000000 +0100
+++ /var/tmp/diff_new_pack.gPoAx9/_new  2012-01-24 17:56:02.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
@@ -26,7 +26,7 @@
 AutoReqProv:    on
 BuildArch:      noarch
 Version:        2.0
-Release:        660
+Release:        668.<RELEASE669>
 Summary:        Security-Check Scripts
 Source:         %{name}-%{version}.tar.bz2
 Source1:        sysconfig.seccheck

++++++ seccheck-2.0_dont_run_xarg_on_empty_input.diff ++++++
--- /var/tmp/diff_new_pack.gPoAx9/_old  2012-01-24 17:56:02.000000000 +0100
+++ /var/tmp/diff_new_pack.gPoAx9/_new  2012-01-24 17:56:02.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" | \

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to