- Updated patches:

+ debian/patches/523_su_arguments_are_no_more_concatenated_by_default
This commit is contained in:
nekral-guest
2010-03-15 09:59:54 +00:00
parent 3ababb2263
commit 49a95f6c07
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -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
@@ -36,9 +36,9 @@ Status wrt upstream: This patch is Debian specific.
+ 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.