Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id CF0AC63E4E4 for ; Sun, 9 Dec 2012 15:17:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8B89C14A36B; Sun, 9 Dec 2012 15:17:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90A0E14A36A for ; Sun, 9 Dec 2012 15:17:12 +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 CfWPi8oWoieM for ; Sun, 9 Dec 2012 15:17:12 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1160914A369 for ; Sun, 9 Dec 2012 15:17:12 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 20355175DD; Sun, 9 Dec 2012 15:17:17 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 9 Dec 2012 15:17:17 +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: <20121209151717.20355175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Dec 9 15:17:17 UTC 2012 Modified Files: pkgsrc/www/libmicrohttpd: Makefile PLIST distinfo Log Message: Update to 0.9.23: Fri Nov 9 21:36:46 CET 2012 Releasing libmicrohttpd 0.9.23. -CG Thu Nov 8 22:32:59 CET 2012 Ship our own version of tsearch and friends if not provided by platform, so that MHD works nicely on Android. -JJ Mon Oct 22 13:05:01 CEST 2012 Immediately do a second read if we get a full buffer from TLS as there might be more data in the TLS buffers even if there is no activity on the socket. -CG Tue Oct 16 01:33:55 CEST 2012 Consistently use "#ifdef" and "#ifndef" WINDOWS, and not sometimes "#if". -CG To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/libmicrohttpd/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/libmicrohttpd/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/libmicrohttpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.