pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Catalyst-Runtime



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.

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



Home | Main Index | Thread Index | Old Index