Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E2DD71A9239 for ; Fri, 29 Oct 2021 07:11:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 028BB84E7B; Fri, 29 Oct 2021 07:11:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D05184D25 for ; Fri, 29 Oct 2021 07:11:38 +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 TocA30XEMwHz for ; Fri, 29 Oct 2021 07:11:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4A52F84CDC for ; Fri, 29 Oct 2021 07:11:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43572FA97; Fri, 29 Oct 2021 07:11:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635491497134750" MIME-Version: 1.0 Date: Fri, 29 Oct 2021 07:11:37 +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: <20211029071137.43572FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635491497134750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Oct 29 07:11:37 UTC 2021 Modified Files: pkgsrc/www/lighttpd: Makefile distinfo Removed Files: pkgsrc/www/lighttpd/patches: patch-src_ck.h patch-src_first.h Log Message: lighttpd: update to 1.4.61. Add missing test dependency. - 1.4.61 - 2021-10-28 * [core] define __BEGIN_DECLS, __END_DECLS if needed * [core] Y2038: error log high-precision timestamps * [multiple] __attribute_nonnull__ now takes params * [core] bounds check while url-decoding * [mod_magnet] prefer lua_newuserdatauv() w/ lua 5.4 * [core] earlier macOS need define for errno_t (fixes #3107) * [tests] force POSIX::WNOHANG() autovivification (fixes #3110) * [mod_dirlisting] sort "../" to top (fixes #3109) * [tests] force Fcntl::F_SETFD() autovivification (#3110) * [core] avoid repeated typedef for fdlog_st * [doc] update INSTALL * [mod_extforward] keep remote IP thru request reset * [core] fix HTTP/2 upload > 64k w/ max-request-size (fixes #3108) * [mod_auth] fix Basic auth passwd cache (fixes #3112) * [mod_ajp13,mod_fastcgi] comment: no response body * [mod_webdav] ignore PROPFIND Depth for files * [core] add comment to ck_memeq_const_time() * [core] accept up to 5 digit port num in host cond * [core] expose chunkqueue_remove_empty_chunks() * [core] short-circuit if response body recv w/ hdrs (fixes #3111) * [core] resched HTTP/2 streams w/ pending data (#3111) * [core] separate func for gw_authorizer_ok() * [core] make ck_memeq_const_time() more generic (#3112) * [mod_auth] revert adjustment to auth passwd cache (#3112) * [core] thwart h2c smuggling when Upgrade enabled * [core] separate funcs to check for valid chars * [core] thwart h2 request tunnelling * [core] clear shared log buffer after writes * [mod_nss] quiet trace for PR_END_OF_FILE_ERROR * [core] allow debug.log-state-handling in condition * [core] combine more dup header processing code * [mod_ajp13,mod_fastcgi] check resp w/ content len * [mod_proxy] Length Req if proxy forcing HTTP/1.0 * [core] restart dead proc on connect error if local * [mod_ajp13,mod_fastcgi] recv_parse smaller funcs * [multiple] warn deprecated mods slated for removal * [core] remove redundant checks in same context * [core] tighten chunkqueue_steal* code; better asm * [build] check for preadv(), pwritev() * [core] pwritev w/ chunkqueue_steal_with_tempfiles * [core] tighten chunkqueue_mark_written; better asm * [doc] uncomment mod_auth load in conf.d/auth.conf * [core] tighten chunkqueue_small_resp_optim() * [core] chunkqueue_small_resp_optim if resp < 16k * [mod_auth] clear crypt() output if len >= 13 * [multiple] add assert after malloc in two spots * [core] add HTTP/2 check resp finished w/ empty cq (#3111) * [core] chunkqueue_small_resp_optim() comment To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 pkgsrc/www/lighttpd/Makefile cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/lighttpd/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/www/lighttpd/patches/patch-src_ck.h \ pkgsrc/www/lighttpd/patches/patch-src_first.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635491497134750 Content-Disposition: inline Content-Length: 2091 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.102 pkgsrc/www/lighttpd/Makefile:1.103 --- pkgsrc/www/lighttpd/Makefile:1.102 Thu Oct 21 07:46:39 2021 +++ pkgsrc/www/lighttpd/Makefile Fri Oct 29 07:11:36 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.102 2021/10/21 07:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2021/10/29 07:11:36 wiz Exp $ -DISTNAME= lighttpd-1.4.60 -PKGREVISION= 1 +DISTNAME= lighttpd-1.4.61 CATEGORIES= www MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/ EXTRACT_SUFX= .tar.xz @@ -13,7 +12,7 @@ LICENSE= modified-bsd USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= # empty -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config perl:test GNU_CONFIGURE= yes GNU_CONFIGURE_LIBSUBDIR= ${PKGBASE} CONFIGURE_ARGS+= --with-pcre Index: pkgsrc/www/lighttpd/distinfo diff -u pkgsrc/www/lighttpd/distinfo:1.65 pkgsrc/www/lighttpd/distinfo:1.66 --- pkgsrc/www/lighttpd/distinfo:1.65 Tue Oct 26 11:29:37 2021 +++ pkgsrc/www/lighttpd/distinfo Fri Oct 29 07:11:36 2021 @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.65 2021/10/26 11:29:37 nia Exp $ +$NetBSD: distinfo,v 1.66 2021/10/29 07:11:36 wiz Exp $ -BLAKE2s (lighttpd-1.4.60.tar.xz) = ca9a73f54ba9c50f0c9eb7e0321cc58f301b3fcfab93da1daa59dfae2d7f4b16 -SHA512 (lighttpd-1.4.60.tar.xz) = e3a4b0f142f2a02212a8ede07e2f683605f8009d933281caee89b8b82482bdc473956bd9d9ff0392ea6cecf3fe3b05e6e4cee7052a875a1b00dfab7667402cd8 -Size (lighttpd-1.4.60.tar.xz) = 1008548 bytes +BLAKE2s (lighttpd-1.4.61.tar.xz) = 07cfcad072c2e66ea462c5782af85346ebd403318a7235af913d14652eecee2b +SHA512 (lighttpd-1.4.61.tar.xz) = 30bd93e88714ac263b66266bb47a0b9b80831d73967f1268d5d5e311a5122bf3a5f20915ec351ac02b4f52a74aac10bd3ed35754a31061058733ab6284e3dabf +Size (lighttpd-1.4.61.tar.xz) = 1010624 bytes SHA1 (patch-doc_config_lighttpd.conf) = 32a4b6bd32f88d05dd75f65de6ec57b203c37d8b SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e -SHA1 (patch-src_ck.h) = 45cdc4501f7adf9fcc86c887bdd34acc0d29d674 -SHA1 (patch-src_first.h) = 14ba794d6e2174f3e78b45afce92b4de3c1710f3 --_----------=_1635491497134750--