pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/lighttpd
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Jun 13 15:34:54 UTC 2022
Modified Files:
pkgsrc/www/lighttpd: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/www/lighttpd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/lighttpd/Makefile
diff -u pkgsrc/www/lighttpd/Makefile:1.110 pkgsrc/www/lighttpd/Makefile:1.111
--- pkgsrc/www/lighttpd/Makefile:1.110 Mon Apr 18 19:12:18 2022
+++ pkgsrc/www/lighttpd/Makefile Mon Jun 13 15:34:54 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2022/04/18 19:12:18 adam Exp $
+# $NetBSD: Makefile,v 1.111 2022/06/13 15:34:54 schmonz Exp $
-DISTNAME= lighttpd-1.4.64
-PKGREVISION= 1
+DISTNAME= lighttpd-1.4.65
CATEGORIES= www
MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.70 pkgsrc/www/lighttpd/distinfo:1.71
--- pkgsrc/www/lighttpd/distinfo:1.70 Wed Jan 19 21:41:48 2022
+++ pkgsrc/www/lighttpd/distinfo Mon Jun 13 15:34:54 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.70 2022/01/19 21:41:48 schmonz Exp $
+$NetBSD: distinfo,v 1.71 2022/06/13 15:34:54 schmonz Exp $
-BLAKE2s (lighttpd-1.4.64.tar.xz) = b9f4a297da93484ab217085b76366e954a6e161d18ac453405d482d6d7fb5735
-SHA512 (lighttpd-1.4.64.tar.xz) = 8e2ad0830ff80fcebf0c33600caafb5ab4e9ff6b5073c12572f88a44fdfe85f777fa8b22b2fc2964fecbeb556997ad660867dcee80efb224d63329c8b18ea936
-Size (lighttpd-1.4.64.tar.xz) = 1011436 bytes
+BLAKE2s (lighttpd-1.4.65.tar.xz) = 3da5627d365b5bdc09d78537ba20df37451881947ada2ec7c210dd38bcd995c3
+SHA512 (lighttpd-1.4.65.tar.xz) = e9ecb3e99dd5cd0efbf98cfc937f0cfcfafe712ab0e6c11f9cdee936c508820cd8de06ef03d2f888dab19a842eebae342a83818e601dd21094f154832acb69ec
+Size (lighttpd-1.4.65.tar.xz) = 1033568 bytes
SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e
Home |
Main Index |
Thread Index |
Old Index