Bump up to 0.9.20

This commit is contained in:
Bojan Smojver 2022-09-15 17:49:35 +10:00
parent 642f019604
commit 0d4757af0d
5 changed files with 20 additions and 16 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (xrdp-0.9.19.tar.gz) = 6957880dd6e09388b08dc6036fee192f1f120194230ec875136f1a86016efa6f65b8c694ac8bc2357d20aa14e4b5633871082a4a89ae1789c627b761ebe9f260
SHA512 (xrdp-0.9.20.tar.gz) = 3ca9563ea135db71d0249a8629609c1b7aa9ef38a82b2b3b2d797ef3e1fb66931d835e99b60ddbe62cf543cce40de7d7cfe264e45e3f0cd84f257393896ad5fc

View File

@ -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

View File

@ -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

View File

@ -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 <bojan@rexurive.com> - 1:0.9.20-1
- Bump up to 0.9.20
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild