Received: by mail.netbsd.org (Postfix, from userid 605) id A546A84EC0; Mon, 4 Oct 2021 09:13:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E07F584CE8 for ; Mon, 4 Oct 2021 09:13:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sh6scoFey2If for ; Mon, 4 Oct 2021 09:13:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 54DAC84C86 for ; Mon, 4 Oct 2021 09:13:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48A33FA97; Mon, 4 Oct 2021 09:13:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633338802115170" MIME-Version: 1.0 Date: Mon, 4 Oct 2021 09:13:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/lighttpd To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211004091322.48A33FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633338802115170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1633338802115170 Content-Disposition: inline Content-Length: 1814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1633338802115170--