[Pkg-xfce-commits] r6234 - in goodies/trunk/lightdm/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Fri Nov 25 07:02:56 UTC 2011


Author: corsac
Date: 2011-11-25 07:02:55 +0000 (Fri, 25 Nov 2011)
New Revision: 6234

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/patches/07_CVE-2011-4105.patch
Log:
* debian/patches:
  - 07_CVE-2011-4105 refreshed, use AC_USE_SYSTEM_EXTENSIONS in configure.ac
    so GNU extensions are used even on kFreeBSD.              closes: #649633

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2011-11-23 21:24:39 UTC (rev 6233)
+++ goodies/trunk/lightdm/debian/changelog	2011-11-25 07:02:55 UTC (rev 6234)
@@ -1,3 +1,11 @@
+lightdm (1.0.6-3) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 07_CVE-2011-4105 refreshed, use AC_USE_SYSTEM_EXTENSIONS in configure.ac
+      so GNU extensions are used even on kFreeBSD.              closes: #649633
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 23 Nov 2011 22:10:59 +0100
+
 lightdm (1.0.6-2) unstable; urgency=high
 
   * urgency=high for security fixes.

Modified: goodies/trunk/lightdm/debian/patches/07_CVE-2011-4105.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/07_CVE-2011-4105.patch	2011-11-23 21:24:39 UTC (rev 6233)
+++ goodies/trunk/lightdm/debian/patches/07_CVE-2011-4105.patch	2011-11-25 07:02:55 UTC (rev 6234)
@@ -3,9 +3,17 @@
 
 Index: lightdm-1.0.6/src/xsession.c
 ===================================================================
---- lightdm-1.0.6.orig/src/xsession.c	2011-11-02 11:21:29.000000000 -0400
-+++ lightdm-1.0.6/src/xsession.c	2011-11-11 12:54:17.245116709 -0500
-@@ -104,10 +104,26 @@
+--- lightdm-1.0.6.orig/src/xsession.c	2011-11-25 07:22:24.509683804 +0100
++++ lightdm-1.0.6/src/xsession.c	2011-11-25 07:22:47.773863861 +0100
+@@ -9,6 +9,7 @@
+  * license.
+  */
+ 
++#include <config.h>
+ #include <errno.h>
+ #include <string.h>
+ #include <fcntl.h>
+@@ -104,10 +105,26 @@
               * incorrectly written as root in a buggy version of LightDM */
              if (getuid () == 0)
              {
@@ -34,3 +42,15 @@
              }
          }
  
+Index: lightdm-1.0.6/configure.ac
+===================================================================
+--- lightdm-1.0.6.orig/configure.ac	2011-11-25 07:22:24.525683929 +0100
++++ lightdm-1.0.6/configure.ac	2011-11-25 07:22:27.489706870 +0100
+@@ -1,6 +1,7 @@
+ dnl Process this file with autoconf to produce a configure script.
+ 
+ AC_INIT(lightdm, 1.0.6)
++AC_USE_SYSTEM_EXTENSIONS
+ AC_CONFIG_MACRO_DIR(m4)
+ AC_CONFIG_HEADER(config.h)
+ AM_INIT_AUTOMAKE




More information about the Pkg-xfce-commits mailing list