Thu, 25 Apr 2024 09:20:25 UTC | login

Information for build libxcrypt-4.1.1-4.el8

ID68
Package Namelibxcrypt
Version4.1.1
Release4.el8
Epoch
Sourcegit+https://git.centos.org/rpms/libxcrypt.git#1f04f2154343aea5858ac374e3101e4bd727e6bf
SummaryExtended crypt library for DES, MD5, Blowfish and others
Descriptionlibxcrypt is a modern library for one-way hashing of passwords. It supports DES, MD5, SHA-2-256, SHA-2-512, and bcrypt-based password hashes, and 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. On Linux-based systems, by default libxcrypt will be binary backward compatible with the libcrypt.so.1 shipped as part of the GNU C Library. This means that all existing binary executables linked against glibc's libcrypt should work unmodified with this library's libcrypt.so.1. We have taken pains to provide exactly the same "symbol versions" as were used by glibc on various CPU architectures, and to account for the variety of ways in which the Openwall extensions were patched into glibc's libcrypt by some Linux distributions. (For instance, compatibility symlinks for SuSE's "libowcrypt" are provided.) However, the converse is not true: programs linked against libxcrypt will not work with glibc's libcrypt. Also, programs that use certain legacy APIs supplied by glibc's libcrypt ('encrypt', 'encrypt_r', 'setkey', 'setkey_r', and 'fcrypt') cannot be compiled against libxcrypt.
Built byhughesjr
State complete
Volume DEFAULT
StartedSat, 11 May 2019 00:40:44 UTC
CompletedSat, 11 May 2019 01:40:49 UTC
Taskbuild (dist-c8, /rpms/libxcrypt.git:1f04f2154343aea5858ac374e3101e4bd727e6bf)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/libxcrypt.git?#1f04f2154343aea5858ac374e3101e4bd727e6bf'}}
Tags
dist-c8
dist-c8-compose
dist-c8-stream
dist-c8-stream-compose
RPMs
src
libxcrypt-4.1.1-4.el8.src.rpm (info) (download)
aarch64
libxcrypt-4.1.1-4.el8.aarch64.rpm (info) (download)
libxcrypt-devel-4.1.1-4.el8.aarch64.rpm (info) (download)
libxcrypt-static-4.1.1-4.el8.aarch64.rpm (info) (download)
libxcrypt-debuginfo-4.1.1-4.el8.aarch64.rpm (info) (download)
libxcrypt-debugsource-4.1.1-4.el8.aarch64.rpm (info) (download)
i686
libxcrypt-4.1.1-4.el8.i686.rpm (info) (download)
libxcrypt-devel-4.1.1-4.el8.i686.rpm (info) (download)
libxcrypt-static-4.1.1-4.el8.i686.rpm (info) (download)
libxcrypt-debuginfo-4.1.1-4.el8.i686.rpm (info) (download)
libxcrypt-debugsource-4.1.1-4.el8.i686.rpm (info) (download)
ppc64le
libxcrypt-4.1.1-4.el8.ppc64le.rpm (info) (download)
libxcrypt-devel-4.1.1-4.el8.ppc64le.rpm (info) (download)
libxcrypt-static-4.1.1-4.el8.ppc64le.rpm (info) (download)
libxcrypt-debuginfo-4.1.1-4.el8.ppc64le.rpm (info) (download)
libxcrypt-debugsource-4.1.1-4.el8.ppc64le.rpm (info) (download)
x86_64
libxcrypt-4.1.1-4.el8.x86_64.rpm (info) (download)
libxcrypt-devel-4.1.1-4.el8.x86_64.rpm (info) (download)
libxcrypt-static-4.1.1-4.el8.x86_64.rpm (info) (download)
libxcrypt-debuginfo-4.1.1-4.el8.x86_64.rpm (info) (download)
libxcrypt-debugsource-4.1.1-4.el8.x86_64.rpm (info) (download)
Logs
x86_64
build.log
root.log
mock_output.log
hw_info.log
state.log
i686
build.log
root.log
mock_output.log
hw_info.log
state.log
ppc64le
build.log
root.log
mock_output.log
hw_info.log
state.log
aarch64
build.log
root.log
mock_output.log
hw_info.log
state.log
Changelog * Wed Aug 08 2018 Florian Weimer <fweimer@redhat.com> - 4.1.1-4 - Move development panpages to libxcrypt-devel (#1613824) * Wed Aug 08 2018 Florian Weimer <fweimer@redhat.com> - 4.1.1-3 - Change crypt, crypt_r to return NULL on failure (#1613537) * Wed Aug 08 2018 Florian Weimer <fweimer@redhat.com> - 4.1.1-2 - Add manpages aliases for crypt, crypt_r, crypt_ra (#1612157) * Wed Aug 01 2018 Björn Esser <besser82@fedoraproject.org> - 4.1.1-1 - New upstream release * Fri Jul 13 2018 Björn Esser <besser82@fedoraproject.org> - 4.1.0-1 - New upstream release * Fri Jul 13 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.1-6 - Make testsuite fail on error again - Update patch0 with more upstream fixes * Fri Jul 13 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.1-5 - Add patch to update to recent development branch - Re-enable SUNMD5 support as it is BSD licensed now - Build compatibility symbols for glibc only - Skip failing testsuite once * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 29 2018 Florian Weimer <fweimer@redhat.com> - 4.0.1-3 - Remove CDDL from license list (#1592445) * Fri Jun 29 2018 Florian Weimer <fweimer@redhat.com> - 4.0.1-2 - Remove SUNMD5 support (#1592445) * Wed May 16 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.1-1 - New upstream release * Sat Feb 17 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-5 - Switch to %ldconfig_scriptlets * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Feb 01 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-3 - Add patch to fix unintialize value in badsalt test * Wed Jan 31 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-2 - Add patch to fix bcrypt test with GCC8 * Sat Jan 27 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-1 - New upstream release * Mon Jan 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.0.0-0.204.20180120git3436e7b - Fix Obsoletes * Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-0.203.20180120git3436e7b - Update to new snapshot fixing cast-align * Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-0.202.20180120gitde99d27 - Update to new snapshot (rhbz#1536752) * Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-0.201.20171109git15447aa - Use archful Obsoletes for libcrypt - Add versioned Requires on glibc packages not shipping libcrypt - Add comments about the packaging logic for replacing former libcrypt * Fri Jan 12 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-0.200.20171109git15447aa - Initial import (rhbz#1532794) - Add Obsoletes/Provides for libcrypt * Wed Jan 10 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-0.101.20171109git15447aa - Fix style of %git_{rel,ver} * Tue Jan 09 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-0.100.git20171109.15447aa - Initial rpm release (rhbz#1532794) - Start revision at 0.100 to superseed builds from COPR