- fix bz 519294
This commit is contained in:
parent
6f274d15f2
commit
2fab812e3e
@ -1 +1,2 @@
|
|||||||
xrdp-0_5_0-0_2_20090811cvs_fc12:HEAD:xrdp-0.5.0-0.2.20090811cvs.fc12.src.rpm:1250272824
|
xrdp-0_5_0-0_2_20090811cvs_fc12:HEAD:xrdp-0.5.0-0.2.20090811cvs.fc12.src.rpm:1250272824
|
||||||
|
xrdp-0_5_0-0_4_20090811cvs_fc12:HEAD:xrdp-0.5.0-0.4.20090811cvs.fc12.src.rpm:1252103027
|
||||||
|
18
xrdp.spec
18
xrdp.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: Open source remote desktop protocol (RDP) server
|
Summary: Open source remote desktop protocol (RDP) server
|
||||||
Name: xrdp
|
Name: xrdp
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 0.3.%{cvs}%{?dist}
|
Release: 0.4.%{cvs}%{?dist}
|
||||||
License: GPLv2+ with exceptions
|
License: GPLv2+ with exceptions
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://xrdp.sourceforge.net/
|
URL: http://xrdp.sourceforge.net/
|
||||||
@ -58,6 +58,18 @@ terminal server / remote desktop clients.
|
|||||||
# remove unused modules from xrdp login combobox
|
# remove unused modules from xrdp login combobox
|
||||||
%{__sed} -i -e '/\[xrdp2\]/,$d' xrdp/xrdp.ini
|
%{__sed} -i -e '/\[xrdp2\]/,$d' xrdp/xrdp.ini
|
||||||
|
|
||||||
|
#Low is 40 bit key and everything from client to server is encrypted.
|
||||||
|
#Medium is 40 bit key, everything both ways is encrypted.
|
||||||
|
#High is 128 bit key everything both ways is encrypted.
|
||||||
|
|
||||||
|
# increase encryption to 128 bit's
|
||||||
|
%{__sed} -i 's/crypt_level=low/crypt_level=high/g' xrdp/xrdp.ini
|
||||||
|
|
||||||
|
#include system-auth into pam.d/xrdp-sesman
|
||||||
|
echo "auth include system-auth" >> instfiles/pam.d/xrdp-sesman
|
||||||
|
echo "account include system-auth" >> instfiles/pam.d/xrdp-sesman
|
||||||
|
|
||||||
|
|
||||||
#fix wrong permission
|
#fix wrong permission
|
||||||
%{__chmod} 644 keygen/keygen.c
|
%{__chmod} 644 keygen/keygen.c
|
||||||
|
|
||||||
@ -159,6 +171,10 @@ rm -rf %{buildroot}
|
|||||||
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
|
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 04 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.4.20090811cvs
|
||||||
|
- increase encryption to 128 bit's
|
||||||
|
- include system-auth into /etc/pam.d/xrdp-sesman
|
||||||
|
|
||||||
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 0.5.0-0.3.20090811cvs
|
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 0.5.0-0.3.20090811cvs
|
||||||
- rebuild with new openssl
|
- rebuild with new openssl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user