]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libxcrypt: Update to version 4.4.28
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 9 Feb 2022 21:29:27 +0000 (22:29 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 11 Feb 2022 09:44:54 +0000 (09:44 +0000)
- Update from 4.4.26.to 4.4.28
- Update of rootfile not required
- Changelog - This is from the NEWS file in the source tarball. Since version 3.1.1 there
   is no Changelog provided, only the NEWS file. For more details the instruction is to
   look at the Git commit history
    Version 4.4.28
     * Add glibc-on-or1k (OpenRISC 1000) entry to libcrypt.minver.
       This was added in GNU libc 2.35.
    Version 4.4.27
     * Limit the maximum amount of rbytes to 64 bytes (512 bits) for
       yescrypt, gost-yescrypt, and scrypt.  Also reflect this limit
       in the documentation (issue #145).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/libxcrypt

index 770b4249e3c22fc768562919a8b318ca50d2652c..cca81bb364235a4b00b7418834a908bee48ad279 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.4.26
+VER        = 4.4.28
 
 THISAPP    = libxcrypt-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 34954869627f62f9992808b6cff0d0a9
+$(DL_FILE)_MD5 = 0b873e641ae201e5e7470cf791c0fe16
 
 install : $(TARGET)