[Lunar-commits] r21420 - moonbase/trunk/security/shadow

Stefan Wold ratler at lunar-linux.org
Sat Sep 16 15:34:07 UTC 2006


Author: ratler
Date: 2006-09-16 15:34:07 +0000 (Sat, 16 Sep 2006)
New Revision: 21420

Modified:
   moonbase/trunk/security/shadow/BUILD
   moonbase/trunk/security/shadow/DETAILS
Log:
Added patch that fixes numerical error caused when using
-g flag in useradd. This bug caused the adduser wrapper to fail.

The patch also fixes the same group handling error in usermod.


Modified: moonbase/trunk/security/shadow/BUILD
===================================================================
--- moonbase/trunk/security/shadow/BUILD	2006-09-16 13:43:24 UTC (rev 21419)
+++ moonbase/trunk/security/shadow/BUILD	2006-09-16 15:34:07 UTC (rev 21420)
@@ -1,4 +1,5 @@
 (
+  patch_it $SOURCE3 1 &&
   sedit '/^SUBDIRS/ n; s/etc//' Makefile.in Makefile.am &&
   sedit 's/4755/4711/g' src/Makefile.in src/Makefile.am &&
 

Modified: moonbase/trunk/security/shadow/DETAILS
===================================================================
--- moonbase/trunk/security/shadow/DETAILS	2006-09-16 13:43:24 UTC (rev 21419)
+++ moonbase/trunk/security/shadow/DETAILS	2006-09-16 15:34:07 UTC (rev 21420)
@@ -2,15 +2,18 @@
          VERSION=4.0.18.1
           SOURCE=$MODULE-$VERSION.tar.bz2
          SOURCE2=login-1.2.defs.pam
+	 SOURCE3=shadow-4.0.18.1-useradd-usermod.patch
    SOURCE_URL[0]=ftp://ftp.pld.org.pl/software/$MODULE/
    SOURCE_URL[1]=ftp://ftp.pld.org.pl/software/$MODULE/old/
      SOURCE2_URL=$PATCH_URL/
+     SOURCE3_URL=$PATCH_URL/
       SOURCE_VFY=sha1:1a30458e9db05560bfc82529048bd5d60b45cf9b
      SOURCE2_VFY=sha1:546d46907f02af0b32de91ed2ebd09224887a849
+     SOURCE3_VFY=sha1:c13cf8b5c566e129d4fc62ad3ac08b6c856c992e
         WEB_SITE=ftp://ftp.pld.org.pl/software/shadow
       MAINTAINER=ratler at lunar-linux.org
          ENTERED=20010922
-         UPDATED=20060909
+         UPDATED=20060916
            SHORT="Contains the shadow password file utilities"
 
 cat << EOF



More information about the Lunar-commits mailing list