This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from eca0ee9 Update patches, to make them apply cleanly after above changes: new d8c9f89 update description for patch 057_nx-X11-bigendian-ppc64-no-session-window.full.patch as proposed by the patch author The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: ...11-bigendian-ppc64-no-session-window.full.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit d8c9f89b127bc1669cd59b5d5c9aec0af63f8352 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Jun 21 23:40:09 2014 +0200 update description for patch 057_nx-X11-bigendian-ppc64-no-session-window.full.patch as proposed by the patch author --- ...11-bigendian-ppc64-no-session-window.full.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/patches/057_nx-X11-bigendian-ppc64-no-session-window.full.patch b/debian/patches/057_nx-X11-bigendian-ppc64-no-session-window.full.patch index 8795904..901aba6 100644 --- a/debian/patches/057_nx-X11-bigendian-ppc64-no-session-window.full.patch +++ b/debian/patches/057_nx-X11-bigendian-ppc64-no-session-window.full.patch @@ -1,7 +1,8 @@ Description: No session window with on PPC64 builds Author: Mihai Moldovan <ionic@ionic.de> Abstract: - An endiannes issue was setting incorrect event masks when creating X11 windows. + Multiple endiannes issues were setting incorrect event masks when creating and + drawing X11 windows. . This time, a smaller integer has been casted to a bigger one and passed to some function actually setting its value. @@ -10,7 +11,7 @@ Abstract: putting unknown memory into the lower bytes of the bigger integer. . Fix this by creating a big, initialized temporary variable, let the function do - its magic on that one and pass the value back to the smaller variable -- and + its magic on that one and pass the value back to the smaller variable--and cross your fingers the smaller variable can hold it without overrunning. (The last bit is a design issue we can't really fix and has been around even before this patch.) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git