rpms/xrdp/F-10 import.log,1.1,1.2 xrdp.spec,1.1,1.2

Itamar Reis Peixoto itamarjp at fedoraproject.org
Fri Sep 4 22:37:29 UTC 2009


Author: itamarjp

Update of /cvs/pkgs/rpms/xrdp/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2548/F-10

Modified Files:
	import.log xrdp.spec 
Log Message:
- fix bz 519294



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/xrdp/F-10/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	14 Aug 2009 18:06:35 -0000	1.1
+++ import.log	4 Sep 2009 22:37:27 -0000	1.2
@@ -1 +1,2 @@
 xrdp-0_5_0-0_2_20090811cvs_fc12:F-10:xrdp-0.5.0-0.2.20090811cvs.fc12.src.rpm:1250273132
+xrdp-0_5_0-0_3_20090811cvs_fc12:F-10:xrdp-0.5.0-0.3.20090811cvs.fc12.src.rpm:1252103784


Index: xrdp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xrdp/F-10/xrdp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xrdp.spec	14 Aug 2009 18:06:35 -0000	1.1
+++ xrdp.spec	4 Sep 2009 22:37:27 -0000	1.2
@@ -4,7 +4,7 @@
 Summary:   Open source remote desktop protocol (RDP) server
 Name:      xrdp
 Version:   0.5.0
-Release:   0.2.%{cvs}%{?dist}
+Release:   0.3.%{cvs}%{?dist}
 License:   GPLv2+ with exceptions
 Group:     Applications/Internet
 URL:       http://xrdp.sourceforge.net/
@@ -58,6 +58,17 @@ terminal server / remote desktop clients
 # remove unused modules from xrdp login combobox
 %{__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
 %{__chmod} 644 keygen/keygen.c
 
@@ -159,6 +170,11 @@ rm -rf %{buildroot}
 %attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
 
 %changelog
+
+* Fri Sep 04 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.5.0-0.3.20090811cvs
+- increase encryption to 128 bit's
+- include system-auth into /etc/pam.d/xrdp-sesman
+
 * Thu Aug 13 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.5.0-0.2.20090811cvs
 - more changes to spec file https://bugzilla.redhat.com/show_bug.cgi?id=516364#c10
 
@@ -167,7 +183,6 @@ rm -rf %{buildroot}
 - improve initscript
 - fix some macros
 
-
 * Tue Aug 11 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.5.0-2.20090811cvs
 - changes from BZ#516364 comment 2 from Mamoru Tasaka
 - changed license to "GPLv2+ with exceptions"




More information about the fedora-extras-commits mailing list