diff options
author | he <he@pkgsrc.org> | 2008-07-20 21:23:19 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-20 21:23:19 +0000 |
commit | aae542a2bb8d05fce5052967a38250628cedbacd (patch) | |
tree | 2c9b582b600db891f8c719fedc7174e92e351f1d /www | |
parent | aa0b905b3eadcb8d0cfc2d5d757c7e0a6ec57054 (diff) | |
download | pkgsrc-aae542a2bb8d05fce5052967a38250628cedbacd.tar.gz |
Update from version 0.2 to 0.7. Changes:
0.07 Wed, 19 Mar 2008 18:41:56 +0000
- Only serve files not directories, thanks to Bradley Bailey
for the report.
Closes http://rt.cpan.org/Public/Bug/Display.html?id=34068
- Fixed url handling for requests from IE/
Closes http://rt.cpan.org/Public/Bug/Display.html?id=27650
0.06 Mon, 23 Jul 2007 10:42:37 +0100
- Fixed problem with handling empty files where they have no
file extension or it is not recognised by MIME::Types.
Thanks to Mark Stosberg for the report
0.05 Mon, 6 Nov 2006 09:29:42 +0000
- Applied patch from Max Maischein to use the binmode function
rather than the binmode method of IO::File, which only exists
in newer versions of that module which we were not requiring.
0.04 Thu, 20 Jul 2006 12:03:21 +0100
- Applied patch from Tom Hukins to make
HTTP::Server::Simple::Static RFC compliant. Section 4.1 of
RFC 2616, "Message Types", states that header fields should
be separated by CRLF. This is done in the manner recommended
in perlport(1).
- Also applied patch from Tom Hukins to add the "use bytes"
pragma to ensure Content-Length contains the number of bytes
in the response body, not the number of characters.
0.03 Tue, 13 Jun 2006 11:00:58 +0100
- Fixed documentation to show that HTTP::Server::Simple::CGI
should be used as the base class.
Closes: http://rt.cpan.org/Public/Bug/Display.html?id=18682
- Switched to using IO::File for the file handling, also
turned on binmode to help those on Windows serve images, etc.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Server-Simple-Static/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple-Static/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-HTTP-Server-Simple-Static/Makefile b/www/p5-HTTP-Server-Simple-Static/Makefile index 04a36954895..09840e7c57d 100644 --- a/www/p5-HTTP-Server-Simple-Static/Makefile +++ b/www/p5-HTTP-Server-Simple-Static/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:43 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/07/20 21:23:19 he Exp $ -DISTNAME= HTTP-Server-Simple-Static-0.02 +DISTNAME= HTTP-Server-Simple-Static-0.07 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} diff --git a/www/p5-HTTP-Server-Simple-Static/distinfo b/www/p5-HTTP-Server-Simple-Static/distinfo index d830ec7d5b4..cf7e47b0293 100644 --- a/www/p5-HTTP-Server-Simple-Static/distinfo +++ b/www/p5-HTTP-Server-Simple-Static/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/05/02 04:41:37 jlam Exp $ +$NetBSD: distinfo,v 1.2 2008/07/20 21:23:19 he Exp $ -SHA1 (HTTP-Server-Simple-Static-0.02.tar.gz) = 84733cf355eb952e31b1b8e4e2e4f0d092a286b7 -RMD160 (HTTP-Server-Simple-Static-0.02.tar.gz) = 915252e85d3c787d8bda389bc5ba1834c8d2e8f6 -Size (HTTP-Server-Simple-Static-0.02.tar.gz) = 2216 bytes +SHA1 (HTTP-Server-Simple-Static-0.07.tar.gz) = 2b91c6b9b316b8568410ffd24a4467b98bf43410 +RMD160 (HTTP-Server-Simple-Static-0.07.tar.gz) = 757e6032c2c30065e43b36467b70312d35b0a2e5 +Size (HTTP-Server-Simple-Static-0.07.tar.gz) = 3908 bytes |