-diff -ur xrdp-0.9.15.orig/sesman/sesman.ini xrdp-0.9.15/sesman/sesman.ini
---- xrdp-0.9.15.orig/sesman/sesman.ini 2020-12-28 15:06:46.000000000 +0100
-+++ xrdp-0.9.15/sesman/sesman.ini 2021-01-04 00:09:55.106416646 +0100
+diff -ur xrdp-0.9.19.orig/sesman/sesman.ini xrdp-0.9.19/sesman/sesman.ini
+--- xrdp-0.9.19.orig/sesman/sesman.ini 2022-03-17 07:21:20.000000000 +0100
++++ xrdp-0.9.19/sesman/sesman.ini 2022-04-01 00:52:52.926266171 +0200
@@ -12,13 +12,13 @@
ReconnectScript=reconnectwm.sh
; if the group TerminalServerUsers is not defined.
-AlwaysGroupCheck=false
+AlwaysGroupCheck=true
- ; When RestrictOutboundClipboard=true clipboard from the
+ ; When RestrictOutboundClipboard=all clipboard from the
; server is not pushed to the client.
- RestrictOutboundClipboard=false
-@@ -65,13 +65,13 @@
+ ; In addition, you can control text/file/image transfer restrictions
+@@ -80,13 +80,13 @@
[Logging]
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
+EnableProcessId=false
[LoggingPerLogger]
- ; Note: per logger configuration is only used in XRDP_DEBUG builds of XRDP.
-@@ -101,8 +101,8 @@
+ ; Note: per logger configuration is only used if xrdp is built with
+@@ -117,8 +117,8 @@
param=-noreset
param=-nolisten
param=tcp
[Xvnc]
param=Xvnc
-diff -ur xrdp-0.9.15.orig/xrdp/xrdp.ini xrdp-0.9.15/xrdp/xrdp.ini
---- xrdp-0.9.15.orig/xrdp/xrdp.ini 2020-12-28 15:06:46.000000000 +0100
-+++ xrdp-0.9.15/xrdp/xrdp.ini 2021-01-04 00:10:37.448416646 +0100
+diff -ur xrdp-0.9.19.orig/xrdp/xrdp.ini xrdp-0.9.19/xrdp/xrdp.ini
+--- xrdp-0.9.19.orig/xrdp/xrdp.ini 2022-03-17 07:16:35.000000000 +0100
++++ xrdp-0.9.19/xrdp/xrdp.ini 2022-04-01 00:53:37.547367844 +0200
@@ -5,6 +5,9 @@
; fork a new process for each incoming connection
fork=true
; ports to listen on, number alone means listen on all interfaces
; 0.0.0.0 or :: if ipv6 is configured
; space between multiple occurrences
-@@ -151,13 +154,13 @@
+@@ -178,13 +181,13 @@
[Logging]
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
+EnableProcessId=false
[LoggingPerLogger]
- ; Note: per logger configuration is only used in XRDP_DEBUG builds of XRDP.
-@@ -193,14 +196,15 @@
+ ; Note: per logger configuration is only used if xrdp is built with
+@@ -218,14 +221,15 @@
; 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.
[Xvnc]
name=Xvnc
-@@ -216,25 +220,25 @@
- #disabled_encodings_mask=0
-
-
+@@ -247,13 +251,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
#pamusername=asksame
#pampassword=asksame
#pamsessionmng=127.0.0.1
- #delay_ms=2000
-
+@@ -262,15 +266,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
-
- ; You can override the common channel settings for each session type
- #channel.rdpdr=true
+ ; Uncomment the following lines to enable PAM authentication for proxy
+ ; connections.
+ #pamusername=ask
-diff -ur xrdp-0.9.15.orig/common/log.c xrdp-0.9.15/common/log.c
---- xrdp-0.9.15.orig/common/log.c 2020-12-28 15:03:43.000000000 +0100
-+++ xrdp-0.9.15/common/log.c 2021-01-04 00:24:03.750416646 +0100
-@@ -304,7 +304,7 @@
- lc->console_level = LOG_LEVEL_INFO;
- lc->enable_syslog = 0;
- lc->syslog_level = LOG_LEVEL_INFO;
-- lc->dump_on_start = 1;
-+ lc->dump_on_start = 0;
- lc->enable_pid = 0;
-
- g_snprintf(section_name, 511, "%s%s", section_prefix, SESMAN_CFG_LOGGING);
-diff -ur xrdp-0.9.15.orig/xrdp/xrdp.c xrdp-0.9.15/xrdp/xrdp.c
---- xrdp-0.9.15.orig/xrdp/xrdp.c 2020-12-28 15:03:43.000000000 +0100
-+++ xrdp-0.9.15/xrdp/xrdp.c 2021-01-04 00:12:20.438416646 +0100
-@@ -503,7 +503,7 @@
+diff -ur xrdp-0.9.19.orig/xrdp/xrdp.c xrdp-0.9.19/xrdp/xrdp.c
+--- xrdp-0.9.19.orig/xrdp/xrdp.c 2022-03-17 07:19:24.000000000 +0100
++++ xrdp-0.9.19/xrdp/xrdp.c 2022-04-01 00:54:41.104512664 +0200
+@@ -504,7 +504,7 @@
if (startup_params.kill)
{
/* read the xrdp.pid file */
fd = -1;
-@@ -521,7 +521,7 @@
+@@ -522,7 +522,7 @@
g_memset(text, 0, 32);
g_file_read(fd, text, 31);
pid = g_atoi(text);
if (pid > 0)
{
-@@ -626,7 +626,7 @@
-
- if (0 != pid)
- {
-- g_writeln("daemon process %d started ok", pid);
-+ /* g_writeln("daemon process %d started ok", pid); */
- /* exit, this is the main process */
- g_deinit();
- g_exit(0);
Summary: Remote desktop server
Summary(pl.UTF-8): Serwer remote desktop
Name: xrdp
-Version: 0.9.15
+Version: 0.9.19
Release: 1
License: Apache v2.0
Group: X11/Applications/Networking
#Source0Download: https://github.com/neutrinolabs/xrdp/releases
Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: e5396685a0b07900975c9a7e9b8dd6dc
+# Source0-md5: 2e60a2e874f95723a4cdd0b466bbe7e4
Source1: %{name}.init
Source2: %{name}.pamd
Source3: %{name}.README.TLD
Patch0: config.patch
Patch1: quiet.patch
Patch2: x32.patch
+Patch3: linker.patch
URL: http://xrdp.org/
BuildRequires: autoconf >= 2.65
BuildRequires: automake >= 1:1.7.2
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
install %{SOURCE3} README.TLD
install %{SOURCE4} README.TLD.pl
--enable-opus \
--enable-pam-config=redhat \
--enable-pixman \
- --enable-tjpeg
+ --enable-tjpeg \
+ --enable-painter \
+ --enable-ipv6 \
+ --enable-vsock \
+ --with-imlib2="yes"
%{__make} V=1
%install
%files
%defattr(644,root,root,755)
-%doc *.txt
%doc README.TLD
%doc README.TLD.pl
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/sesman