[Lunar-commits] CVS: moonbase/security/shadow DETAILS, 1.3,
1.4 BUILD, 1.7, 1.8
Jaime Buffery
nestu at lunar-linux.org
Sun Jul 11 18:50:20 GMT 2004
Update of /var/cvs/lunar/moonbase/security/shadow
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12408
Modified Files:
DETAILS BUILD
Log Message:
Adding a patch to address the "label at end of block statement" in gcc 3.4.X.
(these labels are not allowed from now on in source code)
The patch is backwards compatible.
Tested with gcc 3.4.1, glibc 2.3.3-cvs, headers 2.6.7.0 and
gcc 3.3.3, glibc 2.3.2, headers 2.6.7.0.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/shadow/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 7 Apr 2004 02:54:20 -0000 1.3
+++ DETAILS 11 Jul 2004 18:50:18 -0000 1.4
@@ -2,17 +2,19 @@
VERSION=4.0.4.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-$VERSION.newgrp_getlogin.patch
+ SOURCE3=shadow-4.0.4.1-xmalloc-1.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.wiretapped.be/security/host-security/shadow/$SOURCE
SOURCE_URL[1]=ftp://ftp.pld.net.pl/software/$MODULE/$SOURCE
SOURCE2_URL=$PATCH_URL/$SOURCE2
+ SOURCE3_URL=http://www.linuxfromscratch.org/patches/downloads/shadow/$SOURCE3
SOURCE_VFY=md5:3a3d17d3d7c630b602baf66ae7434c61
SOURCE2_VFY=md5:8fb0bf5a77201b898aed2529cba0d681
+ SOURCE3_VFY=md5:0f0f866feb434c1ce9c0bb7d1a5291a2
WEB_SITE=ftp://ftp.pld.org.pl/software/shadow
ENTERED=20010922
UPDATED=20040406
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
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/shadow/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD 7 Apr 2004 02:54:20 -0000 1.7
+++ BUILD 11 Jul 2004 18:50:18 -0000 1.8
@@ -1,6 +1,8 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+
if module_installed Linux-PAM; then
WITH_LIBPAM="--with-libpam"
fi
More information about the Lunar-commits
mailing list