diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-10-30 11:21:51 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-30 21:05:13 +0100 |
commit | 15793bc19f196691f6b09636ebf2c3de53d369c0 (patch) | |
tree | 3d9b236b820a1c7c98b289178980ee3df872a3fb /package/lighttpd/lighttpd.hash | |
parent | 0646d67c1d8e5ba4a1376a215d0c7e69751835df (diff) | |
download | buildroot-15793bc19f196691f6b09636ebf2c3de53d369c0.tar.gz buildroot-15793bc19f196691f6b09636ebf2c3de53d369c0.zip |
lighttpd: security bump to version 1.14.51
Fixes the following security issues:
1.4.50:
[mod_alias] security: potential path traversal with specific configs
[core] security: use-after-free invalid Range req
[mod_alias] security: path traversal in mod_alias (in some use cases) (fixes #2898)
[core] security: use-after-free after invalid Range request (fixes #2899)
1.4.51:
[core,security] process headers after combining folded headers
[mod_userdir] security: skip username “.” and “..”
1.4.51 brings optional pam and wolfssl support. Explicitly disable these
options for now.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lighttpd/lighttpd.hash')
-rw-r--r-- | package/lighttpd/lighttpd.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lighttpd/lighttpd.hash b/package/lighttpd/lighttpd.hash index c99e240c7b..0829c6b4c9 100644 --- a/package/lighttpd/lighttpd.hash +++ b/package/lighttpd/lighttpd.hash @@ -1,4 +1,4 @@ -# From https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.49.sha256sum -sha256 aedf49d7127d9e4c0ea56618e9e945a17674dc46a37ac7990120f87dd939ce09 lighttpd-1.4.49.tar.xz +# From https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.51.sha256sum +sha256 2af9fdb265d1f025bfa634e13770239712ecbd585e4975b8226edf1df74e9c82 lighttpd-1.4.51.tar.xz # Locally calculated sha256 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13 COPYING |