Skip to content

Commit 223038d

Browse files
committed
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)
1 parent e3fef60 commit 223038d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

www/lighttpd/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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 $
22

3-
DISTNAME= lighttpd-1.4.64
4-
PKGREVISION= 1
3+
DISTNAME= lighttpd-1.4.65
54
CATEGORIES= www
65
MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/
76
EXTRACT_SUFX= .tar.xz

www/lighttpd/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 $
22

3-
BLAKE2s (lighttpd-1.4.64.tar.xz) = b9f4a297da93484ab217085b76366e954a6e161d18ac453405d482d6d7fb5735
4-
SHA512 (lighttpd-1.4.64.tar.xz) = 8e2ad0830ff80fcebf0c33600caafb5ab4e9ff6b5073c12572f88a44fdfe85f777fa8b22b2fc2964fecbeb556997ad660867dcee80efb224d63329c8b18ea936
5-
Size (lighttpd-1.4.64.tar.xz) = 1011436 bytes
3+
BLAKE2s (lighttpd-1.4.65.tar.xz) = 3da5627d365b5bdc09d78537ba20df37451881947ada2ec7c210dd38bcd995c3
4+
SHA512 (lighttpd-1.4.65.tar.xz) = e9ecb3e99dd5cd0efbf98cfc937f0cfcfafe712ab0e6c11f9cdee936c508820cd8de06ef03d2f888dab19a842eebae342a83818e601dd21094f154832acb69ec
5+
Size (lighttpd-1.4.65.tar.xz) = 1033568 bytes
66
SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
77
SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e

0 commit comments

Comments
 (0)