Hello community,

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

Package is "seccheck", Maintainer is "tho...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.2/seccheck/seccheck.changes   2012-06-25 
15:52:59.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.seccheck.new/seccheck.changes      2012-07-06 
09:53:02.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul  4 13:30:34 UTC 2012 - tho...@suse.com
+
+- fixed bnc#769770 to improve reporting of account names
+  with equal UIDs.
+- change tmp fie handling and removed obsolete code 
+
+-------------------------------------------------------------------

New:
----
  seccheck-2.0_daily_uid_bnc769770.diff

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

Other differences:
------------------
++++++ seccheck.spec ++++++
--- /var/tmp/diff_new_pack.LC7cXQ/_old  2012-07-06 09:53:03.000000000 +0200
+++ /var/tmp/diff_new_pack.LC7cXQ/_new  2012-07-06 09:53:03.000000000 +0200
@@ -47,6 +47,7 @@
 Patch14:        %{name}-%{version}-john.patch
 Patch15:        %{name}-%{version}-website.patch
 Patch16:        
%{name}-%{version}_new_rpm_output_handle_more_filesystems_bnc746042.diff
+Patch17:        %{name}-%{version}_daily_uid_bnc769770.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -74,6 +75,7 @@
 %patch14
 %patch15
 %patch16
+%patch17 -p1
 
 %install
 install -d -m 700 $RPM_BUILD_ROOT/var/lib/secchk

++++++ seccheck-2.0_daily_uid_bnc769770.diff ++++++
--- seccheck-2.0/security-daily.sh.orig 2012-07-03 15:58:05.181812960 +0200
+++ seccheck-2.0/security-daily.sh      2012-07-04 14:15:53.167624503 +0200
@@ -12,11 +12,8 @@
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 umask 077
 
-TMPDIR=`/bin/mktemp -d /tmp/.security.XXXXXX` || {
-    TMPDIR="/tmp/.security-daily.sh.redhatshouldupdatetheirmktemp.$$"
-    rm -rf "$TMPDIR"
-    mkdir "$TMPDIR" || exit 1
-}
+TMPDIR=`/bin/mktemp -d /tmp/.security.XXXXXXXXXX` || exit 1
+
 trap 'rm -rf $TMPDIR; exit 1' 0 1 2 3 13 15
 LOG="$TMPDIR/security.log"
 ERR="$TMPDIR/security.err"
@@ -82,7 +79,7 @@
 if [ -s "$TMP2" ] ; then
         echo -e "\n$PW has duplicate user ids:"
         while read uid; do
-                grep -w $uid $TMP1
+                grep -w $uid\$ $TMP1
         done < $TMP2 | column
 fi
 cp -pf $PW $PW.backup
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to