Here is an update to lighttpd 1.4.76.

- 1.4.76 - 2024-04-12
  * [core] add default to builtin mimetype.assign
  * [core] add MPTCP support
  * [core] disable MPTCP support by default
  * [mod_expire] omit caching hdrs for 204 No Content
  * [mod_staticfile] noinline cold func
  * [core] GNU/Hurd preadv2() RWF_NOWAIT ENOTSUP
  * [core] special value for Linux POLLRDHUP on SPARC
  * [mod_openssl] define asn1 time w/ OPENSSL_NO_OCSP
  * [h2] VU#421644 HTTP/2 CONTINUATION Flood
  * [build] packdist.sh git archive; replace make dist
  * [core] gw_network_backend_write_error() cold func
  * [core] reduce syscalls in some backend connect
  * [core] defer TCP_FIN propagate if connect()ing (fixes #3249)
  * [ci] workaround some packaging issues in NetBSD 10


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.181
diff -u -p -u -p -r1.181 Makefile
--- Makefile    23 Mar 2024 13:31:06 -0000      1.181
+++ Makefile    13 Apr 2024 02:22:11 -0000
@@ -1,6 +1,6 @@
 COMMENT=       secure, fast, compliant, and very flexible web-server
 
-DISTNAME=      lighttpd-1.4.75
+DISTNAME=      lighttpd-1.4.76
 CATEGORIES=    www net
 SITES=         https://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/lighttpd/distinfo,v
retrieving revision 1.75
diff -u -p -u -p -r1.75 distinfo
--- distinfo    23 Mar 2024 13:31:06 -0000      1.75
+++ distinfo    13 Apr 2024 02:22:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (lighttpd-1.4.75.tar.xz) = i3IcqTnTEq+qbvMdy9avtRYe04Wsgo5vzNTFt2vhidY=
-SIZE (lighttpd-1.4.75.tar.xz) = 1102080
+SHA256 (lighttpd-1.4.76.tar.xz) = jL9CluNzz9DO3+nZeHYLWwXFj9xASLTivK8KYayPUBE=
+SIZE (lighttpd-1.4.76.tar.xz) = 847132

Reply via email to