[Lunar-commits] CVS: moonbase/security/shadow BUILD, 1.8, 1.9 DETAILS, 1.5, 1.6

Terry Chan tchan at lunar-linux.org
Tue Nov 2 15:54:54 UTC 2004


Update of /var/cvs/lunar/moonbase/security/shadow
In directory espresso.foo-projects.org:/tmp/cvs-serv11437

Modified Files:
	BUILD DETAILS 
Log Message:
Version bump to shadow-4.0.5, from florin's module.  Tested and compiled with
gcc-3.3.3, glibc-2.3.3, kernel headers 2.4.x.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/shadow/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD	11 Jul 2004 18:50:18 -0000	1.8
+++ BUILD	2 Nov 2004 15:54:52 -0000	1.9
@@ -1,7 +1,6 @@
 (
 
   patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-  patch_it $SOURCE_CACHE/$SOURCE3 1 &&
 
   if  module_installed  Linux-PAM;  then
     WITH_LIBPAM="--with-libpam"
@@ -18,11 +17,9 @@
                --localstatedir=/var  \
                --with-libcrack       \
                $WITH_LIBPAM          \
-               $OPTS                 &&
+               $OPTS                &&
  
-  make                               &&
-  prepare_install                    &&
-  make    install
+  default_make
 
 ) > $C_FIFO 2>&1  && (
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/shadow/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS	5 Oct 2004 09:30:17 -0000	1.5
+++ DETAILS	2 Nov 2004 15:54:52 -0000	1.6
@@ -1,19 +1,18 @@
           MODULE=shadow
-         VERSION=4.0.4.1
+         VERSION=4.0.5
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=$MODULE-$VERSION.newgrp_getlogin.patch
-         SOURCE3=shadow-4.0.4.1-xmalloc-1.patch
+         SOURCE2=$MODULE-4.0.4.1.newgrp_getlogin.patch
    SOURCE_URL[0]=http://www.wiretapped.be/security/host-security/shadow/
    SOURCE_URL[1]=ftp://ftp.pld.net.pl/software/$MODULE/
      SOURCE2_URL=$PATCH_URL/
      SOURCE3_URL=http://www.linuxfromscratch.org/patches/downloads/shadow/
-      SOURCE_VFY=md5:3a3d17d3d7c630b602baf66ae7434c61
-     SOURCE2_VFY=md5:8fb0bf5a77201b898aed2529cba0d681
-     SOURCE3_VFY=md5:0f0f866feb434c1ce9c0bb7d1a5291a2
+      SOURCE_VFY=sha1:2e62e3608b835dd38d2d460a8c700d6370d35c7a
+     SOURCE2_VFY=sha1:6c8776f0df157b0f18d4f6c5effd854e5ec208ce
         WEB_SITE=ftp://ftp.pld.org.pl/software/shadow
          ENTERED=20010922
-         UPDATED=20040406
+         UPDATED=20041030
            SHORT="shadow contains the shadow password file utilities."
+
 cat << EOF
 The Shadow password file utilities package includes the programs
 necessary to convert traditional V7 UNIX password files to the SVR4



More information about the Lunar-commits mailing list