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>
Tue, 30 Jul 2019 09:54:52 +0000 (11:54 +0200)
commitb7a648faaf12832eee94339ef5bfdfa82706422b
tree32f011aa2c39bfc92595b9a7fcbbd6b72a513c0a
parent545d2fadd7245783e40f235fe2c5d8c3ab1549cd
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>
(cherry picked from commit 4cc0c8871398d7c2fb879a319c87e320249bfdcc)
net/lighttpd/Makefile
net/lighttpd/patches/0001-core-fix-base64-decode-when-char-is-unsigned-fixes-2.patch [new file with mode: 0644]