mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/libxcrypt: bump to version 4.4.26
This bump contains a single change to fix the following build failure with Microblaze raised since bump to version 4.4.25 in commita071bec0a0
: lib/crypt-gensalt-static.c:33:1: error: symver is only supported on ELF platforms 33 | SYMVER_crypt_gensalt; | ^~~~~~~~~~~~~~~~~~~~ Update hash of LICENSING due to new file being added with4ab5f672eb
https://github.com/besser82/libxcrypt/blob/v4.4.26/NEWS Fixes: - http://autobuild.buildroot.org/results/4766bfce9813b7f321369ec45298d16cd6dc251a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit30479788f1
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
cc01ef612c
commit
db9ac29952
@ -1,4 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 caea3d032a46c4855ff818637884c7f5719ad228b79387b62ee023c8fbef17b4 libxcrypt-4.4.25.tar.gz
|
||||
sha256 3c1ff7a7c9da111853ada463c54b65b42b7b1d3d6592dd527281db0827331d77 LICENSING
|
||||
sha256 e8a544dd19171c1e6191a6044c96cc31496d781ba08b5a00f53310d001d58114 libxcrypt-4.4.26.tar.gz
|
||||
sha256 cead8b3d94a143f64ccb571ada1cea47a70a0b847c8d95306e8d78ed68951f3d LICENSING
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBXCRYPT_VERSION = 4.4.25
|
||||
LIBXCRYPT_VERSION = 4.4.26
|
||||
LIBXCRYPT_SITE = $(call github,besser82,libxcrypt,v$(LIBXCRYPT_VERSION))
|
||||
LIBXCRYPT_LICENSE = LGPL-2.1+
|
||||
LIBXCRYPT_LICENSE_FILES = LICENSING COPYING.LIB
|
||||
|
Loading…
Reference in New Issue
Block a user