UmVirt LFS Package info

DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ 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.10.3.tar.xz
Source file size: 466704
Source file MD5-checkum: e8ea2b86de774fc09fdd0f2829680b19
Source directory: cracklib-2.10.3
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/c/cracklib-2.10.3.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/c/cracklib-2.10.3.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libpwquality.
Patches: *** NO PATCHES FOUND ***
Addons: cracklib-words-2.10.3.xz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

CPPFLAGS+=' -I /usr/include/python3.13' \
./configure --prefix=/usr               \
            --disable-static            \
            --with-default-dict=/usr/lib/cracklib/pw_dict


Build script:
make

Install script:
make install

xzcat ../cracklib-words-2.10.3.xz \
                       > /usr/share/dict/cracklib-words       &&
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