[Pkg-shadow-commits] r1325 - debian/trunk/debian/patches

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Oct 28 17:02:44 UTC 2007


Author: nekral-guest
Date: 2007-10-28 17:02:44 +0000 (Sun, 28 Oct 2007)
New Revision: 1325

Modified:
   debian/trunk/debian/patches/008_su_get_PAM_username
   debian/trunk/debian/patches/008_su_no_sanitize_env
   debian/trunk/debian/patches/403_fix_PATH-MAX_hurd
   debian/trunk/debian/patches/405_su_no_pam_end_before_exec
   debian/trunk/debian/patches/407_adduser_disable_PUG_with-n
   debian/trunk/debian/patches/431_su_uid_0_not_root
   debian/trunk/debian/patches/480_getopt_args_reorder
   debian/trunk/debian/patches/506_relaxed_usernames
   debian/trunk/debian/patches/507_32char_grnames.dpatch
   debian/trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
   debian/trunk/debian/patches/542_useradd-O_option
Log:
Update patches (offsets only).


Modified: debian/trunk/debian/patches/008_su_get_PAM_username
===================================================================
--- debian/trunk/debian/patches/008_su_get_PAM_username	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/008_su_get_PAM_username	2007-10-28 17:02:44 UTC (rev 1325)
@@ -9,7 +9,7 @@
 ===================================================================
 --- shadow-4.0.18.1.orig/src/su.c	2006-09-17 12:17:52.483993589 +0200
 +++ shadow-4.0.18.1/src/su.c	2006-09-17 12:17:53.099998487 +0200
-@@ -287,6 +287,7 @@
+@@ -304,6 +304,7 @@
  	struct passwd *pw = 0;
  	char **envp = environ;
  	char *shellstr = 0, *command = 0;
@@ -17,7 +17,7 @@
  
  #ifdef USE_PAM
  	char **envcp;
-@@ -652,6 +653,14 @@
+@@ -669,6 +670,14 @@
  			su_failure (tty);
  		}
  	}

Modified: debian/trunk/debian/patches/008_su_no_sanitize_env
===================================================================
--- debian/trunk/debian/patches/008_su_no_sanitize_env	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/008_su_no_sanitize_env	2007-10-28 17:02:44 UTC (rev 1325)
@@ -2,7 +2,7 @@
 ===================================================================
 --- shadow-4.0.18.1.orig/src/su.c	2006-09-17 12:17:47.383953038 +0200
 +++ shadow-4.0.18.1/src/su.c	2006-09-17 12:17:52.483993589 +0200
-@@ -304,7 +304,7 @@
+@@ -321,7 +321,7 @@
  #endif
  #endif				/* !USE_PAM */
  

Modified: debian/trunk/debian/patches/403_fix_PATH-MAX_hurd
===================================================================
--- debian/trunk/debian/patches/403_fix_PATH-MAX_hurd	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/403_fix_PATH-MAX_hurd	2007-10-28 17:02:44 UTC (rev 1325)
@@ -10,7 +10,7 @@
 ===================================================================
 --- shadow-4.0.18.1/lib/commonio.c.orig	2006-12-07 06:57:01.000000000 +0000
 +++ shadow-4.0.18.1/lib/commonio.c	2006-12-07 06:57:40.000000000 +0000
-@@ -46,17 +47,31 @@
+@@ -47,17 +48,31 @@
  int lrename (const char *old, const char *new)
  {
  

Modified: debian/trunk/debian/patches/405_su_no_pam_end_before_exec
===================================================================
--- debian/trunk/debian/patches/405_su_no_pam_end_before_exec	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/405_su_no_pam_end_before_exec	2007-10-28 17:02:44 UTC (rev 1325)
@@ -13,7 +13,7 @@
 ===================================================================
 --- shadow-4.0.18.1.orig/src/su.c	2007-02-25 14:22:54.000000000 +0100
 +++ shadow-4.0.18.1/src/su.c	2007-02-25 14:29:01.000000000 +0100
-@@ -197,7 +197,12 @@
+@@ -196,7 +196,12 @@
  
  	child = fork ();
  	if (child == 0) {	/* child shell */

Modified: debian/trunk/debian/patches/407_adduser_disable_PUG_with-n
===================================================================
--- debian/trunk/debian/patches/407_adduser_disable_PUG_with-n	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/407_adduser_disable_PUG_with-n	2007-10-28 17:02:44 UTC (rev 1325)
@@ -19,7 +19,7 @@
 ===================================================================
 --- shadow-4.0.18.1.orig/man/useradd.8.xml	2007-04-15 16:16:36.000000000 +0200
 +++ shadow-4.0.18.1/man/useradd.8.xml	2007-04-15 16:49:17.000000000 +0200
-@@ -134,8 +134,7 @@
+@@ -145,8 +145,7 @@
  	  <para>
  	    The group name or number of the user's initial login group. The
  	    group name must exist. A group number must refer to an already
@@ -29,7 +29,7 @@
  	  </para>
  	</listitem>
        </varlistentry>
-@@ -184,6 +183,23 @@
+@@ -195,6 +194,23 @@
        </varlistentry>
        <varlistentry>
  	<term>

Modified: debian/trunk/debian/patches/431_su_uid_0_not_root
===================================================================
--- debian/trunk/debian/patches/431_su_uid_0_not_root	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/431_su_uid_0_not_root	2007-10-28 17:02:44 UTC (rev 1325)
@@ -10,7 +10,7 @@
 ===================================================================
 --- shadow-4.0.18.1.orig/src/su.c	2006-08-01 12:30:02.000000000 +0200
 +++ shadow-4.0.18.1/src/su.c	2006-09-17 12:17:47.383953038 +0200
-@@ -427,7 +427,14 @@
+@@ -444,7 +444,14 @@
  			optind++;
  	}
  	if (!name[0])		/* use default user ID */

Modified: debian/trunk/debian/patches/480_getopt_args_reorder
===================================================================
--- debian/trunk/debian/patches/480_getopt_args_reorder	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/480_getopt_args_reorder	2007-10-28 17:02:44 UTC (rev 1325)
@@ -19,7 +19,7 @@
 ===================================================================
 --- shadow-4.0.18.1.orig/src/su.c	2006-09-17 12:18:07.616113902 +0200
 +++ shadow-4.0.18.1/src/su.c	2006-09-17 12:18:08.884123984 +0200
-@@ -374,19 +374,9 @@
+@@ -373,19 +373,9 @@
  		};
  
  		while ((c =
@@ -40,7 +40,7 @@
  			case 'c':
  				command = optarg;
  				break;
-@@ -408,10 +398,9 @@
+@@ -407,10 +397,9 @@
  				shellstr = optarg;
  				break;
  			default:

Modified: debian/trunk/debian/patches/506_relaxed_usernames
===================================================================
--- debian/trunk/debian/patches/506_relaxed_usernames	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/506_relaxed_usernames	2007-10-28 17:02:44 UTC (rev 1325)
@@ -52,7 +52,7 @@
 ===================================================================
 --- shadow-4.0.18.1.orig/man/useradd.8.xml	2006-07-24 06:48:36.000000000 +0100
 +++ shadow-4.0.18.1/man/useradd.8.xml	2007-06-18 22:10:15.000000000 +0100
-@@ -172,6 +172,7 @@
+@@ -183,6 +183,7 @@
  	    valid in conjunction with the <option>-m</option> option. The
  	    default is to not create the directory and to not copy any
  	    files.
@@ -60,7 +60,7 @@
  	  </para>
  	</listitem>
        </varlistentry>
-@@ -353,9 +354,13 @@
+@@ -360,9 +361,13 @@
      </para>
  
      <para>

Modified: debian/trunk/debian/patches/507_32char_grnames.dpatch
===================================================================
--- debian/trunk/debian/patches/507_32char_grnames.dpatch	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/507_32char_grnames.dpatch	2007-10-28 17:02:44 UTC (rev 1325)
@@ -35,7 +35,7 @@
 ===================================================================
 --- shadow-4.0.18.1.orig/libmisc/chkname.c	2006-09-17 12:17:59.836052044 +0200
 +++ shadow-4.0.18.1/libmisc/chkname.c	2006-09-17 12:18:00.496057292 +0200
-@@ -66,10 +66,10 @@
+@@ -70,10 +70,10 @@
  int check_group_name (const char *name)
  {
  	/*

Modified: debian/trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
===================================================================
--- debian/trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default	2007-10-28 17:02:44 UTC (rev 1325)
@@ -32,7 +32,7 @@
  #ifdef USE_PAM
  static pam_handle_t *pamh = NULL;
  static int caught = 0;
-@@ -323,6 +336,8 @@
+@@ -322,6 +335,8 @@
  #endif
  #endif				/* !USE_PAM */
  

Modified: debian/trunk/debian/patches/542_useradd-O_option
===================================================================
--- debian/trunk/debian/patches/542_useradd-O_option	2007-10-28 16:56:38 UTC (rev 1324)
+++ debian/trunk/debian/patches/542_useradd-O_option	2007-10-28 17:02:44 UTC (rev 1325)
@@ -9,7 +9,7 @@
 ===================================================================
 --- shadow-4.0.18.1.orig/man/useradd.8.xml	2006-09-17 12:17:59.836052044 +0200
 +++ shadow-4.0.18.1/man/useradd.8.xml	2006-09-17 12:18:01.136062380 +0200
-@@ -201,6 +201,11 @@
+@@ -212,6 +212,11 @@
  	    <replaceable>UID_MIN</replaceable>=<replaceable>10</replaceable>,<replaceable>UID_MAX</replaceable>=<replaceable>499</replaceable>
  	    doesn't work yet.
  	  </para>
@@ -25,7 +25,7 @@
 ===================================================================
 --- shadow-4.0.18.1.orig/src/useradd.c	2006-09-17 12:17:58.252039450 +0200
 +++ shadow-4.0.18.1/src/useradd.c	2006-09-17 12:18:01.140062412 +0200
-@@ -1023,7 +1023,7 @@
+@@ -1024,7 +1024,7 @@
  			{NULL, 0, NULL, '\0'}
  		};
  		while ((c =
@@ -34,7 +34,7 @@
  				     long_options, NULL)) != -1) {
  			switch (c) {
  			case 'b':
-@@ -1142,6 +1142,7 @@
+@@ -1143,6 +1143,7 @@
  				kflg++;
  				break;
  			case 'K':




More information about the Pkg-shadow-commits mailing list