Hello community, here is the log from the commit of package xrdp for openSUSE:Factory checked in at 2019-01-03 18:07:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xrdp (Old) and /work/SRC/openSUSE:Factory/.xrdp.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xrdp" Thu Jan 3 18:07:15 2019 rev:21 rq:662302 version:0.9.9 Changes: -------- --- /work/SRC/openSUSE:Factory/xrdp/xrdp.changes 2018-09-28 08:53:20.329734429 +0200 +++ /work/SRC/openSUSE:Factory/.xrdp.new.28833/xrdp.changes 2019-01-03 18:07:19.616103101 +0100 @@ -1,0 +2,26 @@ +Thu Dec 27 10:03:54 UTC 2018 - Felix Zhang <[email protected]> + +- Update to version 0.9.9 + + New features + - Disconnection by idle timeout (requires xorgxrdp v0.2.9 or + later) #1227 + + Bug fixes + - Fix xrdp-chansrv crashes caused in drive redirection #1202 + #1225 + - Fix build with FDK AAC v2 #1257 + - Do not enable RemoteApp if the INFO_RAIL flag is not set + (RDP-RDP proxy) #1253 + + Other changes + - Add Spanish Latin Amarican keyboard #1237 #1240 #1244 + - Dynamic channel improvements #1222 #1224 + - Remove some deprecated sesman session types #1232 + - Refactoring and cleanups + + Known issues + - FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp + due to xrdp's bad-mannered behaviour, add `+glyph-cache` + option to FreeRDP to connect #1266 + - Audio redirection by MP3 codec doesn't sound with some + client, use AAC instead #965 + + Refresh xrdp-default-config.patch + +------------------------------------------------------------------- Old: ---- xrdp-0.9.8.tar.gz xrdp-0.9.8.tar.gz.asc New: ---- xrdp-0.9.9.tar.gz xrdp-0.9.9.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xrdp.spec ++++++ --- /var/tmp/diff_new_pack.RJrG1c/_old 2019-01-03 18:07:20.288102504 +0100 +++ /var/tmp/diff_new_pack.RJrG1c/_new 2019-01-03 18:07:20.292102500 +0100 @@ -23,7 +23,7 @@ %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services Name: xrdp -Version: 0.9.8 +Version: 0.9.9 Release: 0 Summary: Remote desktop protocol (RDP) server License: Apache-2.0 AND GPL-2.0-or-later ++++++ xrdp-0.9.8.tar.gz -> xrdp-0.9.9.tar.gz ++++++ ++++ 19851 lines of diff (skipped) ++++++ xrdp-default-config.patch ++++++ --- /var/tmp/diff_new_pack.RJrG1c/_old 2019-01-03 18:07:20.636102194 +0100 +++ /var/tmp/diff_new_pack.RJrG1c/_new 2019-01-03 18:07:20.636102194 +0100 @@ -1,8 +1,8 @@ Index: b/sesman/sesman.ini =================================================================== ---- a/sesman/sesman.ini 2018-01-04 15:37:57.612073999 +0800 -+++ b/sesman/sesman.ini 2018-01-04 15:38:02.957413999 +0800 -@@ -18,7 +18,7 @@ +--- a/sesman/sesman.ini 2018-12-27 17:50:27.173173569 +0800 ++++ b/sesman/sesman.ini 2018-12-27 17:51:31.737663351 +0800 +@@ -24,7 +24,7 @@ AlwaysGroupCheck=false ;; X11DisplayOffset - x11 display number offset ; Type: integer ; Default: 10 @@ -11,7 +11,7 @@ ;; MaxSessions - maximum number of connections to an xrdp server ; Type: integer -@@ -50,9 +50,9 @@ +@@ -62,9 +62,9 @@ Policy=Default [Logging] LogFile=xrdp-sesman.log @@ -26,9 +26,9 @@ ; Session definitions - startup command-line parameters for each session type Index: b/xrdp/xrdp.ini =================================================================== ---- a/xrdp/xrdp.ini 2018-01-04 15:37:57.612073999 +0800 -+++ b/xrdp/xrdp.ini 2018-01-04 15:59:09.282474000 +0800 -@@ -76,7 +76,7 @@ +--- a/xrdp/xrdp.ini 2018-12-27 17:50:27.173173569 +0800 ++++ b/xrdp/xrdp.ini 2018-12-27 17:57:38.260447082 +0800 +@@ -76,7 +76,7 @@ grey=dedede #ls_title=My Login Title ; top level window background color in RGB format @@ -37,7 +37,7 @@ ; width and height of login screen ls_width=350 -@@ -119,9 +119,9 @@ +@@ -119,9 +119,9 @@ ls_btn_cancel_height=30 [Logging] LogFile=xrdp.log @@ -50,7 +50,7 @@ ; LogLevel and SysLogLevel could by any of: core, error, warning, info or debug [Channels] -@@ -153,34 +153,24 @@ +@@ -153,24 +153,24 @@ tcutils=true ; Some session types such as Xorg, X11rdp and Xvnc start a display server. ; Startup command-line parameters for the display server are configured ; in sesman.ini. See and configure also sesman.ini. @@ -68,58 +68,19 @@ +#xserverbpp=24 +delay_ms=2000 --[X11rdp] --name=X11rdp +-[Xvnc] +-name=Xvnc +-lib=libvnc.so +[Xorg] +name=Xorg - lib=libxup.so ++lib=libxup.so username=ask password=ask ip=127.0.0.1 port=-1 --xserverbpp=24 --code=10 -- --[Xvnc] --name=Xvnc --lib=libvnc.so --username=ask --password=ask --ip=127.0.0.1 --port=-1 -#xserverbpp=24 -#delay_ms=2000 +code=20 - [console] - name=console -@@ -189,28 +179,7 @@ - port=5900 - username=na - password=ask --#delay_ms=2000 -- --[vnc-any] --name=vnc-any --lib=libvnc.so --ip=ask --port=ask5900 --username=na --password=ask --#pamusername=asksame --#pampassword=asksame --#pamsessionmng=127.0.0.1 --#delay_ms=2000 -- --[sesman-any] --name=sesman-any --lib=libvnc.so --ip=ask --port=-1 --username=ask --password=ask --#delay_ms=2000 -+delay_ms=2000 - - [neutrinordp-any] - name=neutrinordp-any + [vnc-any] + name=vnc-any
