Sunday, October 03, 2021

UPDATE: lighttpd 1.4.60

Here is an update to lighttpd 1.4.60.

- HTTP/2 smoother and lower memory use (in general)
- HTTP/2 tuning to better handle aggressive client initial requests
- reduce memory footprint; workaround poor glibc behavior; jemalloc is better
- mod_magnet lua performance improvements
- mod_dirlisting performance improvements and new caching option
- memory constraints for extreme edge cases in mod_dirlisting, mod_ssi, mod_webdav
- connect(), write(), read() time limits on backends (separate from client timeouts)
- lighttpd restarts if large discontinuity in time occurs (embedded systems)
- RFC7233 Range support for all non-streaming responses, not only static files
- connect() to backend now has default 8 second timeout (configurable)


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.161
diff -u -p -u -p -r1.161 Makefile
--- Makefile 6 Feb 2021 14:37:53 -0000 1.161
+++ Makefile 4 Oct 2021 04:08:37 -0000
@@ -2,7 +2,7 @@

COMMENT= secure, fast, compliant, and very flexible web-server

-DISTNAME= lighttpd-1.4.59
+DISTNAME= lighttpd-1.4.60
CATEGORIES= www net
MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/
EXTRACT_SUFX= .tar.xz
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/www/lighttpd/distinfo,v
retrieving revision 1.63
diff -u -p -u -p -r1.63 distinfo
--- distinfo 6 Feb 2021 14:37:53 -0000 1.63
+++ distinfo 4 Oct 2021 04:08:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (lighttpd-1.4.59.tar.xz) = +5U9snPa7wjttuICVWyuij0H7tYIHJa9mQPblX0QhNU=
-SIZE (lighttpd-1.4.59.tar.xz) = 968352
+SHA256 (lighttpd-1.4.60.tar.xz) = S7HdhZ5UGjEx5b4QFVfS4RlbQSnTqEmjpvvSH+HJRvA=
+SIZE (lighttpd-1.4.60.tar.xz) = 1008548

No comments:

Post a Comment