Here is an update to lighttpd 1.4.67.

Changes from 1.4.66

- Update comment about TCP_INFO on OpenBSD
- [mod_ajp13] fix crash with bad response headers (fixes #3170)
- [core] handle RDHUP when collecting chunked body
- [core] tweak streaming request body to backends
- [core] handle ENOSPC with pwritev() (#3171)
- [core] manually calculate off_t max (fixes #3171)
- [autoconf] force large file support (#3171)
- [multiple] quiet coverity warnings using casts
- [meson] add license keyword to project declaration


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.170
diff -u -p -u -p -r1.170 Makefile
--- Makefile    8 Aug 2022 05:24:16 -0000       1.170
+++ Makefile    18 Sep 2022 05:05:01 -0000
@@ -1,6 +1,6 @@
 COMMENT=       secure, fast, compliant, and very flexible web-server
 
-DISTNAME=      lighttpd-1.4.66
+DISTNAME=      lighttpd-1.4.67
 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.69
diff -u -p -u -p -r1.69 distinfo
--- distinfo    8 Aug 2022 05:24:16 -0000       1.69
+++ distinfo    18 Sep 2022 05:05:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (lighttpd-1.4.66.tar.xz) = R6xuYCcaoBluZUctAtAZVW3HxtCd87Zd8sGraGY0jjs=
-SIZE (lighttpd-1.4.66.tar.xz) = 1039520
+SHA256 (lighttpd-1.4.67.tar.xz) = fgTXZ/UajYJLMuJIPvKVCYKSDUJ9EnLvRmf0nW+J81g=
+SIZE (lighttpd-1.4.67.tar.xz) = 1039872

Reply via email to