diff options
author | mef <mef@pkgsrc.org> | 2015-05-17 12:21:56 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-17 12:21:56 +0000 |
commit | d58e2cfb7bb91eb053afd19425fff6e86a162d78 (patch) | |
tree | 4ff4eac9eaeaf96f857a12440d1eba6c11dacbdf | |
parent | 885b048b380cb913ecab24a4845fd29ae53573a3 (diff) | |
download | pkgsrc-d58e2cfb7bb91eb053afd19425fff6e86a162d78.tar.gz |
Update 6.08 to 6.11
-------------------
6.11 2015-05-16
- Deprecated build_body and build_headers methods in Mojo::Content.
- Added headers_contain method to Mojo::Content.
- Updated jQuery to version 2.1.4.
- Fixed indentation of ASCII art in documentation browser. (jberger)
- Fixed bug where inline was not considered a reserved stash value.
6.10 2015-04-26
- Removed support for user/group switching, because it never worked
correctly, which means that this security feature has become an attack
vector itself. If you depend on this functionality, you can now use the
CPAN module Mojolicious::Plugin::SetUserGroup instead.
- Removed group and user attributes from Mojo::Server.
- Removed setuidgid method from Mojo::Server.
- Removed group and user settings from Hypnotoad.
- Removed -g/--group and -u/--user options from daemon and prefork commands.
- Added next_tick method to Mojo::Reactor::Poll.
- Improved next_tick callbacks to run in the same order in which they were
registered.
6.09 2015-04-25
- Improved HTML Living Standard compliance of Mojo::Parameters. (riche, sri)
- Fixed bug in Mojolicious::Types where the json MIME type did not specify a
charset. (kaktus)
-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 177065c75d2..ce86d3fa6ad 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2015/04/08 06:47:35 wen Exp $ +# $NetBSD: Makefile,v 1.75 2015/05/17 12:21:56 mef Exp $ -DISTNAME= Mojolicious-6.07 +DISTNAME= Mojolicious-6.11 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/} diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index a7ae8eea486..f9f98248c9c 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.69 2015/04/08 06:47:35 wen Exp $ +$NetBSD: distinfo,v 1.70 2015/05/17 12:21:56 mef Exp $ -SHA1 (Mojolicious-6.07.tar.gz) = 4afb7256608ebc10e458b9931665c5670a7f0b96 -RMD160 (Mojolicious-6.07.tar.gz) = 78b3dd3e41173b0885f83421cbb1ed5b28d42b63 -Size (Mojolicious-6.07.tar.gz) = 643284 bytes +SHA1 (Mojolicious-6.11.tar.gz) = 4f427b95b63783b7d462dcd422b20b630f6203f0 +RMD160 (Mojolicious-6.11.tar.gz) = b6d703b4fd1ab176627a19fdeb1f3c3e2bc542b4 +Size (Mojolicious-6.11.tar.gz) = 644909 bytes |