diff --git a/debian/changelog b/debian/changelog index 8447c00c..d64550d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ shadow (1:4.1.4.3-1) UNRELEASED; urgency=low - Updated Vietnamese translation. Closes: #548065 - Remove patches applied upstream: + debian/patches/008_su_no_sanitize_env + + debian/patches/483_su_fakelogin_wrong_arg0 - Updated patches: + debian/patches/523_su_arguments_are_no_more_concatenated_by_default + debian/patches/542_useradd-O_option diff --git a/debian/patches/483_su_fakelogin_wrong_arg0 b/debian/patches/483_su_fakelogin_wrong_arg0 deleted file mode 100644 index de877b62..00000000 --- a/debian/patches/483_su_fakelogin_wrong_arg0 +++ /dev/null @@ -1,15 +0,0 @@ -Goal: shell's name must be -su when a su fakes a login - -Status wrt upstream: not reported yet - ---- a/src/su.c -+++ b/src/su.c -@@ -1001,7 +1001,7 @@ - * Use the shell and create an argv - * with the rest of the command line included. - */ -- argv[-1] = shellstr; -+ argv[-1] = cp; - #ifndef USE_PAM - (void) execve (shellstr, &argv[-1], environ); - err = errno; diff --git a/debian/patches/series b/debian/patches/series index 7fc003bb..f1bb6d59 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -16,6 +16,5 @@ 463_login_delay_obeys_to_PAM 523_su_arguments_are_concatenated 523_su_arguments_are_no_more_concatenated_by_default -483_su_fakelogin_wrong_arg0 508_nologin_in_usr_sbin 505_useradd_recommend_adduser