[X2go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-6-g6b41cef

X2Go dev team git-admin at x2go.org
Sun Sep 2 11:31:51 CEST 2012


The branch, master has been updated
       via  6b41cef9e10da4dee9f16c36f273c3d723208953 (commit)
       via  96046134086d5c2fc2fdb1345df32cc2af37e773 (commit)
      from  a35b196a82b523f24430b6977c61bc8d702f9d93 (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 6b41cef9e10da4dee9f16c36f273c3d723208953
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Sep 2 11:31:30 2012 +0200

    Add -pie as linker flag. Fixes non-position-independent-executable (x2gosqlitewrapper.c). The executable is now completely position independent.

commit 96046134086d5c2fc2fdb1345df32cc2af37e773
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Sep 2 11:27:11 2012 +0200

    typo fix in new upstream version

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog    |    9 ++++++++-
 x2goserver/Makefile |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index e0e151a..309adc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 x2goserver (3.1.1.4-0~x2go1) UNRELEASED; urgency=low
 
-  * New upstream version (3.1.1.3):
+  [ Jan Engelhardt ]
+  * New upstream version (3.1.1.4):
+    - Add -pie as linker flag. Fixes non-position-independent-executable
+      (x2gosqlitewrapper.c). The executable is now completely position
+      independent.
+
+  [ Mike Gabriel ]
+  * New upstream version (3.1.1.4):
     - Fix x2gosessionlimit script.
   * /debian/control:
     + Fix x2goagent dependency.
diff --git a/x2goserver/Makefile b/x2goserver/Makefile
index 115c929..979283b 100755
--- a/x2goserver/Makefile
+++ b/x2goserver/Makefile
@@ -37,7 +37,7 @@ build: build-arch build-indep
 build-arch: build_setgidwrappers
 
 build_setgidwrappers:
-	gcc -fPIE -o x2gosqlitewrapper x2gosqlitewrapper.c
+	gcc -fPIE -pie -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).




More information about the x2go-commits mailing list