Path to this page:
Subject: CVS commit: pkgsrc/www/p5-HTTP-Server-Simple-Static
From: Makoto Fujiwara
Date: 2015-01-12 09:04:34
Message id: 20150112080434.0E4E498@cvs.netbsd.org
Log Message:
(pkgsrc)
- (As noted below, dependency converted)
-DEPENDS+= p5-File-MMagic-[0-9]*:../../misc/p5-File-MMagic
-DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types
+DEPENDS+= p5-File-LibMagic-[0-9]*:../../devel/p5-File-LibMagic
(upstream)
- Update 0.07 to 0.09
0.09 Thu, 15 Aug 2013 09:08:00 +0100
- Added support for clients which send an If-Modified-Since
HTTP header in the request. We return a 304 if the file
has not been changed.
0.08 Wed, 14 Aug 2013 17:00:00 +0100
- Replaced File::MMagic and MIME::Types with File::LibMagic
which should be more reliable.
Closes: http://rt.cpan.org/Public/Bug/Display.html?id=39598
- Improved docs and code example.
Closes: http://rt.cpan.org/Public/Bug/Display.html?id=37701
- Added support for the Last-Modified and Date HTTP headers,
this consequently adds a new dependency on HTTP::Date.
- Added support for not sending the content when the request
method is HEAD.
Files: