[X2Go-tags] [x2goserver] annotated tag 4.0.1.19 created (now 49c9175)
git-admin at x2go.org
git-admin at x2go.org
Tue Feb 24 21:54:17 CET 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to annotated tag 4.0.1.19
in repository x2goserver.
at 49c9175 (tag)
tagging 8a494e794402c1b124d861893d649726a9016eb7 (commit)
replaces 4.0.1.18
tagged by Mihai Moldovan
on Tue Feb 24 21:53:26 2015 +0100
- Log -----------------------------------------------------------------
Upstream version 4.0.1.19
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJU7OTGAAoJEB/WLtluJTqHnEgP/jWNBmWbVQeb18XEa3XHi7M4
JsIbsNiCfBmz2S+YYbNRCjiiZk3mNiYNPILgGDcOE9HjiQmXr4npzS7qMLTJnaDs
cnL3HzNb3Wv75g8kX+6k3isKTe6g5tSKqyS9VpIN1v7bXvJo/lA164AeEX/Wbcso
O4OG+p1PgmHagM1u3Wew1mWtdLOYWwpQUWzu/VwbnB3EsN/nzWLjvaCJsbByuj8C
O0FtmmOZK+AI0I5AACIPSzryc8v9WhKpO9yeksc3I3xLXunH7o2xubvSOAkpi2gQ
UPYL6BSStGM565toAzJtlDai6ZCx8swC+XaNz9AxIfWMTb8ygNPug0ea36WPL4QG
ESqRGlCkzpy8Q8Ld9bb9flz9U9LPQ09kmE0a522FZIoz7rqS6WszIhxYbVrWVtNz
KlfiqIhmfWdRGXm+wxgB9jtk3t7m8kW5hOTecO4JY8mwKitiDRYslGEcj8dRyI+j
4CQSUcAafWX7q/lGCPkfWDxuzlik52+DXWgGlV6NPT4dHdVHI2HAwksWXNnm5uA9
ah8SBX0lQax6vW0rJ4waFGg6kZ+TioKw9BCfI5TQeBHvhspoNEq6Huhl7weAjBuq
YneaIJVw48NKS7sCe9OQg8zUVx0/ccw5PYtnyWAnjh5R/xbWKL08o6FV3WLvvSd+
EXiLjPogzvVa41bqLfyn
=7JoB
-----END PGP SIGNATURE-----
Lars Wendler (1):
Use "printf" instead of "echo -n". (Fixes: #668).
Matthew L. Dailey (1):
x2gocleansessions: Redirect stdin, stdout and stderr to /dev/null, test for the existence of the file descriptor before issuing the close, only capture the file descriptor backreference in the regex and send any close failures to syslog. (Fixes: #678).
Mihai Moldovan (1):
all: update copyright notices. Happy new year!
Mike Gabriel (102):
Continue development...
Use File::Which to detect if sshfs command is available before trying to mount a client-side folder.
Be a bit more tolerant when trying to detect if a desktop icon is to be removed (using regexp, not eq).
Prevent bash failures when sourcing external bash scripts beyond our scope. (Fixes: #632).
improve changelog
x2goumount-session: typo fix
x2gogetapps: Support scanning of sub-directories when searching for .desktop files. (Fixes: #633).
Additionally adapt to building on openSUSE/SLES.
Make man2html an optional tool. Don't fail if it is missing on the build system (required for openSUSE/SLES builds).
Add to R: x2goserver-xsession.
No shell expansion possible in obs-build, detect perl version only for non-SUSE builds.
x2goserver.spec: Don't mention /etc/x2go/x2gosql/sql twice (directly and with wildcard).
Fix x2goserver-xsession/Makefile on SUSE. Detect SUSE distro and create Xsession related directory symlinks (xinitrc.d and Xclients.d).
x2goserver-xsession/Makefile: Fix for detection of SUSE system.
x2goserver.spec: No %{_sysconfdir}/x2go/Xclients.d on SUSE systems.
Trigger Xsession code for SUSE systems (look for /etc/SUSE-brand for SUSE system recognition).
Hack for x2goserver-xsession/Makefile during SUSE builds. If directoy /usr/share/doc/packages/brp-check-suse is present, the build env is also considered to be a SUSE system.
x2gosqlitewrapper.c: Fix rpmlint error: no-return-in-nonvoid-function. Return the exitcode of execve().
x2goserver.spec: More scriptlet fixes.
x2goserver.spec: Own some more directories.
The macro %{_sharedstatedir} is %{_localstatedir} on SUSE build systems.
Use %{_localstatedir} instead of %{_sharedstatedir}.
Fix gramma in error message (in x2goresume-session).
x2gocleansessions: Call x2gormforward also on terminated sessions. This will make sure that re-assigned ports are really available on new session startup.
x2golistsessions(_root): Only update session state in session DB if x2goagent's state file really exists. This addresses a problem that occurs when x2golistsessions gets called via an x2gobroker-agent. The x2golistsessions script may show session states (--all-servers) of sessions on other servers that have session states files on their remote /tmp dirs. These files are not accessible for that x2golistsessions script and should simply be ignored.
fix for last commit
fix for fcbd37ba5
Provide pam_namespace support for has_agent_state_file() function.
fix for last commit
Fix missing session list output if state file does not exist on the machine that runs x2golistsessions(_root).
bump some version strings forgotten in 4.0.1.16->17
Merge-in x2goserver.spec from master branch...
add forgotten file: x2goserver-rpmlintrc... picked from master branch
x2goserver.spec: fix build of 4.0.1.x release series
Don't hard-code /var/lib/ in $HOME path of to-be-created user "x2gouser".
Add to BR: findutils.
Accept more verbose "DENY" output from x2godesktopsharing.
improve last commit
Move X2Go Desktop Sharing options around. Make sure all desktop sharing relevant options are provided at the beginning when evoking the "x2godesktopsharing client" command.
Make sure that all "su"-to-user-contexts use /bin/sh for wrapping around the executed command (in x2gocleansessions and x2golistsessions_root)
Also enforce /bin/sh as shell in su command in x2goprint.
Revert "Move X2Go Desktop Sharing options around. Make sure all desktop sharing relevant options are provided at the beginning when evoking the "x2godesktopsharing client" command."
README.i18n: Add file that explains the translation workflow for this package. Thanks to Mark Pedersen-Cook for drafting this file.
debian/x2goserver.docs: Install README.i18n file into bin:package x2goserver.
Make SSH agent forwarding work after having reconnected via SSH and having resumed a session. (Fixes: #672). Thanks to Robert Siemer for coming up with that idea.
add closure for #671
Trigger Xsession code for SUSE systems (look for /etc/SUSE-brand or /etc/SuSE-release for SUSE system recognition). (Fixes: #671).
Fix cross-user X2Go Desktop Sharing after being broken by implementing clipboard mode feature (and probably other code changes).
Document session startup / resumption failures (and their reasons) in server-side log output.
fix for cf4ce1f62
wrap too-long-line in changelog
be more precise with error message for unset X2GO_CLIENT env var
Add C (x2goserver: x2godesktopsharing (<< 3.1.1.2).
add closure for #675
Don't make x2goserver bin:package authoritative for non-X2Go directories. (Fixes: #676).
Bump Standards: to 3.9.6. No changes needed.
For Fedora-like systems, don't make x2goserver bin:package authoritative for non-X2Go directories. (Fixes: #676).
Handle AD domain users gracefully when X2Go is used with SQLite DB backend. (Fixes: #664).
Improve sanitizer, use 'x2gosid' sanitizer for session IDs everywhere. Drop unused 'pnixusername' sanitizer in 4.0.1.x release of X2Go Server.
Allow usernames in session IDs of length 48 chars.
Remove macro call %systemd_pre for Fedora/EPEL-7 builds. No such macro in Fedora/RHEL7. (Fixes: 698).
Start sshfs with a timeout of 30 seconds (because it never finishes if something is wrong with the client-side TCP socket). Also remove/unmount mountpoints erroneously registered sshfs mountpoints if sshfs command times out. (Fixes: #405).
Handle execution of ss command from Perl script x2golistdesktops in a way that not only works on Debian, but also on Fedora et al. (Fixes: #727).
Add C (x2goserver: x2godesktopsharing (<< 3.1.1.2-0~). (Fixes: #700).
Create system user x2gouser with $HOME in /var/lib/x2go.
Don't depend on libdb-pg-perl for armhf builds. (Fixes: #712). Thanks to Heinrich Schuchardt for providing information on this.
Upgrade to D again (bin:package x2goserver): xfonts-base (Fixes: #770).
x2goserver.spec: Always set BuildRoot: parameter.
BuildRequires: SUSE <= 11.3 has xorg-x11, xinit.
fix commit two commits ago
No Bashisms in scriptlets.
rpmlint requires xdg-utils at build time.
x2goserver.spec: Requires (x2goserver-xsession): SUSE <= 11.3 has xorg-x11, not xinit.
rpmlint requires shared-mime-info at build time on SLE <= 11.3.
"%set_permissions" / "%verify_permissions" macros are not know in SLE <= 11.3. Using "%run permissions" and "%verify permissions" instead.
Forceful BR on glib2-branding-SLE for SUSE <= 11.2.
typo in previous commit
x2goserver.spec: On SUSE, add permissions.d/x2goserver.
fix for last commit
fix SUSE version check
Revert "x2goserver.spec: On SUSE, add permissions.d/x2goserver."
On SUSE, add permissions.d/x2goserver.
fix for cb54eb71
fix for 0c3f4a5c
fix for last commit
fix for last commit(s)
fix builds on SLES 11.3
fix permissions file
fix permissions file(2)
Provide legacy support for old File::Path packages in x2godbadmin. (Fixes: #715).
Fix wrong evocation of x2gosyslog ("error" -> "err").
fix for 3f14c03
Use "undef $dbh" instead of "$dbh->disconnect()". Fixes SQLite3 issues on SLE 11.x.
Fix SQLite wrapper permissions (02775 -> 02755)
Only call $dbh->sqlite_busy_timeout() if the $dbh object is capable of that. Works around a too-old DBD::SQLite package on SLE 11.x.
various changelog fixes
drop branding fix on SLE 11.x
sync x2goserver.spec from master branch to release/4.0.1.x branch
Legacy for applications (and X2Go scripts) that expect $SSH_CLIENT to be set in the X2Go session's environment. (Fixes: #644).
update date in man pages
Add man page for x2gogetapps. Weave into that a security / disclaimer message as proposed by Stefan Baur. (Fixes: #728).
Use if then clauses for creating user/group x2goprint.
X2Go Release Manager (2):
debian/changelog: whitespace fix
release 4.0.1.19
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /srv/git/code.x2go.org/x2goserver.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-tags
mailing list