Hello community, here is the log from the commit of package xrdp for openSUSE:Factory checked in at 2018-03-28 12:26:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xrdp (Old) and /work/SRC/openSUSE:Factory/.xrdp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xrdp" Wed Mar 28 12:26:56 2018 rev:15 rq:591812 version:0.9.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xrdp/xrdp.changes 2018-03-24 16:15:18.755643565 +0100 +++ /work/SRC/openSUSE:Factory/.xrdp.new/xrdp.changes 2018-03-28 12:26:58.560317448 +0200 @@ -1,0 +2,21 @@ +Tue Mar 27 03:05:52 UTC 2018 - [email protected] + +- Update to version 0.9.6 + + Compatibility notice + - Exclamation mark has been removed from comment out symbol of + config files #1033 + + Bug fixes + - Make listen check before daemon fork #988 + - Fix xrdp sometimes become zombie processes #1000 + - Include hostname in sesman password file name #1006 #1007 + #1076 + - Fix default startwm.sh to use bash explicitly #1009 #1049 + + Other changes + - Add Swiss French keyboard #1053 + - Improve perfect forward secrecy, explicitly enable ECDHE/DHE + #1024 #1052 #1063 + - Lots of leak fixes, cleanups and refactoring +- Enable IPv6 (boo#1083105) +- Refresh xrdp-bsc965647-allow-admin-choose-desktop.patch + +------------------------------------------------------------------- @@ -18 +39 @@ - - Avoid use of hard-coded sesman port #895 + - Avoid use of hard-coded sesman port #895 (boo#1060644) Old: ---- xrdp-0.9.5.tar.gz xrdp-0.9.5.tar.gz.asc New: ---- xrdp-0.9.6.tar.gz xrdp-0.9.6.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xrdp.spec ++++++ --- /var/tmp/diff_new_pack.7MYP36/_old 2018-03-28 12:26:59.612279759 +0200 +++ /var/tmp/diff_new_pack.7MYP36/_new 2018-03-28 12:26:59.616279615 +0200 @@ -23,7 +23,7 @@ %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services Name: xrdp -Version: 0.9.5 +Version: 0.9.6 Release: 0 Summary: Remote desktop protocol (RDP) server License: Apache-2.0 and GPL-2.0+ @@ -112,6 +112,7 @@ %build sh ./bootstrap %configure \ + --enable-ipv6 \ --with-systemdsystemunitdir=%{_unitdir} make %{?_smp_mflags} ++++++ xrdp-0.9.5.tar.gz -> xrdp-0.9.6.tar.gz ++++++ ++++ 2260 lines of diff (skipped) ++++++ xrdp-bsc965647-allow-admin-choose-desktop.patch ++++++ --- /var/tmp/diff_new_pack.7MYP36/_old 2018-03-28 12:27:00.220257976 +0200 +++ /var/tmp/diff_new_pack.7MYP36/_new 2018-03-28 12:27:00.220257976 +0200 @@ -1,9 +1,10 @@ -diff --git a/sesman/startwm.sh b/sesman/startwm.sh -index 452917a..ace62a0 100755 ---- a/sesman/startwm.sh -+++ b/sesman/startwm.sh -@@ -1,33 +1,62 @@ - #!/bin/sh +Index: b/sesman/startwm.sh +=================================================================== +--- a/sesman/startwm.sh 2018-03-28 12:58:02.408758661 +0800 ++++ b/sesman/startwm.sh 2018-03-28 12:59:03.058439975 +0800 +@@ -7,34 +7,63 @@ + # exec xterm + -# Execution sequence for interactive login shell - pseudocode -# @@ -85,7 +86,7 @@ . ~/.profile fi fi -@@ -35,56 +64,20 @@ pre_start() +@@ -42,56 +71,20 @@ return 0 } @@ -149,7 +150,7 @@ #. /etc/environment #export PATH=$PATH #export LANG=$LANG -@@ -99,6 +92,8 @@ wm_start() +@@ -106,6 +99,8 @@ # includes # auth required pam_env.so readenv=1
