[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project libxcrypt-4.1.1-6.el8

Name libxcrypt
Epoch 0
Version 4.1.1
Release 6.el8
Website/URL https://github.com/besser82/libxcrypt
License LGPLv2+ and BSD and Public Domain
Build Time 2023-08-08 17:39:26
Build Host builder-x86-07.inferitos.ru
Summary Extended crypt library for DES, MD5, Blowfish and others
Repositories BaseOS
Description libxcrypt 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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
libxcrypt-4.1.1-6.el8.x86_64 Extended crypt library for DES, MD5, Blowfish and others f211f47a5b2fb77ee50cc2ed4fcff0104e929eff2325361ad8b145fa5aa5b193 download
libxcrypt-devel-4.1.1-6.el8.x86_64 Development files for libxcrypt 6dd3f8a1f1847833a85c2b18d5b59c2018c2335688417b347b5c79ec318f61cf download
libxcrypt-static-4.1.1-6.el8.x86_64 Static library for -static linking with libxcrypt 36afa42c7933c59639cf2a1b207c14a747304a1a39cb8e016291f07dc236e9dd download
i686
libxcrypt-4.1.1-6.el8.i686 Extended crypt library for DES, MD5, Blowfish and others bfb3cf59f2385a33144d4b022a293758cf3dcb3ae676243655986bf8b8b1b847 download
libxcrypt-devel-4.1.1-6.el8.i686 Development files for libxcrypt 6d21ed0b2b2a5e873cb51768ea187f9180aa122e30f5bf751b9e0ef9dca478fb download
libxcrypt-static-4.1.1-6.el8.i686 Static library for -static linking with libxcrypt 0829bafd72dca463a60ca91e49965c8842860d37b451418c86a38fc89a0da53d download
src
libxcrypt-4.1.1-6.el8.src Extended crypt library for DES, MD5, Blowfish and others fafa9e9bfcd41a727419f641c4be95ab309db3c899e7c52f50c5f1af50518d7e download
Changelog link
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 4.1.1-6
- Rebuilt for MSVSphere 8.8

* Thu Apr 29 2021 Stanislav Zidek <szidek@redhat.com> - 4.1.1-6
+ libxcrypt-4.1.1-6
- Rebuilt with fixed binutils (#1954438)

* Wed Apr 07 2021 Stanislav Zidek <szidek@redhat.com> - 4.1.1-5
- Fixed salt interoperability issue (#1899716)

* 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