UmVirt LFS Package info

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

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

Template:
Codename: cracklib
Source file: cracklib-2.9.11.tar.xz
Source file size: 461116
Source file MD5-checkum: a6dfb1766aab43a54e1cbd78abf0a20a
Source directory: cracklib-2.9.11
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/c/cracklib-2.9.11.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/c/cracklib-2.9.11.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libpwquality.
Patches: *** NO PATCHES FOUND ***
Addons: cracklib-words-2.9.11.xz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
autoreconf -fiv 

ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

PYTHON=python3               \
./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.9.11.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