]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
libxcrypt: Update to version 4.4.36
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 18 Sep 2023 14:16:54 +0000 (16:16 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Sep 2023 12:15:58 +0000 (12:15 +0000)
- IPFire3.x
- Update from version 4.4.33 to 4.4.36
- Changelog
Version 4.4.36
* Fix left over bits failing with Perl v5.38.0 (issue #173).
Version 4.4.35
* Fix build with Perl v5.38.0 (issue #170).
* Fix build with MinGW-w(32|64).
Version 4.4.34
* Update build-aux/m4/ax_valgrind_check.m4 to v23.
* 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).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libxcrypt/libxcrypt.nm

index 0005eba61e6a4b1805ee257441bd06b3d95424be..cd84935d9f14b8c0b69bbfca923998d9ab507967 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = libxcrypt
-version    = 4.4.33
-release    = 2
+version    = 4.4.36
+release    = 1
 
 groups     = System/Libraries
 url        = https://github.com/besser82/libxcrypt/