[X2Go-Commits] [nx-libs] branch master updated (e13e31f -> 5f9f744)
git-admin at x2go.org
git-admin at x2go.org
Sun Jan 7 01:33:47 CET 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository nx-libs.
from e13e31f Merge branch 'uli42-pr/fix_abstract' into 3.6.x
adds 26ab7b8 nxagent: implement RPATH/RUNPATH override for libX11.
adds b13bf67 nxcompshad/src/Makefile.am: implement libX11 RPATH/RUNPATH override.
adds 4b153f5 nx-X11/config/cf/{gnu,lnx}Lib.rules: enable new ELF dtags to force RUNPATH creation for nxagent.
adds 44f8c42 nxcompshad/src/Makefile.am: enable new ELF dtags to force RUNPATH creation for libXcompshad.
adds ffc09a7 nx-X11: build programs with a temporary RPATH/RUNPATH value and a relinked version with the system location.
adds 3d17c66 Makefile: install relinked program binary instead of the "temporary" one.
adds ecaa13c nx-X11: reintroduce creation of libX11 compat symlinks.
adds b91b13b Makefile: only try to copy/dereference libNX* files when installing data.
adds 4d481bf nxproxy/configure.ac: drop --enable-cxx11.
adds d189771 nxproxy/configure.ac: enable libtool support.
adds 1c1431c nxproxy/src/Makefile.am: build library using RUNPATH instead of RPATH.
adds 3c81899 Merge branch 'Ionic-bugfix/rpath' into 3.6.x
adds 5987a7b Dialog.c,Display.c,Font.c,NXdixfonts.c: don't use hardcoded string buffer lengths
adds 4a34578 Dialog.c,Display.c,NXdixfonts.c: replace strncpy() by snprintf where appropriate
adds 3de6bc7 Dialog.c: fix possible buffer overflows
adds 0e2c4df Keyboard.c: fix memory leak
adds 08912ef Keyboard.c: improve user messages for keyboard file handling
adds 2836c72 Keyboard.c: replace malloc + strcpy by asprintf
adds 9d5c83e Font.c: shorten string handling
adds 677da7f Screen.c: string handling improvements
adds 9a6b90c Font.c: make nxagentGetFontServerPath more readable
adds ea1e0be Replace hardcoded string lengths by macros
adds 19a3918 Display.c: pass down buffer size to nxagentLookForIconFile
adds a8a6938 Font.c: pass down size
adds 6c080c8 Error.c: remove empty ifdef
adds 654422a Error.c: remove trailing whitespace
adds 7d87e5a Error.c: use standard file descriptor macros
adds 525e151 Error.c: replace strcpy/strcat by snprintf
adds 96e4300 Error.c: update nxagentPrintError
adds dc61b6c Args.c: use strdup instead of malloc
adds 74c21e9 Args.c, Error.[ch]: introduce own length macro for nxagentClientsLogName
adds cac1af5 Args.c: simplify nxagentGetDialogName()
adds 56fa234 Font.c: replace memcpy by sprintf preventing possible buffer overflows
adds 054ae84 Font.c: free possibly allocated mem
adds 1854700 Font.c: replace malloc + strcpy by strdup + fix memleak
adds a0e985f Keystroke.c: replace calloc + 2 * strcpy by asprintf
adds 11b2b06 Keyboard.c: rework string allocation/building
adds 27a31d0 Events.c: add FIXME
adds b89b809 Error.c: replace malloc+strcpy by strdup
adds 23c36c2 Display.c: drop helper variable in loop
adds 5f9f744 Merge branch 'uli42-pr/fix_strings' into 3.6.x
No new revisions were added by this update.
Summary of changes:
Makefile | 4 +-
debian/rules | 8 ++
nx-X11/config/cf/Imake.rules | 64 +++++++++++--
nx-X11/config/cf/Imake.tmpl | 2 +
nx-X11/config/cf/README | 1 +
nx-X11/config/cf/cross.def | 2 +
nx-X11/config/cf/gnuLib.rules | 21 ++++-
nx-X11/config/cf/lnxLib.rules | 26 ++++-
nx-X11/programs/Xserver/Imakefile | 10 +-
nx-X11/programs/Xserver/hw/nxagent/Args.c | 120 +++++-------------------
nx-X11/programs/Xserver/hw/nxagent/Args.h | 16 +++-
nx-X11/programs/Xserver/hw/nxagent/Dialog.c | 22 ++---
nx-X11/programs/Xserver/hw/nxagent/Dialog.h | 6 +-
nx-X11/programs/Xserver/hw/nxagent/Display.c | 60 ++++++------
nx-X11/programs/Xserver/hw/nxagent/Error.c | 77 +++++++--------
nx-X11/programs/Xserver/hw/nxagent/Error.h | 3 +-
nx-X11/programs/Xserver/hw/nxagent/Events.c | 1 +
nx-X11/programs/Xserver/hw/nxagent/Font.c | 66 ++++++-------
nx-X11/programs/Xserver/hw/nxagent/Keyboard.c | 40 ++++----
nx-X11/programs/Xserver/hw/nxagent/Keystroke.c | 4 +-
nx-X11/programs/Xserver/hw/nxagent/NXdixfonts.c | 14 +--
nx-X11/programs/Xserver/hw/nxagent/Reconnect.c | 2 +-
nx-X11/programs/Xserver/hw/nxagent/Screen.c | 26 ++---
nxcompshad/src/Makefile.am | 7 +-
nxproxy/configure.ac | 9 +-
nxproxy/src/Makefile.am | 1 +
26 files changed, 314 insertions(+), 298 deletions(-)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list