Bump up to 0.9.5.

This commit is contained in:
Bojan Smojver 2017-12-30 19:10:44 +11:00
parent 95313000bd
commit 2fc72167a1
5 changed files with 33 additions and 30 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ xrdp-cvs-03-17-2010.tar.gz
/xrdp-0.9.2.tar.gz
/xrdp-0.9.3.tar.gz
/xrdp-0.9.4.tar.gz
/xrdp-0.9.5.tar.gz

View File

@ -1 +1 @@
SHA512 (xrdp-0.9.4.tar.gz) = 25da1bf3a49c2d7fad3791a98fdaef2d5eeb1c7ce8f01b925dfd07803cd2b01d1ee5a97b63014865cf43be362bee576b2b9468391876a7ef9c95ca1c9cbdea1c
SHA512 (xrdp-0.9.5.tar.gz) = f5989e5fc1d43a066c0d3ad3a6e3d45712122706a2bf049d8396e42598427b3fb24cdd4c3a9aa7f4b8801f95a1659dd1f06ef08f8fa155bc7b72bb801644476a

View File

@ -1,5 +1,6 @@
--- xrdp-0.9.2-vanilla/sesman/sesman.ini 2017-02-20 18:11:37.000000000 +1100
+++ xrdp-0.9.2/sesman/sesman.ini 2017-04-07 11:03:29.929069805 +1000
diff -ruN xrdp-0.9.5-v/sesman/sesman.ini xrdp-0.9.5/sesman/sesman.ini
--- xrdp-0.9.5-v/sesman/sesman.ini 2017-12-28 01:30:25.000000000 +1100
+++ xrdp-0.9.5/sesman/sesman.ini 2017-12-30 18:08:03.726887379 +1100
@@ -3,7 +3,7 @@
ListenPort=3350
EnableUserWindowManager=true
@ -9,9 +10,9 @@
[Security]
AllowRootLogin=true
@@ -54,12 +54,12 @@
EnableSyslog=1
SyslogLevel=DEBUG
@@ -78,12 +78,12 @@
param=-logfile
param=.xorgxrdp.%s.log
-[X11rdp]
-param=X11rdp

View File

@ -1,9 +1,10 @@
--- xrdp-0.9.2/xrdp/xrdp.ini.orig 2017-03-30 17:18:55.000000000 +1100
+++ xrdp-0.9.2/xrdp/xrdp.ini 2017-03-31 10:19:59.977547714 +1100
@@ -148,72 +148,72 @@
; Session types
;
diff -ruN xrdp-0.9.5-v/xrdp/xrdp.ini xrdp-0.9.5/xrdp/xrdp.ini
--- xrdp-0.9.5-v/xrdp/xrdp.ini 2017-12-28 01:30:25.000000000 +1100
+++ xrdp-0.9.5/xrdp/xrdp.ini 2017-12-30 18:14:09.862621310 +1100
@@ -153,72 +153,72 @@
; Some session types such as Xorg, X11rdp and Xvnc start a display server.
; Startup command-line parameters for the display server are configured
; in sesman.ini. See and configure also sesman.ini.
-[Xorg]
-name=Xorg
-lib=libxup.so
@ -47,7 +48,8 @@
+#port=-1
#xserverbpp=24
-#delay_ms=2000
-
+#code=10
-[console]
-name=console
-lib=libvnc.so
@ -55,16 +57,6 @@
-port=5900
-username=na
-password=ask
-#delay_ms=2000
+#code=10
-[vnc-any]
-name=vnc-any
-lib=libvnc.so
-ip=ask
-port=ask5900
-username=na
-password=ask
+#[console]
+#name=console
+#lib=libvnc.so
@ -72,8 +64,15 @@
+#port=5900
+#username=na
+#password=ask
+##delay_ms=2000
+
#delay_ms=2000
-[vnc-any]
-name=vnc-any
-lib=libvnc.so
-ip=ask
-port=ask5900
-username=na
-password=ask
+#[vnc-any]
+#name=vnc-any
+#lib=libvnc.so

View File

@ -6,8 +6,8 @@
Summary: Open source remote desktop protocol (RDP) server
Name: xrdp
Epoch: 1
Version: 0.9.4
Release: 2%{?dist}
Version: 0.9.5
Release: 1%{?dist}
License: ASL 2.0
Group: Applications/Internet
URL: http://www.xrdp.org/
@ -18,12 +18,11 @@ Source3: xrdp.logrotate
Source4: openssl.conf
Source5: README.Fedora
Source6: xrdp.te
Patch0: xrdp-0.9.2-sesman.patch
Patch1: xrdp-0.9.2-xrdp-ini.patch
Patch0: xrdp-0.9.5-sesman.patch
Patch1: xrdp-0.9.5-xrdp-ini.patch
Patch2: xrdp-0.9.4-service.patch
Patch3: xrdp-0.9.2-setpriv.patch
Patch4: xrdp-0.9.2-scripts-libexec.patch
Patch5: xrdp-0.9.4-CVE-2017-16927.patch
BuildRequires: libX11-devel
BuildRequires: libXfixes-devel
@ -259,6 +258,9 @@ fi
%{_datadir}/selinux/*/%{name}.pp
%changelog
* Sat Dec 30 2017 Bojan Smojver <bojan@rexurive.com> - 1:0.9.5-1
- Bump up to 0.9.5
* Fri Nov 24 2017 Bojan Smojver <bojan@rexurive.com> - 1:0.9.4-2
- Patch CVE-2017-16927