diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-12 02:58:03 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-12 02:58:03 +0000 |
commit | 552627b04cdc1541b7a5c6fc1bce61bfa467bafe (patch) | |
tree | f816f998a11fc61db71886de3fd6bb427b5d8b93 /www | |
parent | 0d8db78ab5937296b05902260eb84f46ecdff8a3 (diff) | |
download | pkgsrc-552627b04cdc1541b7a5c6fc1bce61bfa467bafe.tar.gz |
Update p5-CGI-Emulate-PSGI to 0.14.
Changes from previous:
0.14 Mon Oct 31 10:37:49 PDT 2011
- Fixed a bug where croak was not imported from Carp (ctfliblime)
0.13 Sun Sep 18 12:10:56 PDT 2011
- Set the status header to 302 if there's Location header but no Status in the resonse (ASP)
0.12 Thu Jun 9 23:58:10 PDT 2011
- Fixed the PSGI header generation to prevent invalid PSGI response headers
such as newlines in the value and "Status" key
0.11 Fri Feb 18 21:35:29 PST 2011
- Filter psgix.* environment too (mkanat)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Emulate-PSGI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-CGI-Emulate-PSGI/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-CGI-Emulate-PSGI/Makefile b/www/p5-CGI-Emulate-PSGI/Makefile index 37514199956..2aae16f40d8 100644 --- a/www/p5-CGI-Emulate-PSGI/Makefile +++ b/www/p5-CGI-Emulate-PSGI/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2011/08/14 16:05:44 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/11/12 02:58:03 hiramatsu Exp $ -DISTNAME= CGI-Emulate-PSGI-0.10 +DISTNAME= CGI-Emulate-PSGI-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} diff --git a/www/p5-CGI-Emulate-PSGI/distinfo b/www/p5-CGI-Emulate-PSGI/distinfo index 30274b1e20d..4ff588801b2 100644 --- a/www/p5-CGI-Emulate-PSGI/distinfo +++ b/www/p5-CGI-Emulate-PSGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/07/11 13:20:33 seb Exp $ +$NetBSD: distinfo,v 1.3 2011/11/12 02:58:03 hiramatsu Exp $ -SHA1 (CGI-Emulate-PSGI-0.10.tar.gz) = dbd94d0b2066974d5b96afdee340b8ca6ea00101 -RMD160 (CGI-Emulate-PSGI-0.10.tar.gz) = f4160a1652c23ffee8ede9e41c3949c6a5fdc88e -Size (CGI-Emulate-PSGI-0.10.tar.gz) = 27306 bytes +SHA1 (CGI-Emulate-PSGI-0.14.tar.gz) = 96f3266a456ac9e4a42e963b48426f4c982af986 +RMD160 (CGI-Emulate-PSGI-0.14.tar.gz) = 212c05fc03853e51c43db8f6a283716161f5e3a9 +Size (CGI-Emulate-PSGI-0.14.tar.gz) = 30836 bytes |