diff options
author | wen <wen@pkgsrc.org> | 2014-07-13 04:44:08 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-07-13 04:44:08 +0000 |
commit | 840891b08162013f5f4abe2a378393e8f13c6736 (patch) | |
tree | 2b103c80e3a562b9c6c6a4a8fc0096d09c2a2ffb /www | |
parent | e2ff3f129e48c8ee98caf26ea08bc7ffc0c0b5f4 (diff) | |
download | pkgsrc-840891b08162013f5f4abe2a378393e8f13c6736.tar.gz |
Update to 5.13
Upstream changes:
5.13 2014-07-13
- Added json_like, json_message_like, json_message_unlike and json_unlike
methods to Test::Mojo.
- Improved HTML5.1 compliance of Mojo::DOM::HTML.
- Fixed bug where Mojo::UserAgent would keep too many connections alive.
- Fixed Mojo::Reactor::Poll bug where watchers were active after they have
been removed. (jberger)
5.12 2014-07-04
- Fixed a few multipart form handling bugs.
- Fixed AUTOLOAD bug in Mojo::Collection where it would behave differently
than calling pluck directly.
5.11 2014-07-02
- Moved reverse_proxy attribute from Mojo::Server::Daemon to Mojo::Server.
- Added delay and inactivity_timeout helpers to
Mojolicious::Plugin::DefaultHelpers.
- Improved error method in Mojolicious::Validator::Validation to return
field names when called without arguments.
- Fixed "0" value bug in Mojo::UserAgent::Transactor.
5.10 2014-06-28
- Added cleanup attribute to Mojo::Server::Prefork.
- Improved Mojo::Server::Prefork to keep sending heartbeat messages when
stopping gracefully.
- Fixed small bug where Mojo::Server::Daemon was too eager to reconfigure
Mojo::IOLoop.
- Fixed small bug where Hypnotoad would clean up process id and lock files
too early.
5.09 2014-06-24
- Improved .ep templates to make the current controller available as $c.
5.08 2014-06-17
- Added reset method to Mojo::IOLoop.
- Added reset method to Mojo::Reactor.
- Added reset method to Mojo::Reactor::Poll.
5.07 2014-06-13
- Fixed RFC 7230 compliance bugs in Mojo::Headers.
5.06 2014-06-11
- Added deserialize and serialize attributes to Mojolicious::Sessions.
- Improved redirect_to to behave more like url_for.
- Fixed bug in Mojo::UserAgent where HTTP/1.0 connections were sometimes
kept alive.
5.05 2014-06-08
- Fixed parsing of header fields with single character names in
Mojo::Headers. (crab)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Mojolicious/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Mojolicious/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index 26ee58e1f09..80e4de0d3db 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2014/06/05 08:14:19 wen Exp $ +# $NetBSD: Makefile,v 1.54 2014/07/13 04:44:08 wen Exp $ -DISTNAME= Mojolicious-5.04 +DISTNAME= Mojolicious-5.13 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/} diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index 11a0d4f4199..2e427803189 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.49 2014/06/05 08:14:19 wen Exp $ +$NetBSD: distinfo,v 1.50 2014/07/13 04:44:08 wen Exp $ -SHA1 (Mojolicious-5.04.tar.gz) = a2db1fd6ccbc74acf644497023cfe9a20bd8ae2b -RMD160 (Mojolicious-5.04.tar.gz) = cf10b50002189ac6fbf30189632875ca0127566b -Size (Mojolicious-5.04.tar.gz) = 635621 bytes +SHA1 (Mojolicious-5.13.tar.gz) = 5b8414ea42499918a8dc4532eb8bc599a0df3716 +RMD160 (Mojolicious-5.13.tar.gz) = 21a2a05c8bd293966b806d9deac1f351f57fad21 +Size (Mojolicious-5.13.tar.gz) = 638972 bytes |