[Pkg-shadow-commits] r3177 - in debian/trunk/debian: . patches
Nicolas FRANÇOIS
nekral-guest at alioth.debian.org
Sat Mar 20 10:52:52 UTC 2010
Author: nekral-guest
Date: 2010-03-20 10:52:52 +0000 (Sat, 20 Mar 2010)
New Revision: 3177
Removed:
debian/trunk/debian/patches/483_su_fakelogin_wrong_arg0
Modified:
debian/trunk/debian/changelog
debian/trunk/debian/patches/series
Log:
- Remove patches applied upstream:
+ debian/patches/483_su_fakelogin_wrong_arg0
Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog 2010-03-20 10:45:49 UTC (rev 3176)
+++ debian/trunk/debian/changelog 2010-03-20 10:52:52 UTC (rev 3177)
@@ -7,6 +7,7 @@
- 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
Deleted: debian/trunk/debian/patches/483_su_fakelogin_wrong_arg0
===================================================================
--- debian/trunk/debian/patches/483_su_fakelogin_wrong_arg0 2010-03-20 10:45:49 UTC (rev 3176)
+++ debian/trunk/debian/patches/483_su_fakelogin_wrong_arg0 2010-03-20 10:52:52 UTC (rev 3177)
@@ -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;
Modified: debian/trunk/debian/patches/series
===================================================================
--- debian/trunk/debian/patches/series 2010-03-20 10:45:49 UTC (rev 3176)
+++ debian/trunk/debian/patches/series 2010-03-20 10:52:52 UTC (rev 3177)
@@ -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
More information about the Pkg-shadow-commits
mailing list