Thu, 26 Jun 2025 22:41:29 CST | login

Information for build libxcrypt-4.4.36-7.oc9

ID35133
Package Namelibxcrypt
Version4.4.36
Release7.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/libxcrypt.git#96a9f5ee99067c912909fe44d19f04e3b36261d6
SummaryExtended crypt library for descrypt, md5crypt, bcrypt, and others
Descriptionlibxcrypt is a modern library for one-way hashing of passwords. It supports a wide variety of both modern and historical hashing methods: yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt, md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt. It provides the traditional Unix crypt and crypt_r interfaces, as well as a set of extended interfaces pioneered by Openwall Linux, crypt_rn, crypt_ra, crypt_gensalt, crypt_gensalt_rn, and crypt_gensalt_ra. libxcrypt is intended to be used by login(1), passwd(1), and other similar programs; that is, to hash a small number of passwords during an interactive authentication dialogue with a human. It is not suitable for use in bulk password-cracking applications, or in any other situation where speed is more important than careful handling of sensitive data. However, it is intended to be fast and lightweight enough for use in servers that must field thousands of login attempts per minute. This version of the library does not provide the legacy API functions that have been provided by glibc's libcrypt.so.1.
Built byoc-bot
State complete
Volume DEFAULT
StartedThu, 05 Jun 2025 10:42:30 CST
CompletedThu, 05 Jun 2025 10:52:42 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/libxcrypt.git:96a9f5ee99067c912909fe44d19f04e3b36261d6)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/libxcrypt.git#96a9f5ee99067c912909fe44d19f04e3b36261d6'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
libxcrypt-4.4.36-7.oc9.src.rpm (info) (download)
aarch64
libxcrypt-4.4.36-7.oc9.aarch64.rpm (info) (download)
libxcrypt-devel-4.4.36-7.oc9.aarch64.rpm (info) (download)
libxcrypt-debuginfo-4.4.36-7.oc9.aarch64.rpm (info) (download)
libxcrypt-debugsource-4.4.36-7.oc9.aarch64.rpm (info) (download)
loongarch64
libxcrypt-4.4.36-7.oc9.loongarch64.rpm (info) (download)
libxcrypt-devel-4.4.36-7.oc9.loongarch64.rpm (info) (download)
libxcrypt-debuginfo-4.4.36-7.oc9.loongarch64.rpm (info) (download)
libxcrypt-debugsource-4.4.36-7.oc9.loongarch64.rpm (info) (download)
x86_64
libxcrypt-4.4.36-7.oc9.x86_64.rpm (info) (download)
libxcrypt-devel-4.4.36-7.oc9.x86_64.rpm (info) (download)
libxcrypt-debuginfo-4.4.36-7.oc9.x86_64.rpm (info) (download)
libxcrypt-debugsource-4.4.36-7.oc9.x86_64.rpm (info) (download)
Logs
x86_64
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
aarch64
state.log
build.log
installed_pkgs.log
root.log
dnf.librepo.log
dnf.rpm.log
dnf.log
mock_output.log
hw_info.log
mock_config.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Tue Jun 03 2025 Tracker Robot <trackbot@opencloudos.tech> - 4.4.36-7 - [Type] bugfix - [DESC] Apply patches from rpm-tracker - [Bug Fix] ac2fea3990a3b0d750d080b055dd21741c14b9c3.patch: crypt: Zeroize initialized and reserved data members after computation. - [Bug Fix] 59d79640160fd8e1f62ab799d971e236063bb979.patch: crypt: Initialize internal_rbytes array with 0-string. * Wed Dec 25 2024 Tracker Robot <trackbot@opencloudos.tech> - 4.4.36-6 - Apply patches from rpm-tracker - [Performance] configure: Only test the makecontext signature we need * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.4.36-5 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.4.36-4 - Rebuilt for loongarch release * Wed Mar 06 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 4.4.36-3 - Fix build error for loongarch64 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.4.36-2 - Rebuilt for OpenCloudOS Stream 23.09 * Tue Aug 01 2023 Miaojun Dong <zoedong@tencent.com> - 4.4.36-1 - Bump version to 4.4.36 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.4.28-4 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.4.28-3 - Rebuilt for OpenCloudOS Stream 23 * Mon Mar 06 2023 Miaojun Dong <zoedong@tencent.com> - 4.4.28-2 - add sm3 support * Mon Jun 13 2022 cunshunxia <cunshunxia@tencent.com> - 4.4.28-1 - initial build