Name: | libxcrypt |
---|---|
Version: | 4.4.36 |
Release: | 10.el10 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 273109 |
License: | LGPL-2.1-or-later AND BSD-3-Clause AND BSD-2-Clause AND BSD-2-Clause-FreeBSD AND 0BSD AND CC0-1.0 AND LicenseRef-Fedora-Public-Domain |
RPM: | libxcrypt-4.4.36-10.el10.x86_64.rpm |
Source RPM: | libxcrypt-4.4.36-10.el10.src.rpm |
Build Date: | Mon Jan 27 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/besser82/libxcrypt |
Summary: | Extended crypt library for descrypt, md5crypt, bcrypt, and others |
Description: | libxcrypt 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. |
- Bump release for October 2024 mass rebuild: Resolves: RHEL-64018
+ libxcrypt-4.4.36-9 - Added back -compat package for RHEL 10 (final) - CI and gating for RHEL 10
- Bumped version not to clash with previous bad build.
- Added back -compat package for RHEL 10 (bootstrap)
- Bump release for June 2024 mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Remove -compat package from Fedora ELN / RHEL 10
- Fix C compatibility issue in the configure script
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- New upstream release