From: Adolf Belka Date: Tue, 11 Nov 2025 12:03:03 +0000 (+0100) Subject: libxcrypt: Update to version 4.5.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dbef0a87d819dbb683ebcbe511a24130b2f7598;p=ipfire-2.x.git libxcrypt: Update to version 4.5.1 - Update from version 4.4.38 to 4.5.1 - No change to rootfile - Changelog 4.5.1 * Do not include undefined symbols in version-script. (issue #181, #213). * Fix build with clang-20+ on macOS (issue #216). 4.5.0 * Implement the sm3crypt ($sm3$) hashing algorithm (issue #188). * Implement the sm3-yescrypt ($sm3y$) hashing algorithm (issue #206). * Fix the implementation of the crypt(3) functions and the crypt_gensalt(3) functions to not overwrite the output buffer too early. (issue #209). * Fix the strcpy_or_abort() function to call abort() in -DNDEBUG builds. * Add some more testcases. * Several fixes for issues found by Coverity. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/lfs/libxcrypt b/lfs/libxcrypt index 2f40385ca..6fdf996bf 100644 --- a/lfs/libxcrypt +++ b/lfs/libxcrypt @@ -24,7 +24,7 @@ include Config -VER = 4.4.38 +VER = 4.5.1 THISAPP = libxcrypt-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 42d594fe36f61a1b5343d9fda22541b09373fe74c587537db8203f9c92120b6c73edef2e1b3d7febda14ae979845405b5fdaeb31dd2b89eedc423b0924ea7cff +$(DL_FILE)_BLAKE2 = d21b2ed29b8fdc1ca99e64651e984c859a988064d1ca7e9c87e1c808b451307c56400dd802112bbe732c71f6468b55db5847cc5e4184771baf44f9c5cad0d1dc install : $(TARGET)