The branch, release/4.0.1.x has been updated via 6b41cef9e10da4dee9f16c36f273c3d723208953 (commit) from 96046134086d5c2fc2fdb1345df32cc2af37e773 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 7 +++++++ x2goserver/Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 070c62f..309adc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12 @@ x2goserver (3.1.1.4-0~x2go1) UNRELEASED; urgency=low + [ 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: 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).