Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 80C657A20D for ; Wed, 30 Dec 2015 16:03:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E627E85ED3; Wed, 30 Dec 2015 16:03:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6480485EDB for ; Wed, 30 Dec 2015 16:03:41 +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 LRX0unCG-s7E for ; Wed, 30 Dec 2015 16:03:40 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6440E85ED2 for ; Wed, 30 Dec 2015 16:03:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54DA5FBFB; Tue, 29 Dec 2015 23:35:00 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 29 Dec 2015 23:35:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/libmicrohttpd To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20151229233500.54DA5FBFB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Tue Dec 29 23:35:00 UTC 2015 Modified Files: pkgsrc/www/libmicrohttpd: Makefile distinfo Log Message: Update libmicrohttpd to 0.9.48: Fri Dec 18 15:54:50 CET 2015 Releasing libmicrohttpd 0.9.48. -CG Tue Dec 15 18:35:55 CET 2015 Improved compatibility with VS2010 and other older compilers. -EG Tue Dec 8 21:48:44 CET 2015 Default backlog size for listen socket was changed from 32 to SOMAXCONN, added new option MHD_OPTION_LISTEN_BACKLOG_SIZE to override default backlog size. If not all connections can be handled by MHD_select() than at least some of connections will be processed instead of failing without any processing. Fixed redefenition of FD_SETSIZE on W32 so select() will work with 2000 connections instead of 64. Better handled redefenition of FD_SETSIZE on all platforms. -EG Sat Dec 5 17:30:45 CET 2015 Close sockets more aggressively in multi-threaded mode (possibly relevant for idle servers). -CG To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/libmicrohttpd/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/libmicrohttpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.