Commit Graph

5 Commits

Author SHA1 Message Date
John Audia b1d28936cb libxcrypt: update to 4.4.36
Upstream bump required to fix build issues reported here:
https://forum.openwrt.org/t/i-cannot-build-my-image-due-to-failure-in-libxcrypt/168114

Signed-off-by: John Audia <therealgraysky@proton.me>
2023-08-09 13:38:42 -07:00
Rosen Penev f8174b8900 libxcrypt: update to 4.4.33
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-13 00:03:17 -08:00
Rosen Penev 44159f9244 libxcrypt: update to 4.4.28
Build position independent to fix compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-14 14:35:25 -07:00
Rosen Penev 3fc8fb844f
libxcrypt: update to 4.4.17
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-12 18:15:59 -07:00
Rosen Penev bd5acfb8e8
libxcrypt: add
libxcrypt is an external version of libc's libcrypt. It allows to use
algorithms now available with the libc. musl in OpenWrt for example
patches out several algorithms for size reasons. But for shadow-utils,
size does not really matter.

The hashes are set to solaris as that default gives a good balance
between compatibility and size. It includes:

bcrypt,
bcrypt_a,
sha512crypt,
sha256crypt,
md5crypt,
descrypt

The STRONG default adds several algorithms not supported by
shadow-utils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 18:33:16 -07:00