From 20ba2e50ab048a84f0de46154e87c320d22c67b0 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 24 Jan 2010 17:29:33 +0000 Subject: [PATCH] - Remove patches applied upstream: + debian/patches/008_su_no_sanitize_env --- debian/changelog | 4 +++- debian/patches/008_su_no_sanitize_env | 12 ------------ 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 debian/patches/008_su_no_sanitize_env diff --git a/debian/changelog b/debian/changelog index d06d4288..da8448db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) Sat, 10 Oct 2009 14:25:19 +0200 + -- Nicolas FRANCOIS (Nekral) Sun, 24 Jan 2010 18:28:33 +0100 shadow (1:4.1.4.2-1) unstable; urgency=low diff --git a/debian/patches/008_su_no_sanitize_env b/debian/patches/008_su_no_sanitize_env deleted file mode 100644 index 81b5a825..00000000 --- a/debian/patches/008_su_no_sanitize_env +++ /dev/null @@ -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);