r23983 - in /desktop/unstable/gnome-orca/debian: changelog control patches/11_debian_gdm.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Apr 23 16:41:15 UTC 2010


Author: joss
Date: Fri Apr 23 16:41:12 2010
New Revision: 23983

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23983
Log:
11_debian_gdm.patch: new patch. The user under which the GDM session 
is running is Debian-gdm, not gdm. This causes a security issue.

Added:
    desktop/unstable/gnome-orca/debian/patches/11_debian_gdm.patch
Modified:
    desktop/unstable/gnome-orca/debian/changelog
    desktop/unstable/gnome-orca/debian/control
    desktop/unstable/gnome-orca/debian/patches/series

Modified: desktop/unstable/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/changelog?rev=23983&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/changelog [utf-8] Fri Apr 23 16:41:12 2010
@@ -1,3 +1,10 @@
+gnome-orca (2.30.0-2) unstable; urgency=low
+
+  * 11_debian_gdm.patch: new patch. The user under which the GDM session 
+    is running is Debian-gdm, not gdm. This causes a security issue.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 23 Apr 2010 18:07:51 +0200
+
 gnome-orca (2.30.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/gnome-orca/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/control?rev=23983&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/control [utf-8] Fri Apr 23 16:41:12 2010
@@ -7,7 +7,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian Accessibility Team <debian-accessibility at lists.debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Mario Lang <mlang at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Mario Lang <mlang at debian.org>
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-orca
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gnome-orca
 Build-Depends: cdbs,

Added: desktop/unstable/gnome-orca/debian/patches/11_debian_gdm.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/11_debian_gdm.patch?rev=23983&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/11_debian_gdm.patch (added)
+++ desktop/unstable/gnome-orca/debian/patches/11_debian_gdm.patch [utf-8] Fri Apr 23 16:41:12 2010
@@ -1,0 +1,13 @@
+Index: orca-2.30.0/src/orca/orca.in
+===================================================================
+--- orca-2.30.0.orig/src/orca/orca.in	2010-04-23 18:06:12.790851244 +0200
++++ orca-2.30.0/src/orca/orca.in	2010-04-23 18:06:30.190852440 +0200
+@@ -118,7 +118,7 @@ runOrca()
+ # accessible login.  If we're running as gdm, we assume everything is
+ # all set and we don't need to muck around.
+ #
+-if [ "x$LOGNAME" != "xgdm" ] ; then
++if [ "x$LOGNAME" != "xDebian-gdm" ] ; then
+     ACCESSIBILITY_ENABLED=`gconftool-2 \
+ 	--get /desktop/gnome/interface/accessibility`
+     if [ "x$ACCESSIBILITY_ENABLED" != "xtrue" ] ; then

Modified: desktop/unstable/gnome-orca/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/series?rev=23983&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/patches/series [utf-8] Fri Apr 23 16:41:12 2010
@@ -1,2 +1,3 @@
 04_solaris_specific_fixes.patch
 05_remove_pythonpath.patch
+11_debian_gdm.patch




More information about the pkg-gnome-commits mailing list