]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libxcrypt: Update to 4.4.22
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 10 Jun 2021 11:53:16 +0000 (13:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Jun 2021 12:22:09 +0000 (12:22 +0000)
- Update from 4.4.20 to 4.4.22
- Update of rootfile not required
- Changelog
   Version 4.4.22
    * The crypt_checksalt() function has been fixed to correctly return
      with 'CRYPT_SALT_INVALID', in case the setting, that is passed
      to be checked, represents an empty passphrase or an uncomputed
      setting for descrypt without any salt characters.
   Version 4.4.21
    * The crypt_checksalt() function will now return the value
      'CRYPT_SALT_METHOD_LEGACY' in case the setting, that is passed
      to be checked, uses a hashing method, which is considered to be
      too weak for use with new passphrases.

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

index aac92b5ba59ba7947ef14e0ca8eb032356d5c82c..79edc5fb6fd5167b7d4e7c542b39ba2cdc0283e7 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.4.20
+VER        = 4.4.22
 
 THISAPP    = libxcrypt-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3b87214308d9a48991fcf2b0aee5649e
+$(DL_FILE)_MD5 = 6e4f363d86f99562d012c47e7f024618
 
 install : $(TARGET)