[Pkg-shadow-commits] r3109 - in debian/trunk/debian: . patches

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Mon Mar 15 09:59:55 UTC 2010


Author: nekral-guest
Date: 2010-03-15 09:59:54 +0000 (Mon, 15 Mar 2010)
New Revision: 3109

Modified:
   debian/trunk/debian/changelog
   debian/trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
Log:
    - Updated patches:
      + debian/patches/523_su_arguments_are_no_more_concatenated_by_default


Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2010-03-11 22:07:50 UTC (rev 3108)
+++ debian/trunk/debian/changelog	2010-03-15 09:59:54 UTC (rev 3109)
@@ -1,12 +1,14 @@
 shadow (1:4.1.4.3-1) UNRELEASED; urgency=low
 
-  * The "Bleu de Gex" release
+  * The "Bleu de Gex" release.
   * New upstream release:
     - Fix formatting of the login.defs.5 manpage. Closes: #542804
     - Updated Czech translation. Closes: #548407
     - Updated Vietnamese translation. Closes: #548065
     - Remove patches applied upstream:
       + debian/patches/008_su_no_sanitize_env
+    - Updated patches:
+      + debian/patches/523_su_arguments_are_no_more_concatenated_by_default
   * debian/securetty.kfreebsd: On GNU/kFreeBSD the serial devices have change
     from /dev/cuuaX to /dev/ttydX in kernel 6.0. Closes: #544523
   * debian/securetty.linux: Added support for embedded ARM AMBA PL011 ports

Modified: debian/trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
===================================================================
--- debian/trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default	2010-03-11 22:07:50 UTC (rev 3108)
+++ debian/trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default	2010-03-15 09:59:54 UTC (rev 3109)
@@ -36,9 +36,9 @@
  
 +	old_debian_behavior = (getenv("SU_NO_SHELL_ARGS") != NULL);
 +
- 	/* sanitize_env (); */
- 
  	(void) setlocale (LC_ALL, "");
+ 	(void) bindtextdomain (PACKAGE, LOCALEDIR);
+ 	(void) textdomain (PACKAGE);
 @@ -957,7 +972,7 @@
  		 * resulting string is always given to the shell with its
  		 * -c option.




More information about the Pkg-shadow-commits mailing list