Hello community,

here is the log from the commit of package xorg-x11-Xvnc for openSUSE:Factory 
checked in at 2013-07-12 20:59:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-Xvnc (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-Xvnc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-Xvnc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-Xvnc/xorg-x11-Xvnc.changes      
2013-07-09 21:16:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-Xvnc.new/xorg-x11-Xvnc.changes 
2013-07-12 20:59:58.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 11 14:44:35 UTC 2013 - [email protected]
+
+- Fix tigervnc-1.2.80-fix-int-to-pointer.patch
+  * Prevents potentional ignoring of connection on 64 bit machine.
+    (http://sourceforge.net/p/tigervnc/bug-tracker/121/)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tigervnc-1.2.80-fix-int-to-pointer.patch ++++++
--- /var/tmp/diff_new_pack.Rx7WMe/_old  2013-07-12 20:59:59.000000000 +0200
+++ /var/tmp/diff_new_pack.Rx7WMe/_new  2013-07-12 20:59:59.000000000 +0200
@@ -1,11 +1,13 @@
---- xserver.orig/hw/vnc/vncExtInit.cc  2012-09-18 14:05:39.276682941 +0200
-+++ xserver/hw/vnc/vncExtInit.cc       2012-09-18 14:04:22.734526621 +0200
-@@ -1067,7 +1067,7 @@
+Index: unix/xserver/hw/vnc/vncExtInit.cc
+===================================================================
+--- xserver/hw/vnc/vncExtInit.cc       (revision 5122)
++++ xserver/hw/vnc/vncExtInit.cc       (working copy)
+@@ -1068,7 +1068,7 @@
  {
    REQUEST(xVncExtApproveConnectReq);
    REQUEST_SIZE_MATCH(xVncExtApproveConnectReq);
 -  if (queryConnectId == (void*)stuff->opaqueId) {
-+  if (queryConnectId == (void*)(intptr_t)stuff->opaqueId) {
++  if ((CARD32)(long)queryConnectId == stuff->opaqueId) {
      for (int scr = 0; scr < screenInfo.numScreens; scr++) {
        if (desktop[scr]) {
          desktop[scr]->approveConnection(queryConnectId, stuff->approve,

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

Reply via email to