Thu, 25 Dec 2025 05:32:11 CST | login

Information for build cracklib-2.9.11-6.oc9

ID33270
Package Namecracklib
Version2.9.11
Release6.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/cracklib.git?.#701fcd6f5d7033477ce996b2cb3a0e5809a2854d
SummaryPassword checking library and dictionaries
DescriptionCrackLib is a library containing a C function (well, lots of functions really, but you only need to use one of them) which may be used in a "passwd"-like program. The idea is simple: try to prevent users from choosing passwords that could be guessed by "Crack" by filtering them out, at source. CrackLib finds potential passwords quickly, by using an index file to access dictionary words, and by keeping a table to assist binary searching. CrackLib's dictionary is modified-DAWG compressed with a chunksize of 16 words and then the index file is built, with one entry per chunk. CrackLib makes literally hundreds of tests to determine whether you've chosen a bad password. * It tries to generate words from your username and gecos entry to tries to match them against what you've chosen. * It checks for simplistic patterns. * It then tries to reverse-engineer your password into a dictionary word, and searches for it in your dictionary. - after all that, it's PROBABLY a safe(-ish) password.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 22 Apr 2025 16:59:17 CST
CompletedTue, 22 Apr 2025 18:30:57 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/cracklib.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/cracklib.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
cracklib-2.9.11-6.oc9.src.rpm (info) (download)
aarch64
cracklib-2.9.11-6.oc9.aarch64.rpm (info) (download)
cracklib-devel-2.9.11-6.oc9.aarch64.rpm (info) (download)
cracklib-dicts-2.9.11-6.oc9.aarch64.rpm (info) (download)
cracklib-debuginfo-2.9.11-6.oc9.aarch64.rpm (info) (download)
cracklib-debugsource-2.9.11-6.oc9.aarch64.rpm (info) (download)
loongarch64
cracklib-2.9.11-6.oc9.loongarch64.rpm (info) (download)
cracklib-devel-2.9.11-6.oc9.loongarch64.rpm (info) (download)
cracklib-dicts-2.9.11-6.oc9.loongarch64.rpm (info) (download)
cracklib-debuginfo-2.9.11-6.oc9.loongarch64.rpm (info) (download)
cracklib-debugsource-2.9.11-6.oc9.loongarch64.rpm (info) (download)
x86_64
cracklib-2.9.11-6.oc9.x86_64.rpm (info) (download)
cracklib-devel-2.9.11-6.oc9.x86_64.rpm (info) (download)
cracklib-dicts-2.9.11-6.oc9.x86_64.rpm (info) (download)
cracklib-debuginfo-2.9.11-6.oc9.x86_64.rpm (info) (download)
cracklib-debugsource-2.9.11-6.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.9.11-6 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.9.11-5 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.9.11-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.9.7-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.9.7-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Jul 19 2022 rockerzhu <rockerzhu@tencent.com> - 2.9.7-1 - Initial build