rev 9576 - in trunk/packages/kdebase/debian: . patches

Modestas Vainius modax-guest at alioth.debian.org
Tue Mar 4 11:50:08 UTC 2008


Author: modax-guest
Date: 2008-03-04 11:50:08 +0000 (Tue, 04 Mar 2008)
New Revision: 9576

Modified:
   trunk/packages/kdebase/debian/changelog
   trunk/packages/kdebase/debian/patches/70_kdm_consolekit.diff
Log:
Fix kdebase #457487

Modified: trunk/packages/kdebase/debian/changelog
===================================================================
--- trunk/packages/kdebase/debian/changelog	2008-03-04 11:46:12 UTC (rev 9575)
+++ trunk/packages/kdebase/debian/changelog	2008-03-04 11:50:08 UTC (rev 9576)
@@ -1,3 +1,13 @@
+kdebase (4:3.5.9.dfsg.1-2) UNRELEASED; urgency=low
+
+  +++ Changes by Modestas Vainius:
+
+  * Fix kdm segfault with remote XDMCP login. 70_kdm_consolekit.diff patch was
+    modified in the process. Thanks to Paul Brook for the patch
+    (Closes: #457487).
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 04 Mar 2008 13:46:06 +0200
+
 kdebase (4:3.5.9.dfsg.1-1) unstable; urgency=low
 
   * New upstream release. 

Modified: trunk/packages/kdebase/debian/patches/70_kdm_consolekit.diff
===================================================================
--- trunk/packages/kdebase/debian/patches/70_kdm_consolekit.diff	2008-03-04 11:46:12 UTC (rev 9575)
+++ trunk/packages/kdebase/debian/patches/70_kdm_consolekit.diff	2008-03-04 11:50:08 UTC (rev 9576)
@@ -649,7 +649,7 @@
 +	add_param_string (&iter_struct, "x11-display", d->name);
 +	add_param_boolean (&iter_struct, "is-local", ((d->displayType & d_location) == dLocal));
 +#ifdef XDMCP
-+	if ((d->displayType & d_location) != dLocal) {
++	if ((d->displayType & d_location) != dLocal && d->remoteHost) {
 +		add_param_string (&iter_struct, "remote-host-name", d->remoteHost);
 +	}
 +#endif




More information about the pkg-kde-commits mailing list