Created attachment 178937 [details] patch The attached patch updates the port to 1.4.45. Changelog: [mod_cgi] skip local-redir handling if to self (fixes #2779, #2108) [mod_webdav] fix crash when plugin_ctx cleaned up (fixes #2780) [mod_fastcgi] detect child exit, restart proactively [mod_scgi] detect child exit, restart proactively [TLS] ssl.read-ahead = “disable” for low mem (fixes #2778) It builds and runs fine on 11.0. I've run testbuilds for www/lighttpd-mod_h264_streaming, which albo builds fine.
Under review at https://reviews.freebsd.org/D9198.
A commit references this bug: Author: jrm Date: Mon Jan 16 13:36:10 UTC 2017 New revision: 431642 URL: https://svnweb.freebsd.org/changeset/ports/431642 Log: www/lighttpd: Update to version 1.4.45. Upstream changes: https://www.lighttpd.net/2017/1/14/1.4.45/ PR: 216126 Submitted by: pkubaj@anongoth.pl (maintainer) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9198 Changes: head/www/lighttpd/Makefile head/www/lighttpd/distinfo
Committed. Thanks.