pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Mojolicious Update 6.08 to 6.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4b194fd6bf7
branches:  trunk
changeset: 651921:d4b194fd6bf7
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 17 12:21:56 2015 +0000

description:
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)

diffstat:

 www/p5-Mojolicious/Makefile |  4 ++--
 www/p5-Mojolicious/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 71220c4bb04b -r d4b194fd6bf7 www/p5-Mojolicious/Makefile
--- a/www/p5-Mojolicious/Makefile       Sun May 17 12:21:45 2015 +0000
+++ b/www/p5-Mojolicious/Makefile       Sun May 17 12:21:56 2015 +0000
@@ -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 -r 71220c4bb04b -r d4b194fd6bf7 www/p5-Mojolicious/distinfo
--- a/www/p5-Mojolicious/distinfo       Sun May 17 12:21:45 2015 +0000
+++ b/www/p5-Mojolicious/distinfo       Sun May 17 12:21:56 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index