Bump up to 0.9.20
This commit is contained in:
parent
642f019604
commit
0d4757af0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ xrdp-cvs-03-17-2010.tar.gz
|
|||||||
/xrdp-0.9.17.tar.gz
|
/xrdp-0.9.17.tar.gz
|
||||||
/xrdp-0.9.18.tar.gz
|
/xrdp-0.9.18.tar.gz
|
||||||
/xrdp-0.9.19.tar.gz
|
/xrdp-0.9.19.tar.gz
|
||||||
|
/xrdp-0.9.20.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (xrdp-0.9.19.tar.gz) = 6957880dd6e09388b08dc6036fee192f1f120194230ec875136f1a86016efa6f65b8c694ac8bc2357d20aa14e4b5633871082a4a89ae1789c627b761ebe9f260
|
SHA512 (xrdp-0.9.20.tar.gz) = 3ca9563ea135db71d0249a8629609c1b7aa9ef38a82b2b3b2d797ef3e1fb66931d835e99b60ddbe62cf543cce40de7d7cfe264e45e3f0cd84f257393896ad5fc
|
||||||
|
@ -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
|
|
12
xrdp-0.9.20-sesman-ini.patch
Normal file
12
xrdp-0.9.20-sesman-ini.patch
Normal 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
|
@ -16,8 +16,8 @@
|
|||||||
Summary: Open source remote desktop protocol (RDP) server
|
Summary: Open source remote desktop protocol (RDP) server
|
||||||
Name: xrdp
|
Name: xrdp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.9.19
|
Version: 0.9.20
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0 and GPLv2+ and MIT
|
License: ASL 2.0 and GPLv2+ and MIT
|
||||||
URL: http://www.xrdp.org/
|
URL: http://www.xrdp.org/
|
||||||
Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/xrdp-%{version}.tar.gz
|
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
|
Patch5: xrdp-0.9.16-arch.patch
|
||||||
Patch6: xrdp-0.9.18-vnc-uninit.patch
|
Patch6: xrdp-0.9.18-vnc-uninit.patch
|
||||||
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 8
|
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 8
|
||||||
Patch7: xrdp-0.9.15-sesman-ini.patch
|
Patch7: xrdp-0.9.20-sesman-ini.patch
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -288,6 +288,9 @@ fi
|
|||||||
%{_datadir}/selinux/*/%{name}.pp
|
%{_datadir}/selinux/*/%{name}.pp
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user