diff options
author | wen <wen@pkgsrc.org> | 2013-05-09 15:48:40 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-05-09 15:48:40 +0000 |
commit | e7ef106ad25057ed9a1d7f201034e1642897b20a (patch) | |
tree | b126532627d1ae40d265b5223065e8812dd2e389 /www | |
parent | 9f88dfca1a83717d669b237a98633f08674a706b (diff) | |
download | pkgsrc-e7ef106ad25057ed9a1d7f201034e1642897b20a.tar.gz |
Update to 1.3113
Upstream changes:
1.3113 08.05.2013
[ ENHANCEMENTS ]
* GH #869: leave body parameters alone if deserialization failed
(brianphillips).
* GH #914: add link to melezhik's psgi chef cookbook.
* GH #923: implement lazy session flushing. (David Golden)
[ BUG FIXES ]
* GH #920: fix pod for Dancer::Development. (ppisar)
[ DOCUMENTATION ]
* GH #915: add warning about behaviour of hooks with multiple packages
loaded by load_app (racke).
* GH #918: Fix headers syntax in Dancer::Response perldoc
(Vyacheslav Matyukhin).
1.3112 10.04.2013
[ ENHANCEMENTS ]
* GH #897 dancer script diagnostic more explicit if target directory
does not exist or is not writable (reported by Andrew Grangaard).
* GH #907: skip tests of deprecated features (mokko).
[ BUG FIXES ]
* GH #900: backport the security patch for Dancer::ModuleLoader
from Dancer2 (mokko).
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Dancer/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index ac53d0a7459..3c4830511b1 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2013/02/25 02:23:13 wen Exp $ +# $NetBSD: Makefile,v 1.14 2013/05/09 15:48:40 wen Exp $ -DISTNAME= Dancer-1.3111 +DISTNAME= Dancer-1.3113 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/} diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo index d1f3303c435..d40a6a0cb61 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/02/25 02:23:13 wen Exp $ +$NetBSD: distinfo,v 1.10 2013/05/09 15:48:40 wen Exp $ -SHA1 (Dancer-1.3111.tar.gz) = 15ef2c1ab723d4e0f46ae3f05f6842f69b395a0c -RMD160 (Dancer-1.3111.tar.gz) = a1bf40014e00a957d39323b9737c1275ca19cf2f -Size (Dancer-1.3111.tar.gz) = 294142 bytes +SHA1 (Dancer-1.3113.tar.gz) = 9432e40380dd2c8a3f7424a9f4569746c6295807 +RMD160 (Dancer-1.3113.tar.gz) = d062f29060302132e14fd7f31c7ba7c2de3b31f2 +Size (Dancer-1.3113.tar.gz) = 295283 bytes |