Hello community,

here is the log from the commit of package libXi for openSUSE:Factory checked 
in at 2013-07-05 15:05:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libXi (Old)
 and      /work/SRC/openSUSE:Factory/.libXi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libXi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libXi/libXi.changes      2013-06-29 
19:43:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libXi.new/libXi.changes 2013-07-05 
15:05:18.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Jul  3 23:20:44 UTC 2013 - [email protected]
+
+- Update to version 1.7.2:
+  Only one minor change since the RC. Again, this release contains the fixes
+  for CVE-2013-1998, CVE-2013-1984 and CVE-2013-1995 so you're encouraged to
+  update.
+  + Remove check that can never be true.
+  
+-------------------------------------------------------------------

Old:
----
  libXi-1.7.1.901.tar.bz2

New:
----
  libXi-1.7.2.tar.bz2

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

Other differences:
------------------
++++++ libXi.spec ++++++
--- /var/tmp/diff_new_pack.g2R3Gr/_old  2013-07-05 15:05:19.000000000 +0200
+++ /var/tmp/diff_new_pack.g2R3Gr/_new  2013-07-05 15:05:19.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           libXi
 %define lname  libXi6
-Version:        1.7.1.901
+Version:        1.7.2
 Release:        0
 Summary:        X Input Extension library
 License:        MIT

++++++ libXi-1.7.1.901.tar.bz2 -> libXi-1.7.2.tar.bz2 ++++++
++++ 23030 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXi-1.7.1.901/ChangeLog new/libXi-1.7.2/ChangeLog
--- old/libXi-1.7.1.901/ChangeLog       2013-06-27 00:49:51.000000000 +0200
+++ new/libXi-1.7.2/ChangeLog   2013-07-03 03:04:35.000000000 +0200
@@ -1,3 +1,25 @@
+commit b6553cdb36c1bd7071d3bf0493216c5483325716
+Author: Peter Hutterer <[email protected]>
+Date:   Wed Jul 3 10:28:10 2013 +1000
+
+    libXi 1.7.2
+    
+    Signed-off-by: Peter Hutterer <[email protected]>
+
+commit d804af99e2dfaf20b99822066a37d586f12c8a5f
+Author: Thomas Klausner <[email protected]>
+Date:   Thu Jun 27 17:16:38 2013 +0200
+
+    Remove check that can never be true.
+    
+    clang warns:
+    warning: comparison of constant 268435455 with expression of type
+    'CARD16' (aka 'unsigned short') is always false
+    
+    Signed-off-by: Thomas Klausner <[email protected]>
+    Reviewed-by: Alan Coopersmith <[email protected]>
+    Signed-off-by: Peter Hutterer <[email protected]>
+
 commit 957a9d64afd76f878ce6c5570f369e2a7fc1e772
 Author: Peter Hutterer <[email protected]>
 Date:   Thu Jun 27 08:47:16 2013 +1000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXi-1.7.1.901/configure.ac new/libXi-1.7.2/configure.ac
--- old/libXi-1.7.1.901/configure.ac    2013-06-27 00:47:08.000000000 +0200
+++ new/libXi-1.7.2/configure.ac        2013-07-03 02:28:01.000000000 +0200
@@ -1,7 +1,7 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libXi], [1.7.1.901],
+AC_INIT([libXi], [1.7.2],
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXi])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([src/config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXi-1.7.1.901/src/XGetFCtl.c new/libXi-1.7.2/src/XGetFCtl.c
--- old/libXi-1.7.1.901/src/XGetFCtl.c  2013-05-27 01:14:05.000000000 +0200
+++ new/libXi-1.7.2/src/XGetFCtl.c      2013-06-27 22:07:18.000000000 +0200
@@ -125,9 +125,6 @@
            case StringFeedbackClass:
            {
                xStringFeedbackState *strf = (xStringFeedbackState *) f;
-
-               if (strf->num_syms_supported >= (INT_MAX / sizeof(KeySym)))
-                   goto out;
                size += sizeof(XStringFeedbackState) +
                    (strf->num_syms_supported * sizeof(KeySym));
            }

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

Reply via email to