pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lighttpd Update to 1.4.65. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/169437856ebe
branches:  trunk
changeset: 380728:169437856ebe
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 13 15:34:54 2022 +0000

description:
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)

diffstat:

 www/lighttpd/Makefile |  5 ++---
 www/lighttpd/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r bab9729df609 -r 169437856ebe www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Mon Jun 13 13:38:19 2022 +0000
+++ b/www/lighttpd/Makefile     Mon Jun 13 15:34:54 2022 +0000
@@ -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
diff -r bab9729df609 -r 169437856ebe www/lighttpd/distinfo
--- a/www/lighttpd/distinfo     Mon Jun 13 13:38:19 2022 +0000
+++ b/www/lighttpd/distinfo     Mon Jun 13 15:34:54 2022 +0000
@@ -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