This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x-rpm-debug in repository nx-libs. from a70d8ca More XSetScreenSaver debugging in an overlooked function. adds adb582a Makefile: we don't need $(BINDIR)/bin. adds 76e7d26 nx-X11/programs/Xserver/hw/nxagent/Init.c: disable DPMS support within nxagent. adds 3352cfa nxcomp{,shad}/configure.ac: replace versionating non-portable sed construct with hopefully more portable awk construct. adds 9117a5b hw/nxagent/Screen.c: Cover Xinerama bounding box corner cases. adds 4b7b214 Xserver/hw/nxagent/Screen.c: Drop commented out code. Functionality now implemented in intersect_bb() function. adds 570d3fe Merge branch 'sunweaver-pr/xinerama-bbox-corner-cases' into 3.6.x adds f323160 nxcompshad/configure.ac: blindly copy-pasting might not be the smartest idea; it's *COMPSHAD* here. adds 7017c22 Xserver/Xext/saver.c Unvalidated lengths (X.org CVE-2017-12185). adds 18630e5 Merge branch 'sunweaver-pr/saver-unvalidated-lengths-ProcScreenSaverUnsetAttributes' into 3.6.x new 71d1578 Merge branch '3.6.x' into 3.6.x-rpm-debug adds 63e113d release 3.5.99.15 new 793eb35 Merge branch '3.6.x' into 3.6.x-rpm-debug The 2 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: ChangeLog | 89 +++++++++++++++++- Makefile | 2 +- VERSION | 2 +- debian/changelog | 7 ++ nx-X11/programs/Xserver/Xext/saver.c | 2 + nx-X11/programs/Xserver/hw/nxagent/Init.c | 2 +- nx-X11/programs/Xserver/hw/nxagent/Screen.c | 113 ++++++++++++++++------- nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 2 +- nx-libs.spec | 2 +- nxcomp/configure.ac | 2 +- nxcompshad/configure.ac | 2 +- nxproxy/man/nxproxy.1 | 2 +- 12 files changed, 182 insertions(+), 45 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 3.6.x-rpm-debug in repository nx-libs. commit 71d157868807dd0342b4473fdbfbe810d9a667bd Merge: a70d8ca 18630e5 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 7 22:02:40 2018 +0100 Merge branch '3.6.x' into 3.6.x-rpm-debug Makefile | 2 +- nx-X11/programs/Xserver/Xext/saver.c | 2 + nx-X11/programs/Xserver/hw/nxagent/Init.c | 2 +- nx-X11/programs/Xserver/hw/nxagent/Screen.c | 113 ++++++++++++++++++++-------- nxcomp/configure.ac | 2 +- nxcompshad/configure.ac | 2 +- 6 files changed, 87 insertions(+), 36 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 3.6.x-rpm-debug in repository nx-libs. commit 793eb35c6e7c47e343bf69478ae82984716bdb29 Merge: 71d1578 63e113d Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 8 04:55:26 2018 +0100 Merge branch '3.6.x' into 3.6.x-rpm-debug ChangeLog | 89 ++++++++++++++++++++++-- VERSION | 2 +- debian/changelog | 7 ++ nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 2 +- nx-libs.spec | 2 +- nxproxy/man/nxproxy.1 | 2 +- 6 files changed, 95 insertions(+), 9 deletions(-) diff --cc nx-libs.spec index bbcea5b,e918c60..f396db8 --- a/nx-libs.spec +++ b/nx-libs.spec @@@ -9,10 -9,8 +9,10 @@@ %global __global_cxxflags %{?__global_cxxflags} -mno-vsx %endif +%global optflags %{?optflags} -fno-inline-functions-called-once -fno-inline -fno-inline-small-functions -fno-inline-functions + Name: nx-libs - Version: 3.5.99.14 + Version: 3.5.99.15 Release: 0.0build1%{?dist} Summary: NX X11 protocol compression libraries -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git