aboutsummaryrefslogtreecommitdiff
path: root/libs/libxcrypt
Commit message (Collapse)AuthorAge
* libxcrypt: update to 4.4.36John Audia2023-08-09
| | | | | | | 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>
* libxcrypt: update to 4.4.33Rosen Penev2023-01-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libxcrypt: update to 4.4.28Rosen Penev2022-07-14
| | | | | | Build position independent to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libxcrypt: update to 4.4.17Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libxcrypt: addRosen Penev2020-06-22
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>