diff --git a/xrdp-0.9.16-xrdp-ini.patch b/xrdp-0.9.17-xrdp-ini.patch similarity index 56% rename from xrdp-0.9.16-xrdp-ini.patch rename to xrdp-0.9.17-xrdp-ini.patch index a9e4596..d2e8ea0 100644 --- a/xrdp-0.9.16-xrdp-ini.patch +++ b/xrdp-0.9.17-xrdp-ini.patch @@ -1,7 +1,7 @@ -diff -ruN xrdp-0.9.16-v/xrdp/xrdp.ini xrdp-0.9.16/xrdp/xrdp.ini ---- xrdp-0.9.16-v/xrdp/xrdp.ini 2021-04-30 22:26:36.000000000 +1000 -+++ xrdp-0.9.16/xrdp/xrdp.ini 2021-05-01 09:31:16.664791933 +1000 -@@ -190,14 +190,14 @@ +diff -ruN xrdp-0.9.17-v/xrdp/xrdp.ini xrdp-0.9.17/xrdp/xrdp.ini +--- xrdp-0.9.17-v/xrdp/xrdp.ini 2021-09-01 11:32:12.000000000 +1000 ++++ xrdp-0.9.17/xrdp/xrdp.ini 2021-09-01 13:06:55.525816406 +1000 +@@ -203,14 +203,14 @@ ; 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. @@ -24,10 +24,10 @@ diff -ruN xrdp-0.9.16-v/xrdp/xrdp.ini xrdp-0.9.16/xrdp/xrdp.ini [Xvnc] name=Xvnc -@@ -216,25 +216,25 @@ - ; display number of the session - #chansrvport=DISPLAY(0) - +@@ -232,13 +232,13 @@ + ; Generic VNC Proxy + ; Tailor this to specific hosts and VNC instances by specifying an ip + ; and port and setting a suitable name. -[vnc-any] -name=vnc-any -lib=libvnc.so @@ -45,22 +45,26 @@ diff -ruN xrdp-0.9.16-v/xrdp/xrdp.ini xrdp-0.9.16/xrdp/xrdp.ini #pamusername=asksame #pampassword=asksame #pamsessionmng=127.0.0.1 - #delay_ms=2000 - +@@ -247,15 +247,15 @@ + ; Generic RDP proxy using NeutrinoRDP + ; Tailor this to specific hosts by specifying an ip and port and setting + ; a suitable name. -[neutrinordp-any] -name=neutrinordp-any ++#[neutrinordp-any] ++#name=neutrinordp-any + ; To use this section, you should build xrdp with configure option + ; --enable-neutrinordp. -lib=libxrdpneutrinordp.so -ip=ask -port=ask3389 -username=ask -password=ask -+#[neutrinordp-any] -+#name=neutrinordp-any +#lib=libxrdpneutrinordp.so +#ip=ask +#port=ask3389 +#username=ask +#password=ask - ; Currently NeutrinoRDP doesn't support dynamic resizing. Uncomment - ; this line if you're using a client which does. - #enable_dynamic_resizing=false + ; Uncomment the following lines to enable PAM authentication for proxy + ; connections. + #pamusername=ask diff --git a/xrdp.spec b/xrdp.spec index 57efc8c..20bf47b 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -25,7 +25,7 @@ Source5: README.Fedora Source6: xrdp.te Source7: xrdp-polkit-1.rules Patch0: xrdp-0.9.9-sesman.patch -Patch1: xrdp-0.9.16-xrdp-ini.patch +Patch1: xrdp-0.9.17-xrdp-ini.patch Patch2: xrdp-0.9.4-service.patch Patch3: xrdp-0.9.10-scripts-libexec.patch Patch4: xrdp-0.9.6-script-interpreter.patch