1.4.85
closedRelease Info¶
- Version: 1.4.85
- Previous version: 1.4.84
- Branch: 1.4
- Status: stable
- Release Purpose: bug fixes
- Release manager: gstrauss
- Released date: 2026-07-08
Important changes from 1.4.84¶
- bug fixes
Downloads¶
- https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.85.tar.gz
- GPG signature: https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.85.tar.gz.asc
- SHA256:
ffb2ab3e3b9e8b0dfadf9a8b2a5c86084afe5cc68ed3cf4d5776c8a7891c58e9
- https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.85.tar.xz
- GPG signature: https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.85.tar.xz.asc
- SHA256:
18de51b393bac4a6827879e1a7ff377c169e414bae92cd245091d80fc2601d13
- SHA256 checksums: https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.85.sha256sum
- SHA512 checksums: https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.85.sha512sum
Changes from 1.4.84¶
- [mod_magnet] fix custom response with 4xx and 5xx (fixes #3313)
- [core] fix large file uploads to fastcgi (fixes #3314)
- [mbedtls] use mbedtls_ssl_iana_tls_group_info_t
- [mod_alias] expand alias.url config order check
- [core] quiet coverity short-sightedness
- [core] server.http-parseopts option interaction
- [core] check utf8 the same way in burl.c
- [core] mark burl.c routines cold if modify URL
- [core] burl_normalize() query string offset parse
- [core] _WIN32: check reparse tag in win32 readdir
- Bump actions/checkout from 6 to 7
- Bump actions/cache from 5 to 6
- [lemon] refresh LEMON parser to SQLite maint ver
- [lemon] build configparser.y w/ -Werror workarounds
- [lemon] quiet compiler warnings in LEMON parser
- [core] buffer_path_simplify() comments and indent
- [core] _WIN32: "url-path-backslash-trans" %5C->%2F
- [lemon] quiet coverity warning
- [core] http_request_parse_target() comment