- Remove patches applied upstream:

+ debian/patches/008_su_no_sanitize_env
This commit is contained in:
nekral-guest
2010-01-24 17:29:33 +00:00
parent 282bbb9cfc
commit 20ba2e50ab
2 changed files with 3 additions and 13 deletions

4
debian/changelog vendored
View File

@@ -5,12 +5,14 @@ shadow (1:4.1.4.3-1) UNRELEASED; urgency=low
- 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
* 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
(e.g. emulated by QEMU). Closes: #544184
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Sat, 10 Oct 2009 14:25:19 +0200
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Sun, 24 Jan 2010 18:28:33 +0100
shadow (1:4.1.4.2-1) unstable; urgency=low

View File

@@ -1,12 +0,0 @@
Status wrt upstream: Also applied upstream in shadow-4.1.4.3
--- a/src/su.c
+++ b/src/su.c
@@ -342,7 +342,7 @@
#endif
#endif /* !USE_PAM */
- sanitize_env ();
+ /* sanitize_env (); */
(void) setlocale (LC_ALL, "");
(void) bindtextdomain (PACKAGE, LOCALEDIR);