xpass 1.2.1

Extended password extension


This extension provides password hashing algorithms used by Linux
distributions, using extended crypt library (libxcrypt):

* sha512 provided for legacy as used on some old distributions
* yescrypt used on modern distributions

It also provides additional functions from libxcrypt missing in core PHP:

* crypt_preferred_method
* crypt_gensalt
* crypt_checksalt

License: PHP-3.01

Changes

- improve algo availability check
- update PHP License from version 3 to version 4 (BSD-3-Clause)
- add --with-xpass-dlopen to workaround conflict with MUSL library