summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2012-09-11 13:21:52 +0000
committerwen <wen@pkgsrc.org>2012-09-11 13:21:52 +0000
commitf678ef36504d1eff05abe1fcb71f77d18c83a0b9 (patch)
treee6ac4c016ba6277202aeacc960373c736cbbe75b
parent7cfa69029cafd08344c8c3fa9dfc4a86b2ac056f (diff)
downloadpkgsrc-f678ef36504d1eff05abe1fcb71f77d18c83a0b9.tar.gz
Updated to 1.0003 from 0.9985
Upstream changes: 1.0003 Wed Aug 29 13:44:53 PDT 2012 [BUG FIXES] - Fix Basic authentication error in case password contains a colon #319 - Fix AccessLog middleware in platforms where %z strftime is not supported #318 - Escape $_ in Plack::Request path method due to a possible URI::Escape bug 1.0002 Mon Aug 13 17:04:25 PDT 2012 [NEW FEATURES] - Added --no-default-middleware option to plackup #290 [BUG FIXES] - Use C locale for AccessLog strftime #313 - Escape Plack::Request URI path using RFC 3986 definition (ssmccoy) [IMPROVEMENTS] - Documentation improvements (ether, Tom Heady) - Skip displaying ".." in Plack::App::Directory #277 - Document load_class() doesn't validate user input. #285 1.0001 Thu Jul 26 16:24:13 PDT 2012 [INCOMPATIBLE CHANGES] - Deleted lots of code, methods and warnings that have been deprecated since 0.99 (which should have been done in the 1.0000 release) [DEVELOPERS] - Added bootstrap script to install devel dependencies [IMPROVEMENTS] - Fixed version numbers in some of the modules that have their own $VERSION 1.0000 Thu Jul 19 18:59:18 PDT 2012 - This be 1.0! (Same as 0.9991) 0.9991 Thu Jul 19 17:27:52 PDT 2012 [NEW FEATURES] - Added IIS7 fix middleware (t0m) 0.9990 Wed Jul 18 11:12:07 PDT 2012 [INCOMPATIBILE CHANGES] - Plack::Request changes the way it parses QUERY_STRING for valueless keys such as "?a&b=1". Now "a" becomes part of query_parameters with empty string as its value (yannk) [IMPROVEMENTS] - Support max-age options in Plack::Response cookies (remorse) - Pass correct protocol from HTTP::Server::PSGI to display https URL correctly (siracusa) - Copy Authorization header from FastCGI handler (ray1729) - Stop special casing COOKIE environment variable in Plack::Request headers (doy) 0.9989 Thu Jun 21 13:39:11 PDT 2012 [IMPROVEMENTS] - Support streaming in Head middleware (wreis) - Document middleware prefixing (Jon Swartz) - Make Basic authentication detection case insensitive per RFC (Mark Fowler) - Added backlog option to FCGI handler (xaicron) 0.9988 Fri May 11 12:25:09 CEST 2012 [BUG FIXES] - Fixes HTTP_HOST in HTTP::Message::PSGI #287 (doy) 0.9987 Thu May 10 07:06:32 CEST 2012 [IMPROVEMENTS] - Support streaming in AccessLog::Timed (Peter Makholm) - Support streaming in ErrorDocument - Removed UTF8 hack in HTTP::Message::PSGI. Depends on URI.pm 1.59 (wreis) - Set Host headers correctly in HTTP::Message::PSGI #177 - Added documentation on supported %-flags in AccessLog (ether) - Skip unnecessary tests on non-developer environment 0.9986 Mon Mar 12 11:26:59 PDT 2012 [IMPROVEMENTS] - Use I/O handles to FCGI::Request instead of global STDIN, STDOUT etc. (chansen) - Improved FastCGI docs (osfameron) - Cascade app now returns the last response code (aristotle)
-rw-r--r--www/p5-Plack/Makefile6
-rw-r--r--www/p5-Plack/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile
index 21d531e75e8..842dd4591d5 100644
--- a/www/p5-Plack/Makefile
+++ b/www/p5-Plack/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2012/01/22 19:43:50 abs Exp $
+# $NetBSD: Makefile,v 1.17 2012/09/11 13:21:52 wen Exp $
-DISTNAME= Plack-0.9985
+DISTNAME= Plack-1.0003
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
@@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
DEPENDS+= p5-libwww>=5.814:../../www/p5-libwww
DEPENDS+= p5-HTTP-Message>=5.814:../../www/p5-HTTP-Message
-DEPENDS+= p5-URI>=1.36:../../www/p5-URI
+DEPENDS+= p5-URI>=1.59:../../www/p5-URI
DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo
index 83d246d6c85..fdad8cc8304 100644
--- a/www/p5-Plack/distinfo
+++ b/www/p5-Plack/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2012/01/22 19:43:50 abs Exp $
+$NetBSD: distinfo,v 1.15 2012/09/11 13:21:52 wen Exp $
-SHA1 (Plack-0.9985.tar.gz) = 609bdebd794e7ccd9335e6655f5c18f2c623049b
-RMD160 (Plack-0.9985.tar.gz) = 600f44bb5c69bd44289a782cdeed26592a573c94
-Size (Plack-0.9985.tar.gz) = 232527 bytes
+SHA1 (Plack-1.0003.tar.gz) = acbca2791d1ecb148a6e457544ca5d51a6f82065
+RMD160 (Plack-1.0003.tar.gz) = 38186b00eeb830a038b89064bfd09d6b920498b9
+Size (Plack-1.0003.tar.gz) = 236391 bytes