diff options
author | wen <wen@pkgsrc.org> | 2014-05-01 13:35:02 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-05-01 13:35:02 +0000 |
commit | 1f7e45d6a7f0937a17f6eed04fd1b996b1cc0bc5 (patch) | |
tree | 447e14111a1d13def137a19eb26fe29c8fad2166 /www/p5-Dancer2 | |
parent | beba17819d3eadc73a207ce153dfb8f43b4671b6 (diff) | |
download | pkgsrc-1f7e45d6a7f0937a17f6eed04fd1b996b1cc0bc5.tar.gz |
Update to 0.140001
Upstream changes:
0.140001 2014-05-01 10:49:25CEST+0200 Europe/Amsterdam
[ BUG FIXES ]
* Bugfix for extracting multiple cookies within a request.
(Cymon, Russell Jenkins)
* Require minimum version of Plack to make sure we can add the Head
middleware. Not exactly a bug, but not a feature. (Sawyer X)
[ DOCUMENTATION ]
* Correct reference to HTTP::Server::Simple::PSGI. (Russell Jenkins)
0.140000 2014-04-28 23:14:31CEST+0200 Europe/Amsterdam
[ ENHANCEMENTS ]
* Replace Config role with better ConfigReader role.
(Mickey Nasriachi, Stefan Hornburg, Sawyer X)
* Move App-related attributes (engines) to App instead of config role.
(Mickey Nasriachi, Stefan Hornburg, Sawyer X)
* Untangle Runner-Server (removing Server entirely).
(Mickey Nasriachi, Stefan Hornburg, Sawyer X)
* Replace HTTP::Server::Simple::PSGI with HTTP::Server::PSGI.
(Mickey Nasriachi, Stefan Hornburg, Sawyer X)
* GH #527: Build request cookie objects from request headers, not env.
(Russell Jenkins)
* GH #569: Transform cookie using the HTTP_COOKIE header, per PSGI spec.
(Russell Jenkins)
* GH #559, #544: Use Plack middleware for HEAD request content removal.
(Russell Jenkins)
* GH #513, #483: Deserialize body content for DELETE requests.
(Russell Jenkins, Yanick Champoux, Sawyer X)
0.13 2014-04-13 19:19:44CEST+0200 Europe/Amsterdam
[ ENHANCEMENTS ]
* GH #562: Change YAML::Any to YAML (Steven Humphrey, Russell Jenkins).
[ BUG FIXES ]
* GH #524: Double encoding for YAML sessions.
* GH #557: Switch to using YAML::Old.
* GH #548: Deserializer test failure.
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r-- | www/p5-Dancer2/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 1c596d6f4bd..e9c108d5c79 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2014/04/10 13:46:51 wen Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/01 13:35:02 wen Exp $ -DISTNAME= Dancer2-0.12 +DISTNAME= Dancer2-0.140001 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index d948bfe5fe3..2031d851618 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2014/04/10 13:46:51 wen Exp $ +$NetBSD: distinfo,v 1.7 2014/05/01 13:35:02 wen Exp $ -SHA1 (Dancer2-0.12.tar.gz) = 153ac6c07720ef5063cc9df5730e4883fea041cb -RMD160 (Dancer2-0.12.tar.gz) = 088a355e1dec9991b7e3d3ce5b598f819a30d700 -Size (Dancer2-0.12.tar.gz) = 253387 bytes +SHA1 (Dancer2-0.140001.tar.gz) = 6449a12a56c4d535dfdf0ade139128b4e504c888 +RMD160 (Dancer2-0.140001.tar.gz) = c7d06ac6ad032005877fef6ac4347847838025e1 +Size (Dancer2-0.140001.tar.gz) = 254046 bytes |