[X2Go-Commits] Build failed in Jenkins: nx-libs+nightly+fedora-rawhide #183

2018-01-06 Thread jenkins
See Changes: [ionic] nxagent: implement RPATH/RUNPATH override for libX11. [ionic] nxcompshad/src/Makefile.am: implement libX11 RPATH/RUNPATH override. [ionic]

[X2Go-Commits] [nx-libs] branch 3.6.x-rpm-debug updated (f5cdd35 -> 68d43bb)

2018-01-06 Thread git-admin
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 f5cdd35 Merge branch 'bugfix/rpath' into 3.6.x-rpm-debug adds 3c81899 Merge branch 'Ionic-bugfix/rpath' into 3.6.x adds 5987a7b

[X2Go-Commits] [nx-libs] 01/01: Merge branch '3.6.x' into 3.6.x-rpm-debug

2018-01-06 Thread git-admin
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 68d43bb8a1983222730bb68f959c9084f39b256d Merge: f5cdd35 5f9f744 Author: Mihai Moldovan Date: Sun Jan 7 01:31:54 2018 +0100 Merge

[X2Go-Commits] [nx-libs] 29/29: Merge branch 'uli42-pr/fix_strings' into 3.6.x

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 5f9f744cd8497ac250717951512fa32d266a73a1 Merge: 3c81899 23c36c2 Author: Mihai Moldovan Date: Sun Jan 7 01:29:13 2018 +0100 Merge branch

[X2Go-Commits] [nx-libs] branch master updated (e13e31f -> 5f9f744)

2018-01-06 Thread git-admin
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

[X2Go-Commits] [nx-libs] 28/29: Display.c: drop helper variable in loop

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 23c36c2d2c0d1ea85c1b638d71267c28522c08cd Author: Ulrich Sibiller Date: Wed Jan 3 22:28:43 2018 +0100 Display.c: drop helper variable in loop

[X2Go-Commits] [nx-libs] 27/29: Error.c: replace malloc+strcpy by strdup

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit b89b8094934856ae2f2b0e3bca83d3fe171f87b9 Author: Ulrich Sibiller Date: Wed Jan 3 02:34:10 2018 +0100 Error.c: replace malloc+strcpy by

[X2Go-Commits] [nx-libs] 23/29: Font.c: replace malloc + strcpy by strdup + fix memleak

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 1854700722db8067460e82a711521fdb27fb51d4 Author: Ulrich Sibiller Date: Wed Jan 3 01:31:52 2018 +0100 Font.c: replace malloc + strcpy by

[X2Go-Commits] [nx-libs] 25/29: Keyboard.c: rework string allocation/building

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 11b2b067e017c55f9b1b275671198336847f14e0 Author: Ulrich Sibiller Date: Wed Jan 3 02:22:11 2018 +0100 Keyboard.c: rework string

[X2Go-Commits] [nx-libs] 22/29: Font.c: free possibly allocated mem

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 054ae844758a306df4aacd40c46780195853a8f8 Author: Ulrich Sibiller Date: Wed Jan 3 01:17:59 2018 +0100 Font.c: free possibly allocated mem

[X2Go-Commits] [nx-libs] 21/29: Font.c: replace memcpy by sprintf preventing possible buffer overflows

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 56fa234856428ca2de92c27904edb1fe28bc4fdc Author: Ulrich Sibiller Date: Wed Jan 3 01:11:34 2018 +0100 Font.c: replace memcpy by sprintf

[X2Go-Commits] [nx-libs] 24/29: Keystroke.c: replace calloc + 2 * strcpy by asprintf

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit a0e985fb6d28c1ef551823e3b2a013b29192ac02 Author: Ulrich Sibiller Date: Wed Jan 3 01:55:32 2018 +0100 Keystroke.c: replace calloc + 2 *

[X2Go-Commits] [nx-libs] 19/29: Args.c, Error.[ch]: introduce own length macro for nxagentClientsLogName

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 74c21e9e2dee66dcc3b5224081440fb2351e4d4c Author: Ulrich Sibiller Date: Wed Jan 3 00:59:20 2018 +0100 Args.c, Error.[ch]: introduce own

[X2Go-Commits] [nx-libs] 18/29: Args.c: use strdup instead of malloc

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit dc61b6ccacb0cd535e125f6e3831c5d0b3d073b4 Author: Ulrich Sibiller Date: Wed Jan 3 00:32:14 2018 +0100 Args.c: use strdup instead of malloc

[X2Go-Commits] [nx-libs] 17/29: Error.c: update nxagentPrintError

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 96e430069b24e0a4cd53e47e38786802999d31f4 Author: Ulrich Sibiller Date: Wed Jan 3 00:18:39 2018 +0100 Error.c: update nxagentPrintError

[X2Go-Commits] [nx-libs] 16/29: Error.c: replace strcpy/strcat by snprintf

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 525e151681ec93657f027645ff0d8e0d487d6abf Author: Ulrich Sibiller Date: Wed Jan 3 00:06:39 2018 +0100 Error.c: replace strcpy/strcat by

[X2Go-Commits] [nx-libs] 15/29: Error.c: use standard file descriptor macros

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 7d87e5a0c009e57f484a21f2c47d84574db7847f Author: Ulrich Sibiller Date: Wed Jan 3 00:05:49 2018 +0100 Error.c: use standard file descriptor

[X2Go-Commits] [nx-libs] 14/29: Error.c: remove trailing whitespace

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 654422a04824f4cb4d789c1f4cf75862897ea9c1 Author: Ulrich Sibiller Date: Wed Jan 3 00:05:09 2018 +0100 Error.c: remove trailing whitespace

[X2Go-Commits] [nx-libs] 13/29: Error.c: remove empty ifdef

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 6c080c8397dd04e9b83836a40fb1094775265b83 Author: Ulrich Sibiller Date: Tue Jan 2 23:53:14 2018 +0100 Error.c: remove empty ifdef ---

[X2Go-Commits] [nx-libs] 09/29: Font.c: make nxagentGetFontServerPath more readable

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 9a6b90c316e6ad2a5180ee9be4b0c9c7139d86b7 Author: Ulrich Sibiller Date: Fri Dec 8 00:30:32 2017 +0100 Font.c: make nxagentGetFontServerPath

[X2Go-Commits] [nx-libs] 12/29: Font.c: pass down size

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit a8a693817ddb84143ffea22668c32f755336ce09 Author: Ulrich Sibiller Date: Tue Jan 2 21:02:41 2018 +0100 Font.c: pass down size ---

[X2Go-Commits] [nx-libs] 10/29: Replace hardcoded string lengths by macros

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit ea1e0bea3c41f5c8ad8fc3e22ecd8f2d44e82685 Author: Ulrich Sibiller Date: Tue Jan 2 19:23:20 2018 +0100 Replace hardcoded string lengths by

[X2Go-Commits] [nx-libs] 08/29: Screen.c: string handling improvements

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 677da7fd30f3bd8d2fc074f5d5d4916f53bac736 Author: Ulrich Sibiller Date: Fri Dec 8 00:19:50 2017 +0100 Screen.c: string handling improvements

[X2Go-Commits] [nx-libs] 11/29: Display.c: pass down buffer size to nxagentLookForIconFile

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 19a3918a7216ac1006bdfd96239fafc6eb97d523 Author: Ulrich Sibiller Date: Tue Jan 2 19:24:49 2018 +0100 Display.c: pass down buffer size to

[X2Go-Commits] [nx-libs] 07/29: Font.c: shorten string handling

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 9d5c83e2fd215e9e6a6345bc11ee195789e028cb Author: Ulrich Sibiller Date: Fri Dec 8 00:17:24 2017 +0100 Font.c: shorten string handling ---

[X2Go-Commits] [nx-libs] 05/29: Keyboard.c: improve user messages for keyboard file handling

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 08912ef304f019cd473243d389a9dee237b01bea Author: Ulrich Sibiller Date: Fri Nov 24 00:49:17 2017 +0100 Keyboard.c: improve user messages for

[X2Go-Commits] [nx-libs] branch 3.6.x updated (3c81899 -> 5f9f744)

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x in repository nx-libs. from 3c81899 Merge branch 'Ionic-bugfix/rpath' into 3.6.x new 5987a7b Dialog.c,Display.c,Font.c,NXdixfonts.c: don't use hardcoded string buffer

[X2Go-Commits] [nx-libs] 02/29: Dialog.c, Display.c, NXdixfonts.c: replace strncpy() by snprintf where appropriate

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 4a345786c6ee3b00882f015a7ac7d1d3215c0b9f Author: Ulrich Sibiller Date: Fri Nov 24 00:25:25 2017 +0100 Dialog.c,Display.c,NXdixfonts.c:

[X2Go-Commits] [nx-libs] 03/29: Dialog.c: fix possible buffer overflows

2018-01-06 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 3de6bc7490ff6907cd0203c6143a75588458dbb9 Author: Ulrich Sibiller Date: Thu Nov 23 23:18:44 2017 +0100 Dialog.c: fix possible buffer