[Pkg-shadow-commits] r843 - trunk/debian/patches
Nicolas FRANCOIS
nekral-guest at costa.debian.org
Tue Feb 7 21:56:19 UTC 2006
Author: nekral-guest
Date: 2006-02-07 21:56:18 +0000 (Tue, 07 Feb 2006)
New Revision: 843
Modified:
trunk/debian/patches/439_su_PAM_session
trunk/debian/patches/481_userdel_remove_remove_group
trunk/debian/patches/486_nowarn
trunk/debian/patches/490_useradd_always_unlock_group_databases
Log:
Tag patches applied by Tomasz tonight.
Modified: trunk/debian/patches/439_su_PAM_session
===================================================================
--- trunk/debian/patches/439_su_PAM_session 2006-02-07 21:54:08 UTC (rev 842)
+++ trunk/debian/patches/439_su_PAM_session 2006-02-07 21:56:18 UTC (rev 843)
@@ -5,6 +5,8 @@
One difference may be that the session is not closed as root (changing
this will require a major rewrite of su).
+Status wrt upstream: will be in 4.0.15
+
Index: shadow-4.0.14/src/su.c
===================================================================
--- shadow-4.0.14.orig/src/su.c 2006-01-03 08:25:00.575824149 +0100
Modified: trunk/debian/patches/481_userdel_remove_remove_group
===================================================================
--- trunk/debian/patches/481_userdel_remove_remove_group 2006-02-07 21:54:08 UTC (rev 842)
+++ trunk/debian/patches/481_userdel_remove_remove_group 2006-02-07 21:56:18 UTC (rev 843)
@@ -6,6 +6,8 @@
userdel: error removing group entry
userdel: error removing shadow group entry
+Status wrt upstream: will be in 4.0.15
+
Index: shadow-4.0.14/src/userdel.c
===================================================================
--- shadow-4.0.14.orig/src/userdel.c 2006-01-09 21:27:19.000000000 +0100
Modified: trunk/debian/patches/486_nowarn
===================================================================
--- trunk/debian/patches/486_nowarn 2006-02-07 21:54:08 UTC (rev 842)
+++ trunk/debian/patches/486_nowarn 2006-02-07 21:56:18 UTC (rev 843)
@@ -7,6 +7,8 @@
* ambiguaos "else"
* ??? (what else I forgot)
+Status wrt upstream: will be in 4.0.15
+
Index: shadow-4.0.14/libmisc/setupenv.c
===================================================================
--- shadow-4.0.14.orig/libmisc/setupenv.c 2006-01-16 18:12:10.862077290 +0200
@@ -39,7 +41,7 @@
{
- char *cp, *tmp;
+#ifndef USE_PAM
-+ char *cp
++ char *cp;
+#endif
+ char *tmp;
Modified: trunk/debian/patches/490_useradd_always_unlock_group_databases
===================================================================
--- trunk/debian/patches/490_useradd_always_unlock_group_databases 2006-02-07 21:54:08 UTC (rev 842)
+++ trunk/debian/patches/490_useradd_always_unlock_group_databases 2006-02-07 21:56:18 UTC (rev 843)
@@ -3,7 +3,7 @@
Fixes: #348250
-Status wrt upstream: not reported yet
+Status wrt upstream: will be in 4.0.15
Index: shadow-4.0.14/src/useradd.c
===================================================================
More information about the Pkg-shadow-commits
mailing list