shadow: update to 4.8.1 11189/head
authorRosen Penev <rosenp@gmail.com>
Fri, 31 Jan 2020 03:07:26 +0000 (19:07 -0800)
committerRosen Penev <rosenp@gmail.com>
Sun, 2 Feb 2020 21:07:52 +0000 (13:07 -0800)
commit87e5ded04cf65fbaa398568efe41830c4b60397a
tree805c33459ea14ddf29bbf518957be5884e0300de
parent696f5565f8a94cddda6f19860787e675e6010f7d
shadow: update to 4.8.1

Fixed license information.

Removed patch requiring autoreconf and replaced with a configure variable.

Removed faulty patch that broke systems without a disabled crypt size hack.
Replaced with using a SED command as well as bcrypt, which works in musl.

Removed su patch and converted it to a SED command in the Makefile.

Added new shadow utilities.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/shadow/Makefile
utils/shadow/patches/001-busybox_ash.patch [deleted file]
utils/shadow/patches/002-disable-ruser-lookup.patch [deleted file]
utils/shadow/patches/004-fix-su-controoling-term.patch
utils/shadow/patches/005-set-encrypt-method-sha512.patch [deleted file]