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

Christian Perrier bubulle at costa.debian.org
Wed Nov 2 19:25:35 UTC 2005


Author: bubulle
Date: 2005-11-02 19:25:32 +0000 (Wed, 02 Nov 2005)
New Revision: 640

Modified:
   trunk/debian/changelog
   trunk/debian/passwd.config
   trunk/debian/patches/204_pt_BR-manpages.dpatch
   trunk/debian/patches/205_it-manpages.dpatch
   trunk/debian/patches/440_manpages-login.1
   trunk/debian/patches/453_userdel_-f_removes_group
   trunk/debian/patches/455_userdel.8.xml
   trunk/debian/patches/457_document_useradd_groupadd_nis
   trunk/debian/patches/465_su_logs_like_login
Log:
Fix some stupid variable quoting bugs in passwd.config
Mention "fixed in 4.0.14" for several patches after Tomasz commited the
fixes to his CVS


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-11-01 17:12:20 UTC (rev 639)
+++ trunk/debian/changelog	2005-11-02 19:25:32 UTC (rev 640)
@@ -1,7 +1,12 @@
 shadow (1:4.0.13-5) UNRELEASED; urgency=low
 
   * The "Fourme de Montbrison" release
-
+  * Debian packaging fixes:
+    - passwd.config:
+      Add a variable quoting which probably prevented users to
+      preseed a locked password for root
+      Working user password crypted preseeding (it probably failed earlier)
+  
  -- Christian Perrier <bubulle at debian.org>  Tue,  1 Nov 2005 18:10:30 +0100
 
 shadow (1:4.0.13-4) unstable; urgency=low

Modified: trunk/debian/passwd.config
===================================================================
--- trunk/debian/passwd.config	2005-11-01 17:12:20 UTC (rev 639)
+++ trunk/debian/passwd.config	2005-11-02 19:25:32 UTC (rev 640)
@@ -182,7 +182,7 @@
 			    # The root password was preseeded encrypted
 			    # Clear it from the db, then set it
 			    db_set passwd/root-password-crypted ""
-			    ROOT_PW=$RET
+			    ROOT_PW="$RET"
 			    setpassword root "$ROOT_PW" true
 			    ROOT_PW=''
 			fi
@@ -319,7 +319,7 @@
 			    setpassword "$USER" "$USER_PW" false
 			    USER_PW=''
 			else
-			    setpassword "$USER" "$USER_PW" true
+			    setpassword "$USER" "$RET" true
 			    USER_PW=''
 			fi
 

Modified: trunk/debian/patches/204_pt_BR-manpages.dpatch
===================================================================
--- trunk/debian/patches/204_pt_BR-manpages.dpatch	2005-11-01 17:12:20 UTC (rev 639)
+++ trunk/debian/patches/204_pt_BR-manpages.dpatch	2005-11-02 19:25:32 UTC (rev 640)
@@ -1,3 +1,5 @@
+Status wrt upstream: Fixed in 4.0.14
+
 Index: shadow-4.0.13/man/pt_BR/gpasswd.1
 ===================================================================
 --- shadow-4.0.13.orig/man/pt_BR/gpasswd.1	2005-04-05 21:08:56.000000000 +0200

Modified: trunk/debian/patches/205_it-manpages.dpatch
===================================================================
--- trunk/debian/patches/205_it-manpages.dpatch	2005-11-01 17:12:20 UTC (rev 639)
+++ trunk/debian/patches/205_it-manpages.dpatch	2005-11-02 19:25:32 UTC (rev 640)
@@ -1,3 +1,5 @@
+Status wrt upstream: Fixed in 4.0.14
+
 Index: shadow-4.0.13/man/it/groupdel.8
 ===================================================================
 --- shadow-4.0.13.orig/man/it/groupdel.8	2005-04-05 21:08:54.000000000 +0200

Modified: trunk/debian/patches/440_manpages-login.1
===================================================================
--- trunk/debian/patches/440_manpages-login.1	2005-11-01 17:12:20 UTC (rev 639)
+++ trunk/debian/patches/440_manpages-login.1	2005-11-02 19:25:32 UTC (rev 640)
@@ -1,7 +1,7 @@
 Goal: Better explain the respective roles of login, init and getty with regards
       to the utmp file
 
-Status wrt upstream: Forwarded.
+Status wrt upstream: Fixed in 4.0.14
 
 Note:
     * Is it still the case if the pam session is closed?

Modified: trunk/debian/patches/453_userdel_-f_removes_group
===================================================================
--- trunk/debian/patches/453_userdel_-f_removes_group	2005-11-01 17:12:20 UTC (rev 639)
+++ trunk/debian/patches/453_userdel_-f_removes_group	2005-11-02 19:25:32 UTC (rev 640)
@@ -1,6 +1,8 @@
 Goal: make the -f option force the removal of the user's group (even if it
       is the primary group of another user)
 
+Status wrt upstream: Fixed in 4.0.14
+
 Index: shadow-4.0.13/src/userdel.c
 ===================================================================
 --- shadow-4.0.13.orig/src/userdel.c	2005-10-12 00:47:01.000000000 +0200

Modified: trunk/debian/patches/455_userdel.8.xml
===================================================================
--- trunk/debian/patches/455_userdel.8.xml	2005-11-01 17:12:20 UTC (rev 639)
+++ trunk/debian/patches/455_userdel.8.xml	2005-11-02 19:25:32 UTC (rev 640)
@@ -1,6 +1,8 @@
 Goal: Document the -f option
       Document the group removal behavior.
 
+Status wrt upstream: Fixed in 4.0.14
+
 Index: shadow-4.0.13/man/userdel.8.xml
 ===================================================================
 --- shadow-4.0.13.orig/man/userdel.8.xml	2005-09-30 18:16:21.000000000 +0200

Modified: trunk/debian/patches/457_document_useradd_groupadd_nis
===================================================================
--- trunk/debian/patches/457_document_useradd_groupadd_nis	2005-11-01 17:12:20 UTC (rev 639)
+++ trunk/debian/patches/457_document_useradd_groupadd_nis	2005-11-02 19:25:32 UTC (rev 640)
@@ -3,7 +3,7 @@
 
 Fixes: #282184
 
-Status wrt upstream: Forwarded but not applied in 4.0.13
+Status wrt upstream: Fixed in 4.0.14
 
 Index: shadow-4.0.13/man/groupadd.8.xml
 ===================================================================

Modified: trunk/debian/patches/465_su_logs_like_login
===================================================================
--- trunk/debian/patches/465_su_logs_like_login	2005-11-01 17:12:20 UTC (rev 639)
+++ trunk/debian/patches/465_su_logs_like_login	2005-11-02 19:25:32 UTC (rev 640)
@@ -2,7 +2,7 @@
 
 Fixes: #190215
 
-Status wrt upstream: Forwarded but not applied yet
+Status wrt upstream: Fixed in 4.0.14
 
 Index: shadow-4.0.13/libmisc/sulog.c
 ===================================================================




More information about the Pkg-shadow-commits mailing list