Information for build cracklib-2.9.11-4.oc9

ID18906
Package Namecracklib
Version2.9.11
Release4.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/cracklib.git?.#eea3bb69c6c36d4695174c9a220ff23f6409f866
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 05:31:32 CST
CompletedMon, 08 Jan 2024 05:33:39 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
dist-oc9.0-compose
RPMs
src
cracklib-2.9.11-4.oc9.src.rpm (info) (download)
aarch64
cracklib-2.9.11-4.oc9.aarch64.rpm (info) (download)
cracklib-devel-2.9.11-4.oc9.aarch64.rpm (info) (download)
cracklib-dicts-2.9.11-4.oc9.aarch64.rpm (info) (download)
cracklib-debuginfo-2.9.11-4.oc9.aarch64.rpm (info) (download)
cracklib-debugsource-2.9.11-4.oc9.aarch64.rpm (info) (download)
x86_64
cracklib-2.9.11-4.oc9.x86_64.rpm (info) (download)
cracklib-devel-2.9.11-4.oc9.x86_64.rpm (info) (download)
cracklib-dicts-2.9.11-4.oc9.x86_64.rpm (info) (download)
cracklib-debuginfo-2.9.11-4.oc9.x86_64.rpm (info) (download)
cracklib-debugsource-2.9.11-4.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
Changelog * 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