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:   wiz
Date:           Mon Oct  4 09:13:22 UTC 2021

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.61 -r1.62 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.100 pkgsrc/www/lighttpd/Makefile:1.101
--- pkgsrc/www/lighttpd/Makefile:1.100  Wed Sep 29 19:01:27 2021
+++ pkgsrc/www/lighttpd/Makefile        Mon Oct  4 09:13:22 2021
@@ -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

Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.61 pkgsrc/www/lighttpd/distinfo:1.62
--- pkgsrc/www/lighttpd/distinfo:1.61   Wed Feb  3 08:49:49 2021
+++ pkgsrc/www/lighttpd/distinfo        Mon Oct  4 09:13:22 2021
@@ -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