- bug fixes, portability
- fix regression in mod_deflate
Link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_84
Link: https://www.lighttpd.net/2026/06/17/1.4.84/
Signed-off-by: Alexander Dahl <[email protected]>
---
Notes:
The previous version bump was not applied yet, this goes on top.
Maybe squash when applying.
rules/lighttpd.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index e6ea7ae6e..60290cb78 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
#
# Paths and names
#
-LIGHTTPD_VERSION := 1.4.83
-LIGHTTPD_SHA256 :=
b3f878156480079f8a93903bd24d456074a0fbedb9b4d99fcd65df33b1f566f0
+LIGHTTPD_VERSION := 1.4.84
+LIGHTTPD_SHA256 :=
076dd43bec8f2ba9ce6db7e7ca7e8ad72271cd529805ead2400b56efaa026f70
LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION)
LIGHTTPD_SUFFIX := tar.xz
LIGHTTPD_URL :=
http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
--
2.47.3