Hello community,

here is the log from the commit of package permissions for openSUSE:Factory 
checked in at 2013-08-23 11:05:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/permissions (Old)
 and      /work/SRC/openSUSE:Factory/.permissions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "permissions"

Changes:
--------
--- /work/SRC/openSUSE:Factory/permissions/permissions.changes  2013-08-21 
16:47:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.permissions.new/permissions.changes     
2013-08-23 11:05:49.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 22 11:40:20 UTC 2013 - meiss...@suse.com
+
+- do not use magic constants for strlen (bnc#834790
+
+-------------------------------------------------------------------

Old:
----
  permissions-2013.08.21.1452.tar.bz2

New:
----
  permissions-2013.08.22.1339.tar.bz2

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

Other differences:
------------------
++++++ permissions.spec ++++++
--- /var/tmp/diff_new_pack.GsWvQM/_old  2013-08-23 11:05:50.000000000 +0200
+++ /var/tmp/diff_new_pack.GsWvQM/_new  2013-08-23 11:05:50.000000000 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libcap-devel
 
 Name:           permissions
-Version:        2013.08.21.1452
+Version:        2013.08.22.1339
 Release:        0
 Provides:       aaa_base:/etc/permissions
 PreReq:         %fillup_prereq

++++++ permissions-2013.08.21.1452.tar.bz2 -> 
permissions-2013.08.22.1339.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/permissions-2013.08.21.1452/chkstat.c 
new/permissions-2013.08.22.1339/chkstat.c
--- old/permissions-2013.08.21.1452/chkstat.c   2013-08-21 14:52:46.000000000 
+0200
+++ new/permissions-2013.08.22.1339/chkstat.c   2013-08-22 13:39:35.000000000 
+0200
@@ -282,9 +282,10 @@
              //fprintf(stderr, "invalid value for CHECK_PERMISSIONS (must be 
'set', 'warn' or 'no')\n");
            }
        }
-      else if (have_fscaps == -1 && !strncmp(p, "PERMISSION_FSCAPS=", 19))
+#define FSCAPSENABLE "PERMISSION_FSCAPS="
+      else if (have_fscaps == -1 && !strncmp(p, FSCAPSENABLE, 
strlen(FSCAPSENABLE)))
        {
-         p+=19;
+         p+=strlen(FSCAPSENABLE);
          if (isquote(*p))
            ++p;
          if (!strncmp(p, "yes", 3))

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

Reply via email to