public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xrdp] f44: Revert "Close TCP port in default Xvnc config, Unix domain socket only"
@ 2026-07-07  9:35 Bojan Smojver
  0 siblings, 0 replies; 2+ messages in thread
From: Bojan Smojver @ 2026-07-07  9:35 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/xrdp
            Branch : f44
            Commit : 8206f1cde672387882773e300655ecc1b869eba6
            Author : Bojan Smojver <bojan@rexursive.com>
            Date   : 2026-07-07T19:18:11+10:00
            Stats  : +20/-35 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/xrdp/c/8206f1cde672387882773e300655ecc1b869eba6?branch=f44

            Log:
            Revert "Close TCP port in default Xvnc config, Unix domain socket only"

This reverts commit abcf261e6c9053f70b2aee0978ada17f3347cf05.

---
diff --git a/xrdp-0.10.5-sesman-ini.patch b/xrdp-0.10.5-sesman-ini.patch
new file mode 100644
index 0000000..493e758
--- /dev/null
+++ b/xrdp-0.10.5-sesman-ini.patch
@@ -0,0 +1,20 @@
+--- xrdp-0.10.2-rc.1/sesman/sesman.ini.in.org	2024-12-24 07:11:02.643702480 +1100
++++ xrdp-0.10.2-rc.1/sesman/sesman.ini.in	2024-12-24 07:12:42.372540720 +1100
+@@ -48,7 +48,7 @@ RestrictInboundClipboard=none
+ ; local sockets for the session are created.
+ ; This MUST be the same as runtime_group in xrdp.ini, or xrdp will not
+ ; be able to connect to your sessions.
+-#SessionSockdirGroup=xrdp
++SessionSockdirGroup=xrdp
+ 
+ 
+ [Sessions]
+@@ -143,7 +143,7 @@ EnableSyslog=true
+ ; Arch Linux                  :  param=/usr/lib/Xorg
+ ; FreeBSD (from 2022Q4)       :  param=/usr/local/libexec/Xorg
+ ;
+-param=Xorg
++param=/usr/libexec/Xorg
+ ; Leave the rest parameters as-is unless you understand what will happen.
+ param=-config
+ param=xrdp/xorg.conf

diff --git a/xrdp-0.10.6-sesman-ini.patch b/xrdp-0.10.6-sesman-ini.patch
deleted file mode 100644
index 0b71f1d..0000000
--- a/xrdp-0.10.6-sesman-ini.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- xrdp-0.10.2-rc.1/sesman/sesman.ini.in.org	2024-12-24 07:11:02.643702480 +1100
-+++ xrdp-0.10.2-rc.1/sesman/sesman.ini.in	2024-12-24 07:12:42.372540720 +1100
-@@ -48,7 +48,7 @@ RestrictInboundClipboard=none
- ; local sockets for the session are created.
- ; This MUST be the same as runtime_group in xrdp.ini, or xrdp will not
- ; be able to connect to your sessions.
--#SessionSockdirGroup=xrdp
-+SessionSockdirGroup=xrdp
- 
- 
- [Sessions]
-@@ -143,7 +143,7 @@ EnableSyslog=true
- ; Arch Linux                  :  param=/usr/lib/Xorg
- ; FreeBSD (from 2022Q4)       :  param=/usr/local/libexec/Xorg
- ;
--param=Xorg
-+param=/usr/libexec/Xorg
- ; Leave the rest parameters as-is unless you understand what will happen.
- param=-config
- param=xrdp/xorg.conf
-diff -rupN xrdp-0.10.6-v/sesman/sesman.ini.in xrdp-0.10.6/sesman/sesman.ini.in
---- xrdp-0.10.6-v/sesman/sesman.ini.in	2026-05-22 04:53:40.290862163 +1000
-+++ xrdp-0.10.6/sesman/sesman.ini.in	2026-05-22 04:58:24.490852336 +1000
-@@ -170,7 +170,10 @@ param=Xvnc
- param=-bs
- param=-nolisten
- param=tcp
--param=-localhost
-+# Unix domain socket is default, close TCP
-+#param=-localhost
-+param=-rfbport
-+param=-1
- param=-dpi
- param=96
- 

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/xrdp] f44: Revert "close TCP port in default Xvnc config, Unix domain socket only"
@ 2026-07-07  9:35 Bojan Smojver
  0 siblings, 0 replies; 2+ messages in thread
From: Bojan Smojver @ 2026-07-07  9:35 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/xrdp
            Branch : f44
            Commit : 5c0c4355e82c796c15b78ddef345ccf0e12ce4c4
            Author : Bojan Smojver <bojan@rexursive.com>
            Date   : 2026-07-07T19:02:39+10:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/xrdp/c/5c0c4355e82c796c15b78ddef345ccf0e12ce4c4?branch=f44

            Log:
            Revert "close TCP port in default Xvnc config, Unix domain socket only"

This reverts commit 9da935c0871ca07c98ee2e9355d520fd338bbc83.

---
diff --git a/xrdp.spec b/xrdp.spec
index 4d7acd6..34d455e 100644
--- a/xrdp.spec
+++ b/xrdp.spec
@@ -45,7 +45,7 @@ Patch4:    xrdp-0.9.6-script-interpreter.patch
 Patch5:    xrdp-0.9.16-arch.patch
 Patch6:    xrdp-0.9.18-vnc-uninit.patch
 %if 0%{?fedora} >= 32 || 0%{?rhel} >= 8
-Patch8:    xrdp-0.10.6-sesman-ini.patch
+Patch8:    xrdp-0.10.5-sesman-ini.patch
 %endif
 
 BuildRequires: make

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-07  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07  9:35 [rpms/xrdp] f44: Revert "Close TCP port in default Xvnc config, Unix domain socket only" Bojan Smojver
2026-07-07  9:35 [rpms/xrdp] f44: Revert "close " Bojan Smojver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox