r25107 - in /desktop/unstable/gdm3/debian: changelog patches/03_ipv6.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Sep 10 19:55:24 UTC 2010


Author: joss
Date: Fri Sep 10 19:55:21 2010
New Revision: 25107

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25107
Log:
03_ipv6.patch: new patch from Julien Cristau, thanks a lot for 
investigating! Hopefully fixes XDMCP support with IPv6 enabled.
Closes: #579033.

Added:
    desktop/unstable/gdm3/debian/patches/03_ipv6.patch
Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/patches/series

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=25107&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog [utf-8] Fri Sep 10 19:55:21 2010
@@ -1,3 +1,11 @@
+gdm3 (2.30.5-2) UNRELEASED; urgency=low
+
+  * 03_ipv6.patch: new patch from Julien Cristau, thanks a lot for 
+    investigating! Hopefully fixes XDMCP support with IPv6 enabled.
+    Closes: #579033.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 10 Sep 2010 21:48:36 +0200
+
 gdm3 (2.30.5-1) unstable; urgency=low
 
   * greeter.gconf-defaults: disable the power management icon, it allows 

Added: desktop/unstable/gdm3/debian/patches/03_ipv6.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/03_ipv6.patch?rev=25107&op=file
==============================================================================
--- desktop/unstable/gdm3/debian/patches/03_ipv6.patch (added)
+++ desktop/unstable/gdm3/debian/patches/03_ipv6.patch [utf-8] Fri Sep 10 19:55:21 2010
@@ -1,0 +1,26 @@
+Index: gdm-2.30.5/daemon/gdm-xdmcp-display-factory.c
+===================================================================
+--- gdm-2.30.5.orig/daemon/gdm-xdmcp-display-factory.c	2010-09-10 21:40:36.206562059 +0200
++++ gdm-2.30.5/daemon/gdm-xdmcp-display-factory.c	2010-09-10 21:41:40.554055370 +0200
+@@ -2889,7 +2889,7 @@ decode_packet (GIOChannel             *s
+                 return TRUE;
+         }
+ 
+-        ss_len = (int)gdm_sockaddr_len (&clnt_ss);
++        ss_len = sizeof (clnt_ss);
+ 
+         res = XdmcpFill (factory->priv->socket_fd, &factory->priv->buf, (XdmcpNetaddr)&clnt_ss, &ss_len);
+         if G_UNLIKELY (! res) {
+Index: gdm-2.30.5/gui/simple-chooser/gdm-host-chooser-widget.c
+===================================================================
+--- gdm-2.30.5.orig/gui/simple-chooser/gdm-host-chooser-widget.c	2010-09-10 21:42:06.642558243 +0200
++++ gdm-2.30.5/gui/simple-chooser/gdm-host-chooser-widget.c	2010-09-10 21:42:25.026057326 +0200
+@@ -208,7 +208,7 @@ decode_packet (GIOChannel           *sou
+                 return TRUE;
+         }
+ 
+-        ss_len = (int)gdm_sockaddr_len (&clnt_ss);
++        ss_len = sizeof (clnt_ss);
+ 
+         res = XdmcpFill (widget->priv->socket_fd, &buf, (XdmcpNetaddr)&clnt_ss, &ss_len);
+         if G_UNLIKELY (! res) {

Modified: desktop/unstable/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/series?rev=25107&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/series [utf-8] Fri Sep 10 19:55:21 2010
@@ -1,5 +1,6 @@
 01_minimal_uid.patch
 02_xnest-wrapper.patch
+03_ipv6.patch
 04_no_fatal_criticals.patch
 05_stop_welcome_session.patch
 06_first_vt.patch




More information about the pkg-gnome-commits mailing list