pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lighttpd lighttpd: update to 1.4.60.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75bdb780e18f
branches:  trunk
changeset: 459344:75bdb780e18f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 04 09:13:22 2021 +0000

description:
lighttpd: update to 1.4.60.

Highlights

* improve performance, reduce memory use, bugfixes
* HTTP/2 smoother and lower memory use (in general)
* HTTP/2 tuning to better handle aggressive client initial requests
* reduce memory footprint; workaround poor glibc behavior; jemalloc is better
* mod_magnet lua performance improvements
* mod_dirlisting performance improvements and new caching option
* memory constraints for extreme edge cases in mod_dirlisting, mod_ssi, mod_webdav
* connect(), write(), read() time limits on backends (separate from client timeouts)
* lighttpd restarts if large discontinuity in time occurs (embedded systems)
* RFC7233 Range support for all non-streaming responses, not only static files

diffstat:

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

diffs (30 lines):

diff -r 8da8c520fd28 -r 75bdb780e18f www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Mon Oct 04 09:07:23 2021 +0000
+++ b/www/lighttpd/Makefile     Mon Oct 04 09:13:22 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2021/09/29 19:01:27 adam Exp $
+# $NetBSD: Makefile,v 1.101 2021/10/04 09:13:22 wiz Exp $
 
-DISTNAME=      lighttpd-1.4.59
-PKGREVISION=   4
+DISTNAME=      lighttpd-1.4.60
 CATEGORIES=    www
 MASTER_SITES=  https://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz
diff -r 8da8c520fd28 -r 75bdb780e18f www/lighttpd/distinfo
--- a/www/lighttpd/distinfo     Mon Oct 04 09:07:23 2021 +0000
+++ b/www/lighttpd/distinfo     Mon Oct 04 09:13:22 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.61 2021/02/03 08:49:49 schmonz Exp $
+$NetBSD: distinfo,v 1.62 2021/10/04 09:13:22 wiz Exp $
 
-SHA1 (lighttpd-1.4.59.tar.xz) = f954a4a2513c97e55e4f39a7648f23c7b28a15d9
-RMD160 (lighttpd-1.4.59.tar.xz) = e7191e39e555549e2e932998fed9396acc18accb
-SHA512 (lighttpd-1.4.59.tar.xz) = 94d312f6ac65c32057018b749c4865220b43b3e4b7fe9396848aa403ea7fdc2ccbf3f4f91daf281b754cf272a52a8bcdc689502773ea33cae36eead2785daa0f
-Size (lighttpd-1.4.59.tar.xz) = 968352 bytes
+SHA1 (lighttpd-1.4.60.tar.xz) = 1acece73158a37b4ab27d81ccc67815f0b018c49
+RMD160 (lighttpd-1.4.60.tar.xz) = 1b5135a576342fae8ba1fe9e95e539beebd41249
+SHA512 (lighttpd-1.4.60.tar.xz) = e3a4b0f142f2a02212a8ede07e2f683605f8009d933281caee89b8b82482bdc473956bd9d9ff0392ea6cecf3fe3b05e6e4cee7052a875a1b00dfab7667402cd8
+Size (lighttpd-1.4.60.tar.xz) = 1008548 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = 32a4b6bd32f88d05dd75f65de6ec57b203c37d8b
 SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e



Home | Main Index | Thread Index | Old Index