diff options
author | obache <obache> | 2007-04-17 07:47:57 +0000 |
---|---|---|
committer | obache <obache> | 2007-04-17 07:47:57 +0000 |
commit | 4e770bd8c18ccc6ab2db1445c7c5894b5979576b (patch) | |
tree | 833742dd25aded93ed054098ccc1d06ac23c5b6f /www | |
parent | 2b5f5e6eff7daf52189862485b22297bc54eb93c (diff) | |
download | pkgsrc-4e770bd8c18ccc6ab2db1445c7c5894b5979576b.tar.gz |
Update p5-HTTP-Server-Simple to 0.27.
Based on patch provided in PR 36156.
0.27
* 0.26 release apparently didn't get to cpan correctly
0.26
* Supports multi-line encoded values in query_sting (like foo%0Abar) -- Dobrica Pavlinusic
* Fixes to URI unescaping to behave like apache does
0.24
* Hopefully deal with an odd case where a poorly behaved Internet Explorer could crash the server.
Thanks to the Catalyst project.
0.23
Fix a release-engineering messup. Thanks to ANDK
0.22 Wed Oct 18 23:36:34 EDT 2006
* Query string processing improvements
0.21 Wed Oct 18 23:31:42 EDT 2006
[rt.cpan.org #21727] [PATCH] Support for Perl 5.004
-- Sebastien Aperghis-Tramoni
0.20
Require POSIX only if we need it, rather than "use" it all the time
[cpan #17533] - Brad Bowman
0.19
Catch and ignore SIGPIPE, so broken pipes from the client don't cause
Standalone to drop all the way back to the shell.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Server-Simple/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-HTTP-Server-Simple/Makefile b/www/p5-HTTP-Server-Simple/Makefile index eb3651f926d..c2bfef8ffbb 100644 --- a/www/p5-HTTP-Server-Simple/Makefile +++ b/www/p5-HTTP-Server-Simple/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/05/02 04:07:12 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2007/04/17 07:47:57 obache Exp $ # -DISTNAME= HTTP-Server-Simple-0.18 +DISTNAME= HTTP-Server-Simple-0.27 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hss CATEGORIES= www perl5 diff --git a/www/p5-HTTP-Server-Simple/distinfo b/www/p5-HTTP-Server-Simple/distinfo index 3e020de19e2..5abb95858ac 100644 --- a/www/p5-HTTP-Server-Simple/distinfo +++ b/www/p5-HTTP-Server-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/05/02 04:07:12 jlam Exp $ +$NetBSD: distinfo,v 1.3 2007/04/17 07:47:57 obache Exp $ -SHA1 (HTTP-Server-Simple-0.18.tar.gz) = 0a6ddf573b3ff81d57e7ddd0b2872b605b12f4d3 -RMD160 (HTTP-Server-Simple-0.18.tar.gz) = bef8d482136a31f9ad09f2762e7d886b28b1cb31 -Size (HTTP-Server-Simple-0.18.tar.gz) = 20888 bytes +SHA1 (HTTP-Server-Simple-0.27.tar.gz) = aed637669d1a3ff7a350d78ad64dffb47f95fdb9 +RMD160 (HTTP-Server-Simple-0.27.tar.gz) = 909115066240d9956bf02e46dd03ada4d7b21763 +Size (HTTP-Server-Simple-0.27.tar.gz) = 23330 bytes |