Update ruby-rack to 1.0.1.
Changes since 1.0.0: * Bump remainder of rack.versions. * Support the pure Ruby FCGI implementation. * Fix for form names containing "=": split first then unescape components * Fixes the handling of the filename parameter with semicolons in names. * Add anchor to nested params parsing regexp to prevent stack overflows * Use more compatible gzip write api instead of "<<". * Make sure that Reloader doesn't break when executed via ruby -e * Make sure WEBrick respects the :Host option * Many Ruby 1.9 fixes.
This commit is contained in:
parent
c8bbedc17d
commit
fa15fc9eaa
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2009/06/14 17:58:55 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2009/12/02 12:44:43 fhajny Exp $
|
||||
|
||||
DISTNAME= rack-1.0.0
|
||||
DISTNAME= rack-1.0.1
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2009/06/14 22:00:34 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2009/12/02 12:44:43 fhajny Exp $
|
||||
bin/rackup
|
||||
${GEM_HOME}/cache/rack-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/COPYING
|
||||
|
@ -73,6 +73,7 @@ ${GEM_LIBDIR}/test/multipart/empty
|
|||
${GEM_LIBDIR}/test/multipart/ie
|
||||
${GEM_LIBDIR}/test/multipart/nested
|
||||
${GEM_LIBDIR}/test/multipart/none
|
||||
${GEM_LIBDIR}/test/multipart/semicolon
|
||||
${GEM_LIBDIR}/test/multipart/text
|
||||
${GEM_LIBDIR}/test/spec_rack_auth_basic.rb
|
||||
${GEM_LIBDIR}/test/spec_rack_auth_digest.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2009/06/14 17:58:55 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.4 2009/12/02 12:44:43 fhajny Exp $
|
||||
|
||||
SHA1 (rack-1.0.0.gem) = 571dc1d6a74a2a4cb0082a59612ff8b2f80f8752
|
||||
RMD160 (rack-1.0.0.gem) = 5fbb7259f4e9ba54b081dee3d3caf1c76558fe17
|
||||
Size (rack-1.0.0.gem) = 133632 bytes
|
||||
SHA1 (rack-1.0.1.gem) = 49ae682c029daa5007e7fe7f47096c8788743c8e
|
||||
RMD160 (rack-1.0.1.gem) = 8b4448492f2fb2288df7249cb9e96f57f71ac75f
|
||||
Size (rack-1.0.1.gem) = 134656 bytes
|
||||
|
|
Loading…
Reference in a new issue