Here is an update to lighttpd 1.4.85.
- 1.4.85 - 2026-07-08 * [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 Index: Makefile =================================================================== RCS file: /cvs/ports/www/lighttpd/Makefile,v retrieving revision 1.185 diff -u -p -u -p -r1.185 Makefile --- Makefile 19 Jun 2026 07:31:29 -0000 1.185 +++ Makefile 9 Jul 2026 04:12:09 -0000 @@ -1,6 +1,6 @@ COMMENT= secure, fast, compliant, and very flexible web-server -DISTNAME= lighttpd-1.4.84 +DISTNAME= lighttpd-1.4.85 CATEGORIES= www net SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/ EXTRACT_SUFX= .tar.xz Index: distinfo =================================================================== RCS file: /cvs/ports/www/lighttpd/distinfo,v retrieving revision 1.78 diff -u -p -u -p -r1.78 distinfo --- distinfo 19 Jun 2026 07:31:29 -0000 1.78 +++ distinfo 9 Jul 2026 04:12:09 -0000 @@ -1,2 +1,2 @@ -SHA256 (lighttpd-1.4.84.tar.xz) = B23UO+yPK6nObbfnyn6K1yJxzVKYBerSQAtW76oCb3A= -SIZE (lighttpd-1.4.84.tar.xz) = 895228 +SHA256 (lighttpd-1.4.85.tar.xz) = GN5Rs5O6xKaCeHnhp/83fBaeQUuuks0kUJHYD8JgHRM= +SIZE (lighttpd-1.4.85.tar.xz) = 897120
