public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xrdp] epel8: Revert "close TCP port in default Xvnc config, Unix domain socket only"
@ 2026-07-07 9:51 Bojan Smojver
0 siblings, 0 replies; 4+ messages in thread
From: Bojan Smojver @ 2026-07-07 9:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xrdp
Branch : epel8
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=epel8
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] 4+ messages in thread
* [rpms/xrdp] epel8: Revert "Close TCP port in default Xvnc config, Unix domain socket only"
@ 2026-07-07 9:51 Bojan Smojver
0 siblings, 0 replies; 4+ messages in thread
From: Bojan Smojver @ 2026-07-07 9:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xrdp
Branch : epel8
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=epel8
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] 4+ messages in thread
* [rpms/xrdp] epel8: Revert "Close TCP port in default Xvnc config, Unix domain socket only"
@ 2026-07-07 9:38 Bojan Smojver
0 siblings, 0 replies; 4+ messages in thread
From: Bojan Smojver @ 2026-07-07 9:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xrdp
Branch : epel8
Commit : b874f218123148f8bb6c87209e8f57b6fb6097e3
Author : Bojan Smojver <bojan@rexursive.com>
Date : 2026-07-07T19:37:51+10:00
Stats : +20/-35 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/xrdp/c/b874f218123148f8bb6c87209e8f57b6fb6097e3?branch=epel8
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] 4+ messages in thread
* [rpms/xrdp] epel8: Revert "close TCP port in default Xvnc config, Unix domain socket only"
@ 2026-07-07 9:38 Bojan Smojver
0 siblings, 0 replies; 4+ messages in thread
From: Bojan Smojver @ 2026-07-07 9:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xrdp
Branch : epel8
Commit : 766e5394816fa4183740fe8f73f2ae819bf030a3
Author : Bojan Smojver <bojan@rexursive.com>
Date : 2026-07-07T19:37:51+10:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xrdp/c/766e5394816fa4183740fe8f73f2ae819bf030a3?branch=epel8
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] 4+ messages in thread
end of thread, other threads:[~2026-07-07 9:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 9:51 [rpms/xrdp] epel8: Revert "close TCP port in default Xvnc config, Unix domain socket only" Bojan Smojver
-- strict thread matches above, loose matches on Subject: below --
2026-07-07 9:51 [rpms/xrdp] epel8: Revert "Close " Bojan Smojver
2026-07-07 9:38 Bojan Smojver
2026-07-07 9:38 [rpms/xrdp] epel8: 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