The branch, master has been updated via 85cbd8a06b78ed13d9ad2a3de47b4d854ae9e5d7 (commit) from 49688c37bb09861fee632a40130278e312f6216b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 85cbd8a06b78ed13d9ad2a3de47b4d854ae9e5d7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jun 26 10:04:46 2012 +0200 Use -fPIE gcc (position independed executable) for building x2gosqlitewrapper.c (as suggested by Jan Engelhardt). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2goserver/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 15413f5..9593147 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ x2goserver (3.1.1.2-0~x2go1) UNRELEASED; urgency=low - Place session.log into /tmp directory, make x2gocleansessions and x2golistsessions_root work even if home directories are mounted via NFSv4+Krb5 and not accessible by root. + - Use -fPIE gcc (position independed executable) for building + x2gosqlitewrapper.c (as suggested by Jan Engelhardt). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 26 Jun 2012 09:32:31 +0200 diff --git a/x2goserver/Makefile b/x2goserver/Makefile index c90f1c9..be689c5 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -37,7 +37,7 @@ build: build-arch build-indep build-arch: build_setgidwrappers build_setgidwrappers: - gcc -o x2gosqlitewrapper x2gosqlitewrapper.c + gcc -fPIE -o x2gosqlitewrapper x2gosqlitewrapper.c build-indep: build_man2html hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).