UmVirt LFS Package info
DB commit: c9dd8835b9e79548f70e25c8ffb9d09430f622a0
APP commit:
cracklib
The CrackLib package contains a library used to enforce strong passwords by comparing user selected passwords to words in chosen word lists.Package info
Codename: cracklib
Source file: cracklib-2.10.2.tar.xz
Source directory: cracklib-2.10.2
Package URL: https://ulfs.org/linux/downloads/package_files/4145625122/packages/c/cracklib-2.10.2.tar.xz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/4145625122/packages/c/cracklib-2.10.2.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libpwquality.
Patches: *** NO PATCHES FOUND ***
Addons: cracklib-words-2.10.2.xz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
fi
./configure --prefix=/usr \
$ARG_STATIC \
--with-default-dict=/usr/lib/cracklib/pw_dict
Build script:
make
Install script:
make install
install -v -m644 -D ../cracklib-words-2.10.2.xz \
/usr/share/dict/cracklib-words.xz &&
unxz -v /usr/share/dict/cracklib-words.xz &&
ln -v -sf cracklib-words /usr/share/dict/words &&
echo \$(hostname) >> /usr/share/dict/cracklib-extra-words &&
install -v -m755 -d /usr/lib/cracklib &&
create-cracklib-dict /usr/share/dict/cracklib-words \
/usr/share/dict/cracklib-extra-words
Apache/2.4.62 (Debian) Server at ulfs.org Port 443