diff --git a/.gitignore b/.gitignore index 2deb117..f87b5ab 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ xrdp-cvs-03-17-2010.tar.gz /xrdp-0.9.17.tar.gz /xrdp-0.9.18.tar.gz /xrdp-0.9.19.tar.gz +/xrdp-0.9.20.tar.gz diff --git a/sources b/sources index 8a139f1..c8e7b9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xrdp-0.9.19.tar.gz) = 6957880dd6e09388b08dc6036fee192f1f120194230ec875136f1a86016efa6f65b8c694ac8bc2357d20aa14e4b5633871082a4a89ae1789c627b761ebe9f260 +SHA512 (xrdp-0.9.20.tar.gz) = 3ca9563ea135db71d0249a8629609c1b7aa9ef38a82b2b3b2d797ef3e1fb66931d835e99b60ddbe62cf543cce40de7d7cfe264e45e3f0cd84f257393896ad5fc diff --git a/xrdp-0.9.15-sesman-ini.patch b/xrdp-0.9.15-sesman-ini.patch deleted file mode 100644 index 4575e60..0000000 --- a/xrdp-0.9.15-sesman-ini.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN xrdp-0.9.15-v/sesman/sesman.ini xrdp-0.9.15/sesman/sesman.ini ---- xrdp-0.9.15-v/sesman/sesman.ini 2020-12-29 01:06:46.000000000 +1100 -+++ xrdp-0.9.15/sesman/sesman.ini 2021-01-01 12:20:29.626573656 +1100 -@@ -94,7 +94,7 @@ - ; CentOS 7 : param=/usr/bin/Xorg or param=Xorg - ; CentOS 8 : param=/usr/libexec/Xorg - ; --param=Xorg -+param=/usr/libexec/Xorg - ; Leave the rest paramaters as-is unless you understand what will happen. - param=-config - param=xrdp/xorg.conf diff --git a/xrdp-0.9.20-sesman-ini.patch b/xrdp-0.9.20-sesman-ini.patch new file mode 100644 index 0000000..2717f23 --- /dev/null +++ b/xrdp-0.9.20-sesman-ini.patch @@ -0,0 +1,12 @@ +diff -ruN xrdp-0.9.20-v/sesman/sesman.ini xrdp-0.9.20/sesman/sesman.ini +--- xrdp-0.9.20-v/sesman/sesman.ini 2022-09-15 15:59:55.000000000 +1000 ++++ xrdp-0.9.20/sesman/sesman.ini 2022-09-15 17:40:10.032704634 +1000 +@@ -111,7 +111,7 @@ + ; CentOS 8 : param=/usr/libexec/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.spec b/xrdp.spec index 0fed14b..b689f1a 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -16,8 +16,8 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Epoch: 1 -Version: 0.9.19 -Release: 2%{?dist} +Version: 0.9.20 +Release: 1%{?dist} License: ASL 2.0 and GPLv2+ and MIT URL: http://www.xrdp.org/ Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/xrdp-%{version}.tar.gz @@ -36,7 +36,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 -Patch7: xrdp-0.9.15-sesman-ini.patch +Patch7: xrdp-0.9.20-sesman-ini.patch %endif BuildRequires: make @@ -288,6 +288,9 @@ fi %{_datadir}/selinux/*/%{name}.pp %changelog +* Thu Sep 15 2022 Bojan Smojver - 1:0.9.20-1 +- Bump up to 0.9.20 + * Sat Jul 23 2022 Fedora Release Engineering - 1:0.9.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild