new version of shadow 4.0.9
Dennis Veatch
dveatch at woh.rr.com
Thu May 26 14:57:48 UTC 2005
It compiles fine (though have not given it a work out) with gcc 3.3.3, Strip,
Optimize, Reduce, Combreloc, MMX, SSE, SSE2, dnow and without a patch as
4.0.7 used.
-------------- next part --------------
(
if module_installed Linux-PAM; then
WITH_LIBPAM="--with-libpam"
fi
sedit "s/CRACKLIB_DICTPATH \/var\/cache\/cracklib\/cracklib_dict/CRACKLIB_DICTPATH \/usr\/share\/dict\/pw_dict/" etc/login.defs.linux
sedit "s/#MD5_CRYPT_ENAB no/MD5_CRYPT_ENAB yes/" etc/login.defs.linux
touch *
./configure --build=$BUILD \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-libcrack \
$WITH_LIBPAM \
$OPTS &&
default_make || return 1
for FILE in limits login.access login.defs.linux defaults ; do
[ -e /etc/$FILE ] || install etc/$FILE /etc/
done
[ -e /etc/login.defs ] || install etc/login.defs.linux /etc/login.defs
[ -e /etc/securetty ] || install $SCRIPT_DIRECTORY/securetty /etc/
ln -sf /usr/sbin/vipw /usr/sbin/vigr &&
install $SCRIPT_DIRECTORY/adduser /usr/sbin/ &&
install $SCRIPT_DIRECTORY/deluser /usr/sbin/ &&
sedit "s/CRACKLIB_DICTPATH \/var\/cache\/cracklib\/cracklib_dict/CRACKLIB_DICTPATH \/usr\/share\/dict\/pw_dict/" /etc/login.defs
sedit "s/#MD5_CRYPT_ENAB no/MD5_CRYPT_ENAB yes/" /etc/login.defs
) > $C_FIFO 2>&1
-------------- next part --------------
MODULE=shadow
VERSION=4.0.9
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.wiretapped.be/security/host-security/shadow/
SOURCE_URL[1]=ftp://ftp.pld.net.pl/software/$MODULE/
SOURCE_VFY=sha1:fe46dbc8abcbaa2b8fb870dff6d5f98c778bad78
WEB_SITE=ftp://ftp.pld.org.pl/software/shadow
ENTERED=20010922
UPDATED=20050526
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
shadow password format, and additional tools to maintain password and
group files (that work with both shadow and non-shadow passwords).
EOF
More information about the Lunar
mailing list