lighttpd: backport fix for plain auth from 1.4.49 release
authorRafał Miłecki <rafal@milecki.pl>
Sat, 9 Jun 2018 20:02:51 +0000 (22:02 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Sat, 9 Jun 2018 20:21:44 +0000 (22:21 +0200)
commit4cc0c8871398d7c2fb879a319c87e320249bfdcc
treee6636b49c961de1236cf3369188f088c5fc4bee7
parentb6e7720aff64d9eaeaf7d0f464c72a3b194b2e4e
lighttpd: backport fix for plain auth from 1.4.49 release

Update commit 3d59ce6f502b ("lighttpd: update to 1.4.48") resulted in
plain auth regression: it simply stopped working with:
(mod_auth.c.525) password doesn't match for (...)
appearing on every authentication try.

This regression was fixed in 1.4.49 release. Backport the fix instead of
updating to the 1.4.49 to avoid risking more/other regressions.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
net/lighttpd/Makefile
net/lighttpd/patches/0001-core-fix-base64-decode-when-char-is-unsigned-fixes-2.patch [new file with mode: 0644]