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 322E07A46B for ; Sun, 24 Jul 2016 01:36:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D320085E7E; Sun, 24 Jul 2016 01:36:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 650E085E6E for ; Sun, 24 Jul 2016 01:36:49 +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 qQcZqqQXsY3G for ; Sun, 24 Jul 2016 01:36:48 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 99D9784CFD for ; Sun, 24 Jul 2016 01:36:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90543FBB5; Sun, 24 Jul 2016 01:36:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469324208196290" MIME-Version: 1.0 Date: Sun, 24 Jul 2016 01:36:48 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-Catalyst-Runtime To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160724013648.90543FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469324208196290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jul 24 01:36:48 UTC 2016 Modified Files: pkgsrc/www/p5-Catalyst-Runtime: Makefile distinfo Log Message: Update to 5.90111 Upstream changes: 5.90111 - 2016-07-20 - Improved documentation around some of the unicode changes; tests (melmothx++) 5.90110 - 2016-07-20 - Better catching of HTTP style exceptions so that you can reliable use one to override many core method. - Documention on better ways to catch and handle Unicode errors - We now check the unicode in your URL request queries and raise an error if the check fails. This was done to be consistent with what we do in other parts of the code (such as in args, or POSTed parameters). If this breaks your code in ways you don't want to fix, you may disable this using the global configuration setting, "do_not_check_query_encoding". - Removed configuration setting, "decode_query_using_global_encoding" since it no longer does anything useful. Query decoding follows from whatever you set the global encoding to, unless you specify an alternative or to not decode. 5.90106 - 2016-07-05 - Fixed regression in debug screen rendering of the private names in chained actions caused by commit 5dd46e24eedec447bdfbc4061ed683b5a17a7b0c. - Fixed incorrect date entered for the release of 5.90105 - Fixed some incorrect code in a test case that might be causing test fails in some configurations. 5.90105 - 2016-06-08 - Tweak some test cases to try and prevent them from failing in limited cases. - Changed how we compose traits onto the response, request, and stats class so that we compose just once at setup time (performance optimization). Also added a debug screen at startup to display composed classes to help with debugging. - Fixed a regressed caused by the changes we made to the way ->state works so that now when you forward to an action and that action throws an exception, $c->state is set to 0, instead of the value of the exeption (this is to be as indicated by the documentation). (cventers++ for reported bug and test case). - Changed the code that detects if you try to set HTTP headers after headers are finalized to not warn if you are just requested the response header state. Tweaked this error message a bit to help people understand it. 5.90104 - 2016-04-04 - Merged pull request #131, fix for noisy debug logs when used type constraints in your actions. Additional changes to the developer debug screen output to improve reporting details. - Merged pull request #133, fix for case when a file upload filename contains wide characters which caused the filename to not appear in the uploads hash. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/p5-Catalyst-Runtime/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/p5-Catalyst-Runtime/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469324208196290 Content-Disposition: inline Content-Length: 1838 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-Catalyst-Runtime/Makefile diff -u pkgsrc/www/p5-Catalyst-Runtime/Makefile:1.37 pkgsrc/www/p5-Catalyst-Runtime/Makefile:1.38 --- pkgsrc/www/p5-Catalyst-Runtime/Makefile:1.37 Wed Jun 8 19:25:00 2016 +++ pkgsrc/www/p5-Catalyst-Runtime/Makefile Sun Jul 24 01:36:48 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2016/06/08 19:25:00 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2016/07/24 01:36:48 wen Exp $ -DISTNAME= Catalyst-Runtime-5.90103 -PKGREVISION= 2 +DISTNAME= Catalyst-Runtime-5.90111 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} Index: pkgsrc/www/p5-Catalyst-Runtime/distinfo diff -u pkgsrc/www/p5-Catalyst-Runtime/distinfo:1.23 pkgsrc/www/p5-Catalyst-Runtime/distinfo:1.24 --- pkgsrc/www/p5-Catalyst-Runtime/distinfo:1.23 Fri Nov 27 23:19:57 2015 +++ pkgsrc/www/p5-Catalyst-Runtime/distinfo Sun Jul 24 01:36:48 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2015/11/27 23:19:57 mef Exp $ +$NetBSD: distinfo,v 1.24 2016/07/24 01:36:48 wen Exp $ -SHA1 (Catalyst-Runtime-5.90103.tar.gz) = 293fe9bed8ab140fbb78930f3e9262ae7f4907f8 -RMD160 (Catalyst-Runtime-5.90103.tar.gz) = a8832721ddb3e41a77fccf9720c78d15daaafa54 -SHA512 (Catalyst-Runtime-5.90103.tar.gz) = 0ca796d42b9f88c7e13aa5296d223444b17bf4c10386f44c1b28ea8f94e826ed42ec1e1095a62ae52032778e895166da430b02cab26d448b1202824c5a15fc8a -Size (Catalyst-Runtime-5.90103.tar.gz) = 394198 bytes +SHA1 (Catalyst-Runtime-5.90111.tar.gz) = 919bdadcb3f2c36aa1183c1558cc638269b117ee +RMD160 (Catalyst-Runtime-5.90111.tar.gz) = 04f8ec9303935f6b56b21be73bb7ce6ec07dbf3d +SHA512 (Catalyst-Runtime-5.90111.tar.gz) = 0d55668309ab54ef4cf44e46c7ef29df8837251f44a442c7c6e44d6b4f0c54c4a4d03eaf63a083c9c3781242e4d0a765ccaf8d037784cd0e48fac559bdcd21ae +Size (Catalyst-Runtime-5.90111.tar.gz) = 389756 bytes --_----------=_1469324208196290--