Here is an update to lighttpd 1.4.70.

- speed up CGI spawning
- support HTTP/2 downstream proxy serving multiple clients on single connection
  (mod_extforward, mod_maxminddb)
- restructure code to isolate HTTP/2


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.177
diff -u -p -u -p -r1.177 Makefile
--- Makefile    25 Apr 2023 16:23:34 -0000      1.177
+++ Makefile    10 May 2023 17:57:25 -0000
@@ -1,10 +1,9 @@
 COMMENT=       secure, fast, compliant, and very flexible web-server
 
-DISTNAME=      lighttpd-1.4.69
+DISTNAME=      lighttpd-1.4.70
 CATEGORIES=    www net
 MASTER_SITES=  https://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz
-REVISION=      0
 
 HOMEPAGE=      https://www.lighttpd.net/
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/www/lighttpd/distinfo,v
retrieving revision 1.72
diff -u -p -u -p -r1.72 distinfo
--- distinfo    4 Apr 2023 06:21:08 -0000       1.72
+++ distinfo    10 May 2023 17:57:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (lighttpd-1.4.69.tar.xz) = FqyNuV5xlim6YZSbmfiib+upRqgdGFIVsoN5u0EWsLQ=
-SIZE (lighttpd-1.4.69.tar.xz) = 1045516
+SHA256 (lighttpd-1.4.70.tar.xz) = kh6+HPS2uYl+A3eat6I6MfS6QKGr4gZ1JcM8085h/oU=
+SIZE (lighttpd-1.4.70.tar.xz) = 1070048
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/www/lighttpd/pkg/PLIST,v
retrieving revision 1.34
diff -u -p -u -p -r1.34 PLIST
--- pkg/PLIST   4 Apr 2023 06:21:08 -0000       1.34
+++ pkg/PLIST   10 May 2023 17:58:53 -0000
@@ -2,32 +2,21 @@
 @newuser _lighttpd:585:_lighttpd::lighttpd Account:/nonexistent:/sbin/nologin
 @rcscript ${RCDIR}/lighttpd
 lib/lighttpd/
-@so lib/lighttpd/mod_access.so
 @so lib/lighttpd/mod_accesslog.so
 @so lib/lighttpd/mod_ajp13.so
-@so lib/lighttpd/mod_alias.so
 @so lib/lighttpd/mod_auth.so
 @so lib/lighttpd/mod_authn_file.so
 @so lib/lighttpd/mod_cgi.so
 @so lib/lighttpd/mod_deflate.so
 @so lib/lighttpd/mod_dirlisting.so
-@so lib/lighttpd/mod_evhost.so
-@so lib/lighttpd/mod_expire.so
 @so lib/lighttpd/mod_extforward.so
-@so lib/lighttpd/mod_fastcgi.so
-@so lib/lighttpd/mod_indexfile.so
+@so lib/lighttpd/mod_h2.so
 @so lib/lighttpd/mod_magnet.so
 @so lib/lighttpd/mod_openssl.so
 @so lib/lighttpd/mod_proxy.so
-@so lib/lighttpd/mod_redirect.so
-@so lib/lighttpd/mod_rewrite.so
 @so lib/lighttpd/mod_rrdtool.so
-@so lib/lighttpd/mod_scgi.so
-@so lib/lighttpd/mod_setenv.so
-@so lib/lighttpd/mod_simple_vhost.so
 @so lib/lighttpd/mod_sockproxy.so
 @so lib/lighttpd/mod_ssi.so
-@so lib/lighttpd/mod_staticfile.so
 @so lib/lighttpd/mod_status.so
 @so lib/lighttpd/mod_userdir.so
 @so lib/lighttpd/mod_vhostdb.so

Reply via email to