- Remove patches applied upstream:
+ debian/patches/008_su_no_sanitize_env
This commit is contained in:
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -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
|
||||
|
||||
|
||||
12
debian/patches/008_su_no_sanitize_env
vendored
12
debian/patches/008_su_no_sanitize_env
vendored
@@ -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);
|
||||
Reference in New Issue
Block a user