summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormspo <mspo@pkgsrc.org>2012-07-01 14:31:15 +0000
committermspo <mspo@pkgsrc.org>2012-07-01 14:31:15 +0000
commitcefad9c1d310d9bb909b56bda4eb30c8a0ff4244 (patch)
tree9b3b7d27209ab5aa0802ffd930ead2b7a490bbae /www
parent1130cb3dc0398efb71e8417b2a6d738ac7f51a4b (diff)
downloadpkgsrc-cefad9c1d310d9bb909b56bda4eb30c8a0ff4244.tar.gz
Get into 3.x!
3.01 2012-07-01 - Improved CSS of built-in templates. - Improved documentation. (diegok, sri) 3.0 2012-06-25 - Code name "Rainbow", this is a major release. - Removed Mojolicious::Plugin::I18N so it can be maintained as a separate distribution. - Removed app_class attribute from Mojo::Server. - Removed qp_decode and qp_encode methods from Mojo::ByteStream. - Removed qp_decode and qp_encode functions from Mojo::Util. - Removed render_to_file and render_file_to_file methods from Mojo::Template. - Renamed Mojo::CookieJar to Mojo::UserAgent::CookieJar. - Renamed Mojo::Command to Mojolicious::Command. - Renamed format, reqs, symbol_start and symbols attributes in Mojolicious::Routes::Pattern to format_regex, constraints, placeholder_start and placeholders. - Merged get_all_data and get_data methods from Mojo::Command into data method in Mojo::Loader. - Moved class_to_file and class_to_path methods from Mojo::Command to Mojo::Util. - Updated IO::Socket::SSL requirement to 1.75 for IO::Socket::IP support. - Switched back from IO::Socket::INET6 to IO::Socket::IP for IPv6 support. - Switched from HMAC-MD5 to HMAC-SHA1 for signed cookies. - Added slurp function to Mojo::Util. - Added slurp method to Mojo::ByteStream. - Added j and r functions to ojo. (sharifulin, sri) - Added accept_interval attribute to Mojo::IOLoop. - Added support for new HTTP status code. - Modernized ".perltidyrc". - Improved Mojo::IOLoop::Server to prioritize RC4 cipher, which mitigates the BEAST attack. (Danny Thomas) - Improved not found page to highlight custom route names. - Improved to method in Mojolicious::Routes::Route to give easier access to default parameters. - Improved message parser performance slightly. - Improved documentation. (ichesnokov, sri) - Improved tests. - Fixed bug that prevented sessions from working in embedded applications. - Fixed JSON Pointer escaping. - Fixed small JSON Pointer bug in get command. (avkhozov) - Fixed small application initialization bug in Mojo::Server. 2.98 2012-05-30 - Switched from IO::Socket::IP to IO::Socket::INET6 for IPv6 support. - Improved IPv6 exception handling in Mojo::IOLoop::Client. - Improved documentation. - Improved tests. - Fixed array appending bug in Mojo::Parameters. 2.97 2012-05-28 - Added workaround to make IO::Socket::SSL work with IO::Socket::IP. - Removed Bonjour support. - Improved documentation. - Improved tests. - Fixed bug that prevented Test::Mojo from working with normal Mojolicious applications that use Mojolicious::Plugin::Config. - Fixed a few small Unicode bugs in documentation.
Diffstat (limited to 'www')
-rw-r--r--www/p5-Mojolicious/Makefile4
-rw-r--r--www/p5-Mojolicious/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile
index 1a9baafd59f..191c0be48a7 100644
--- a/www/p5-Mojolicious/Makefile
+++ b/www/p5-Mojolicious/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2012/05/26 08:06:13 mspo Exp $
+# $NetBSD: Makefile,v 1.14 2012/07/01 14:31:15 mspo Exp $
-DISTNAME= Mojolicious-2.96
+DISTNAME= Mojolicious-3.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/SRI/}
diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo
index 1a80e4997eb..2ae6d7ab1e1 100644
--- a/www/p5-Mojolicious/distinfo
+++ b/www/p5-Mojolicious/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2012/05/26 08:06:13 mspo Exp $
+$NetBSD: distinfo,v 1.14 2012/07/01 14:31:15 mspo Exp $
-SHA1 (Mojolicious-2.96.tar.gz) = 63580081c149f6c345f5b6d609e961060050ec2b
-RMD160 (Mojolicious-2.96.tar.gz) = e52b6d72f004c3ac3755b320ec89ec7e2ed8d1ad
-Size (Mojolicious-2.96.tar.gz) = 566456 bytes
+SHA1 (Mojolicious-3.01.tar.gz) = e44cd4e05470dd355d0cde85ab2d439a0f7fe90e
+RMD160 (Mojolicious-3.01.tar.gz) = 5b0706a60ab90ceb1eda29c2465777cae9d0f11c
+Size (Mojolicious-3.01.tar.gz) = 565750 bytes