Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id A035D63C07C for ; Fri, 1 Feb 2013 05:12:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5FA7514A224; Fri, 1 Feb 2013 05:12:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 302AA14A21D for ; Fri, 1 Feb 2013 05:12:09 +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 cPgQ2VSoVPeY for ; Fri, 1 Feb 2013 05:12:08 +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 960C814A212 for ; Fri, 1 Feb 2013 05:12:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 882CC175DD; Fri, 1 Feb 2013 05:12:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 1 Feb 2013 05:12:08 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-Plack To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20130201051208.882CC175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Fri Feb 1 05:12:08 UTC 2013 Modified Files: pkgsrc/www/p5-Plack: Makefile distinfo Log Message: Update to 1.0016 Upstream changes: 1.0016 Thu Jan 31 13:21:14 PST 2013 [SECURITY] - Fixed directory traversal bug in Plack::App::File on win32 environments [INCOMPATIBLE CHANGES] - Updated Plack::Builder OO interface to be more natural. Still keeps backward compatible to the old ->mount() and ->to_app() interface. [NEW FEATURES] - Static middleware 'path' callback now takes $env as a 2nd argument (avar) - Static middleware takes 'content_type' callback to determine custom MIME (pstadt) [IMPROVEMENTS] - Fixed regexp warning for blead (doy) - Documentation update for AccessLog::Timed to suggest Runtime (ether) - Ignore vim swap files on restarter (nihen) - Major doucmentation overhaul on Apache2 startup files (rkitover, avar) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/p5-Plack/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/p5-Plack/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.