[Pkg-shadow-commits] r2395 - in debian/trunk/debian: . patches

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Sep 13 17:41:19 UTC 2008


Author: nekral-guest
Date: 2008-09-13 17:41:18 +0000 (Sat, 13 Sep 2008)
New Revision: 2395

Removed:
   debian/trunk/debian/patches/434_login_stop_checking_args_after--
Modified:
   debian/trunk/debian/changelog
Log:
    - Remove patches applied upstream:
      + debian/patches/434_login_stop_checking_args_after--


Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2008-09-13 17:38:04 UTC (rev 2394)
+++ debian/trunk/debian/changelog	2008-09-13 17:41:18 UTC (rev 2395)
@@ -2,6 +2,8 @@
 
   * The "" release.
   * New upstream release:
+    - Remove patches applied upstream:
+      + debian/patches/434_login_stop_checking_args_after--
     - Updated patches:
       + debian/patches/431_su_uid_0_not_root
       + debian/patches/463_login_delay_obeys_to_PAM

Deleted: debian/trunk/debian/patches/434_login_stop_checking_args_after--
===================================================================
--- debian/trunk/debian/patches/434_login_stop_checking_args_after--	2008-09-13 17:38:04 UTC (rev 2394)
+++ debian/trunk/debian/patches/434_login_stop_checking_args_after--	2008-09-13 17:41:18 UTC (rev 2395)
@@ -1,18 +0,0 @@
-Goal: terminate argument validation in login when it hits a '--'.
-Fixes: #66368
-
-Status wrt upstream: Applied upstream.
-
-Index: shadow-4.1.0/src/login.c
-===================================================================
---- shadow-4.1.0.orig/src/login.c
-+++ shadow-4.1.0/src/login.c
-@@ -253,6 +253,8 @@
- 	for (arg = 1; arg < argc; arg++) {
- 		if (argv[arg][0] == '-' && strlen (argv[arg]) > 2)
- 			usage ();
-+		if (!strcmp(argv[arg], "--"))
-+			break; /* stop checking on a "--" */
- 	}
- }
- 




More information about the Pkg-shadow-commits mailing list