From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/4] libxcrypt: Update to version 4.4.36 Date: Mon, 18 Sep 2023 16:16:54 +0200 Message-ID: <20230918141810.536112-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8112192119486323699==" List-Id: --===============8112192119486323699== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 --- libxcrypt/libxcrypt.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libxcrypt/libxcrypt.nm b/libxcrypt/libxcrypt.nm index 0005eba61..cd84935d9 100644 --- a/libxcrypt/libxcrypt.nm +++ b/libxcrypt/libxcrypt.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D libxcrypt -version =3D 4.4.33 -release =3D 2 +version =3D 4.4.36 +release =3D 1 =20 groups =3D System/Libraries url =3D https://github.com/besser82/libxcrypt/ --=20 2.42.0 --===============8112192119486323699==--