Mon Jun 13 15:34:54 2022 UTC ()
Update to 1.4.65. From the changelog:

HIGHLIGHTS
* WebSockets over HTTP/2
  RFC 8441 Bootstrapping WebSockets with HTTP/2
* HTTP/2 PRIORITY_UPDATE
  RFC 9218 Extensible Prioritization Scheme for HTTP
* prefix/suffix conditions in lighttpd.conf
* mod_webdav safe partial-PUT
  webdav.opts += ("partial-put-copy-modify" => "enable")
* mod_accesslog option: accesslog.escaping = "json"
* mod_deflate libdeflate build option
* speed up request body uploads via HTTP/2

BEHAVIOR CHANGES:

* change default server.max-keep-alive-requests = 1000 to adjust
  to increasing HTTP/2 usage and to web2/web3 application usage
  (prior default was 100)
* mod_status HTML now includes HTTP/2 control stream id 0 in the output
  which contains aggregate counts for the HTTP/2 connection
  (These lines can be identified with URL '*', part of "PRI *" preface)
  alternative: https://wiki.lighttpd.net/ModMagnetExamples#lua-mod_status
* MIME type application/javascript is translated to text/javascript (RFC 9239)


(schmonz)
diff -r1.110 -r1.111 pkgsrc/www/lighttpd/Makefile
diff -r1.70 -r1.71 pkgsrc/www/lighttpd/distinfo

cvs diff -r1.110 -r1.111 pkgsrc/www/lighttpd/Makefile (expand / switch to unified diff)

--- pkgsrc/www/lighttpd/Makefile 2022/04/18 19:12:18 1.110
+++ pkgsrc/www/lighttpd/Makefile 2022/06/13 15:34:54 1.111
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.110 2022/04/18 19:12:18 adam Exp $ 1# $NetBSD: Makefile,v 1.111 2022/06/13 15:34:54 schmonz Exp $
2 2
3DISTNAME= lighttpd-1.4.64 3DISTNAME= lighttpd-1.4.65
4PKGREVISION= 1 
5CATEGORIES= www 4CATEGORIES= www
6MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/ 5MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.lighttpd.net/ 9HOMEPAGE= https://www.lighttpd.net/
11COMMENT= Fast, light-footprint HTTP server 10COMMENT= Fast, light-footprint HTTP server
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14USE_LIBTOOL= yes 13USE_LIBTOOL= yes
15SHLIBTOOL_OVERRIDE= # empty 14SHLIBTOOL_OVERRIDE= # empty
16USE_TOOLS+= pkg-config perl:test 15USE_TOOLS+= pkg-config perl:test
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.70 -r1.71 pkgsrc/www/lighttpd/distinfo (expand / switch to unified diff)

--- pkgsrc/www/lighttpd/distinfo 2022/01/19 21:41:48 1.70
+++ pkgsrc/www/lighttpd/distinfo 2022/06/13 15:34:54 1.71
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.70 2022/01/19 21:41:48 schmonz Exp $ 1$NetBSD: distinfo,v 1.71 2022/06/13 15:34:54 schmonz Exp $
2 2
3BLAKE2s (lighttpd-1.4.64.tar.xz) = b9f4a297da93484ab217085b76366e954a6e161d18ac453405d482d6d7fb5735 3BLAKE2s (lighttpd-1.4.65.tar.xz) = 3da5627d365b5bdc09d78537ba20df37451881947ada2ec7c210dd38bcd995c3
4SHA512 (lighttpd-1.4.64.tar.xz) = 8e2ad0830ff80fcebf0c33600caafb5ab4e9ff6b5073c12572f88a44fdfe85f777fa8b22b2fc2964fecbeb556997ad660867dcee80efb224d63329c8b18ea936 4SHA512 (lighttpd-1.4.65.tar.xz) = e9ecb3e99dd5cd0efbf98cfc937f0cfcfafe712ab0e6c11f9cdee936c508820cd8de06ef03d2f888dab19a842eebae342a83818e601dd21094f154832acb69ec
5Size (lighttpd-1.4.64.tar.xz) = 1011436 bytes 5Size (lighttpd-1.4.65.tar.xz) = 1033568 bytes
6SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9 6SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
7SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e 7SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e