Received: by mail.netbsd.org (Postfix, from userid 605) id C9B2784D5E; Tue, 16 Oct 2018 06:11:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC3EB84CDF for ; Tue, 16 Oct 2018 06:11:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nRxia_QvFtIf for ; Tue, 16 Oct 2018 06:11:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E041084CCF for ; Tue, 16 Oct 2018 06:11:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9A0AFBEE; Tue, 16 Oct 2018 06:11:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153967031487200" MIME-Version: 1.0 Date: Tue, 16 Oct 2018 06:11:54 +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: <20181016061154.D9A0AFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153967031487200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Oct 16 06:11:54 UTC 2018 Modified Files: pkgsrc/www/lighttpd: Makefile distinfo Added Files: pkgsrc/www/lighttpd/patches: patch-configure Log Message: lighttpd: update to 1.4.51. - 1.4.51 - 2018-10-14 * [core] split parsing header line into separate function * [core] explicitly return 0 instead of constant result * [core] header parsing: use goto for error handling * [core,security] process headers after combining folded headers * [core] replace folding whitespace with a single space * [buffer] fix duplicate assert and comment * [core] redo HTTP header line folding * [core] parse header line strings before copying * [core] abstraction to insert/modify response hdrs * [core] code reuse with array_insert_key_value() * [core] simplify parsing hdr key whitespace then : * [core] http_request_parse_reqline() separate func * [core] abstraction layer for HTTP header manip * [core] code reuse with http_response_body_clear() * [mod_proxy] fix proxy.forwarded and proxy.replace-http-host (fixes #2902) * [mod_rewrite] fix url.rewrite-repeat and url.rewrite-if-not-file (fixes #2908) * [core] fastcgi.h link to Open Market License (OML) (fixes #2901) * [mod_proxy,mod_wstunnel] copy full plugin_config (fixes #2903) * [mod_fastcgi,mod_scgi] error on oversized request (fixes #2905) * [mod_auth] send 401 for mismatch HTTP auth scheme (fixes #2906) * [core] code reuse array_match_*() routines * [mod_skeleton] review and simplify * [multiple] code reuse: employ array_match_*() * [doc] lighttpd.service uses network-online.target * [mod_flv_streaming] code simplifications * [mod_authn_pam] mod_auth PAM support (fixes #688) * [mod_sockproxy] add to build * [core] fix include_shell on inline shell commands (fixes #2910) * [multiple] code reuse: using array_*() funcs * [tests] t/test_array.c * [core] array_get_int_ptr() * [core] more memory-efficient fn table for data_* * [tests] #undef NDEBUG before assert.h in t/test_* * [core] inline status_counter routines * [core] log_failed_assert() __attribute__((cold)) * [core] http_status_append() * [core] http_method_append() * [core] prefer buffer_append_string_len() * [build] fix SCons build for mod_authn_pam * [mod_userdir] security: skip username "." and ".." * [mod_deflate] null-check to quiet coverity warning * [core] quiet coverity false positive * [multiple] quiet compiler warnings --without-pcre * [mod_secdownload] support if HMAC() is a macro * [TLS] sys-crypto.h abstraction * [TLS] sys-crypto.h abstraction * [build] put request.c in common src * [meson] build fixes for libmariadb and libsasl2 * [core] PATH_INFO calculation when basedir is "/" (fixes #2911) * [core] better consistency in buffer_is_equal*() * [core] fix missing param from prev commit * [mod_openssl] no renegotiation in TLS 1.3 (fixes #2912) * [core] reject Transfer-Encoding from proxy (#2913) * [mod_auth] use SHA1_Init,Update,Final * [mod_openssl] add support for wolfSSL * [build] automake support for wolfSSL * [build] SCons support for wolfSSL * [build] meson support for wolfSSL * [build] CMake support for wolfSSL * [core] perf: buffer.c internal inlines * [mod_openssl] wolfSSL does not support SSLv2 * [core] perf: buffer_string_append_len() * [core] permit server.error_handler to static file To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 pkgsrc/www/lighttpd/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/lighttpd/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/www/lighttpd/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153967031487200 Content-Disposition: inline Content-Length: 2511 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.76 pkgsrc/www/lighttpd/Makefile:1.77 --- pkgsrc/www/lighttpd/Makefile:1.76 Tue Aug 14 06:24:54 2018 +++ pkgsrc/www/lighttpd/Makefile Tue Oct 16 06:11:54 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2018/08/14 06:24:54 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2018/10/16 06:11:54 wiz Exp $ -DISTNAME= lighttpd-1.4.50 +DISTNAME= lighttpd-1.4.51 CATEGORIES= www MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/lighttpd/distinfo diff -u pkgsrc/www/lighttpd/distinfo:1.49 pkgsrc/www/lighttpd/distinfo:1.50 --- pkgsrc/www/lighttpd/distinfo:1.49 Tue Aug 14 06:24:54 2018 +++ pkgsrc/www/lighttpd/distinfo Tue Oct 16 06:11:54 2018 @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.49 2018/08/14 06:24:54 wiz Exp $ +$NetBSD: distinfo,v 1.50 2018/10/16 06:11:54 wiz Exp $ -SHA1 (lighttpd-1.4.50.tar.xz) = 43388c459e03581b8c7799e0de74cd7ea0164543 -RMD160 (lighttpd-1.4.50.tar.xz) = 47010dd82ea2baf93de6236ea7d9c36788768591 -SHA512 (lighttpd-1.4.50.tar.xz) = 54b8a99d84ca25f39254fb0dabaae978fcdf559d58da4ed7b7ab08d5ee856201e5302ee8a5732d3e2493bb3cd67c3f2196cedbb476a3ea21003a21c552b2402c -Size (lighttpd-1.4.50.tar.xz) = 718480 bytes +SHA1 (lighttpd-1.4.51.tar.xz) = 7711030253826fb0e88f164efdcabe62f8f694aa +RMD160 (lighttpd-1.4.51.tar.xz) = cdbb0e8cc52f2d26a2d5e67c3defa15416c154e3 +SHA512 (lighttpd-1.4.51.tar.xz) = ee4f150c30322dae50760b99cddd0bd935195ee21e042809fa8d303425d12081c23c00d8ea8fcd3d023b6b414a46b9b953edc4ed25400fe39f10487f0956561f +Size (lighttpd-1.4.51.tar.xz) = 723268 bytes +SHA1 (patch-configure) = 95d95495d8b6c361eaa3483d345c194e3ef36f2e SHA1 (patch-doc_config_lighttpd.conf) = aa1ee77f3fdce7ffd6968c4b09e6977f671495d3 SHA1 (patch-doc_lighttpd.8) = 81b7606752312227b142975d4e781496442e9ed8 Added files: Index: pkgsrc/www/lighttpd/patches/patch-configure diff -u /dev/null pkgsrc/www/lighttpd/patches/patch-configure:1.1 --- /dev/null Tue Oct 16 06:11:54 2018 +++ pkgsrc/www/lighttpd/patches/patch-configure Tue Oct 16 06:11:54 2018 @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2018/10/16 06:11:54 wiz Exp $ + +Fix unportable test(1) operator. + +--- configure.orig 2018-10-14 22:36:08.000000000 +0000 ++++ configure +@@ -16255,7 +16255,7 @@ fi + $as_echo "$WITH_WOLFSSL" >&6; } + + if test "$WITH_WOLFSSL" != no; then +- if test "$WITH_WOLFSSL" == yes; then ++ if test "$WITH_WOLFSSL" = yes; then + WITH_WOLFSSL="/usr/local" + fi + --_----------=_153967031487200--