Important changes: - security fixes; bug fixes; tighten resource management
Highlights: - add PQC hybrid KEM X25519MLKEM768 to default TLS groups - mod_sockproxy can now route connections based on TLS SNI - mod_proxy proxy.header enhanced config for url-path mapping of response headers - HTTP Incremental header support - portability/compatibility with library updates (lighttpd dependencies) Link: https://www.lighttpd.net/2026/06/14/1.4.83/ Signed-off-by: Alexander Dahl <[email protected]> --- rules/lighttpd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 2c2439d5a..e6ea7ae6e 100644 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd # # Paths and names # -LIGHTTPD_VERSION := 1.4.82 -LIGHTTPD_SHA256 := abfe74391f9cbd66ab154ea07e64f194dbe7e906ef4ed47eb3b0f3b46246c962 +LIGHTTPD_VERSION := 1.4.83 +LIGHTTPD_SHA256 := b3f878156480079f8a93903bd24d456074a0fbedb9b4d99fcd65df33b1f566f0 LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION) LIGHTTPD_SUFFIX := tar.xz LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) base-commit: 3d185e7c01807e7a2f58a89fe811ed572d267099 -- 2.47.3
