There is an updated pull request by oreo639 against master on the void-packages repository https://github.com/oreo639/void-packages libxcrypt https://github.com/void-linux/void-packages/pull/41431 [WIP] New package: libxcrypt-4.4.33 #### Testing the changes - I tested the changes in this PR: **NO** libxcrypt will replace libcrypt on glibc. `--disable-failure-tokens` as per: https://github.com/besser82/libxcrypt/issues/25 glibc will need to be compiled with `--disable-crypt`. musl provides no such option, Debian just rm's libcrypt.a from musl: https://salsa.debian.org/reiner/musl/-/blob/master/debian/rules#L76 Not sure what we want to do on musl. A patch file from https://github.com/void-linux/void-packages/pull/41431.patch is attached