Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 63AF963D4CB for ; Sat, 15 Oct 2011 15:19:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3357F14A19E; Sat, 15 Oct 2011 15:19:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B408814A19D for ; Sat, 15 Oct 2011 15:19:15 +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 lWSjd4pb6zNv for ; Sat, 15 Oct 2011 15:19:15 +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 DC68914A17E for ; Sat, 15 Oct 2011 15:19:14 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C44ED175DD; Sat, 15 Oct 2011 15:19:14 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 15 Oct 2011 15:19:14 +0000 From: "Hiramatsu Yoshifumi" Subject: CVS commit: pkgsrc/www/p5-Starman To: pkgsrc-changes@NetBSD.org Reply-To: hiramatsu@netbsd.org X-Mailer: log_accum Message-Id: <20111015151914.C44ED175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hiramatsu Date: Sat Oct 15 15:19:14 UTC 2011 Modified Files: pkgsrc/www/p5-Starman: Makefile distinfo Log Message: Update p5-Starman to 0.2014. Changes from previous: 0.2014 Sun Sep 18 12:43:06 PDT 2011 - Fixed broken PSGI response headers after the output (cho45) 0.2013 Sat Jun 25 11:51:47 PDT 2011 - Relaxed the harakiri tests (audreyt) 0.2012 Wed Jun 22 13:51:59 PDT 2011 - Implemented psgix.harakiri mode (audreyt) - Added --error-log option (Paulo E. Castro) 0.2011 Tue May 24 09:41:52 PDT 2011 - Fix chunked response with 0-length PSGI array elements (chmrr) 0.2010 Mon Mar 28 16:23:23 PDT 2011 - Fixed packaging. No changes. 0.2009 Fri Mar 25 19:15:23 PDT 2011 - Requires Plack 0.9971 to support localizing $0 to fix the FindBin issues #7, #15, #18, #19 - Calls srand() automatically in the child init hook to avoid a fixed random seed #20 - Implemented --keepalive-timeout which defaults to 1 (acme) 0.2008 Mon Feb 14 17:19:20 PST 2011 - Documented that -E is automatically set to 'deployment' RT:61517 (timbunce) - Check the defined-ness of the input buffer to suppress warnings RT:60007 0.2007 Thu Sep 30 14:09:00 PDT 2010 - Fixed a bug where Date header can be duplicate if the app generates one (spleenjack) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/p5-Starman/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/p5-Starman/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.