Package Release Info

libxcrypt-4.4.38-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libcrypt1-32bit
libxcrypt-devel-32bit

Change Logs

* Tue Jan 14 2025 lucas.mulling@suse.com
- Update to 4.4.38
  * Fix several "-Wunterminated-string-initialization", which are seen by
    upcoming GCC 15.x (issue #194).
  * Fix "-Wmaybe-uninitialized" in crypt.c, which is seen by GCC 13.3.0.
  * Skip test/explicit-bzero if compiling with ASAN.
  * Drop hard requirement for the pkg-config binary (issue #198).
- Use %ldconfig_scriptlets
* Thu Jan 02 2025 lucas.mulling@suse.com
- Update to 4.4.37
  * Several fixes to the manpages (issue #185).
  * Only test the needed makecontext signature during configure (issue #178).
  * Fix -Werror=strict-overflow in lib/crypt-bcrypt.c, which is seen by GCC
    4.8.5 (issue #197).
- Symlink duplicated manpages
* Mon Jul 17 2023 schwab@suse.de
- Update to 4.4.36
  * Fix left over bits failing with Perl v5.38.0
* Sat Jul 01 2023 dmueller@suse.com
- update to 4.4.35:
  * Fix build with Perl v5.38.0 (issue #170).
  * Fix build with MinGW-w(32|64).
* Thu Jun 01 2023 schwab@suse.de
- Update to 4.4.34
  * Optimize some cast operation for performance in
    lib/alg-yescrypt-platform.c.
  * Add SHA-2 Maj() optimization proposed by Wei Dai in lib/alg-sha512.c.
  * Explicitly clean the stack and context state after computation in
    lib/alg-gost3411-2012-hmac.c, lib/alg-hmac-sha1.c, and lib/alg-sha256.c
    (issue #168).
* Thu Mar 23 2023 mliska@suse.cz
- Enable LTO now (boo#1138833) and use FAT LTO objects for static libs.
* Fri Mar 10 2023 giuliano.belinassi@suse.com
- Enable livepatching support on x86_64.
* Wed Nov 30 2022 schwab@suse.de
- Update to 4.4.33
  * Fix variable name in crypt(3) for a datamember of 'struct crypt_data'
  * Fix -Werror=strict-overflow in lib/crypt-des.c, which is seen
    by GCC 12.x
  * Add some SHA-2 Maj() optimization in lib/alg-sha256.c
  * Fix -Werror=conversion in lib/alg-yescrypt-opt.c
  * Improvements to huge page handling in lib/alg-yescrypt-platform.c
  * Fix -Werror=sign-conversion in lib/alg-yescrypt-platform.c
* Sun Apr 10 2022 dmueller@suse.com
- update to 4.4.28:
  No changes whatsoever.
* Mon Dec 20 2021 dmueller@suse.com
- update to 4.4.27:
  * Limit the maximum amount of rbytes to 64 bytes (512 bits) for yescrypt,
    gost-yescrypt, and scrypt