The branch, master has been updated via 085e68d5cc5cdb474e657628e4a3ee522c9c0597 (commit) via 3238daa895272688cbe6ac4ccc7bf83a55be1f7f (commit) from b275427d44a1c77809efc0aff85bd2577e8448ad (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 085e68d5cc5cdb474e657628e4a3ee522c9c0597 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 27 20:48:43 2013 +0100 changelog entry for last commit/cherry-pick commit 3238daa895272688cbe6ac4ccc7bf83a55be1f7f Author: Jan Engelhardt <jengelh@inai.de> Date: Sat Feb 16 04:10:39 2013 +0100 build: avoid using install -o/-g The -o and -g options cause installation failure in unprivileged build environments, and provide no benefit for root either, because files will be owned by the installing user anyway. ----------------------------------------------------------------------- Summary of changes: Makefile | 6 +++--- debian/changelog | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/Makefile b/Makefile index 07428f6..3c90c45 100755 --- a/Makefile +++ b/Makefile @@ -23,9 +23,9 @@ SRC_DIR=$(CURDIR) SHELL=/bin/bash -INSTALL_DIR=install -d -o root -g root -m 755 -INSTALL_FILE=install -o root -g root -m 644 -INSTALL_PROGRAM=install -o root -g root -m 755 +INSTALL_DIR=install -dm 755 +INSTALL_FILE=install -m 644 +INSTALL_PROGRAM=install -m 755 CC ?= gcc CFLAGS += -fPIE diff --git a/debian/changelog b/debian/changelog index 69589bf..616a671 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ x2gobroker (0.0.0.5-0~x2go1) UNRELEASED; urgency=low + [ Mike Gabriel ] * New upstream version (0.0.0.5): - Prepare for WSGI based integration into an external httpd. - Monkey patch Paramiko/SSH (adopted from Python X2Go). @@ -11,6 +12,10 @@ x2gobroker (0.0.0.5-0~x2go1) UNRELEASED; urgency=low * /debian/x2gobroker-daemon.default: + Fix variable names for SSL suport. + [ Jan Engelhardt ] + * New upstream version (0.0.0.5): + - Avoid using install -o/-g. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 27 Feb 2013 11:55:07 +0100 x2gobroker (0.0.0.4-0~x2go1) unstable; urgency=low hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).