NOTICE: This package has been removed from pkgsrc

./www/ruby-rack13, Ruby webserver interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3.10, Package name: ruby193-rack-1.3.10, Maintainer: pkgsrc-users

Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.


Required to run:
[lang/ruby193-base]

Master sites:

SHA1: 46087d924c059665cbf3040cd0c93c804fc52f7b
RMD160: 6be454f8dec8d59c417eaeeb134f37c3f8b920e5
Filesize: 183 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-24 15:52:02 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-rack13 which was only required by www/ruby-actionpack31.
   2013-02-08 14:19:57 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-rack13 to 1.3.10.

February 7th, Thirty fifth public release 1.1.6, 1.2.8, 1.3.10
  * Fix CVE-2013-0263, timing attack against Rack::Session::Cookie
   2013-01-31 17:03:34 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Update HOMEPAGE to github's one.
   2013-01-14 05:35:02 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-rack13 to 1.3.9.

* January 6th, 2013: Twenty eighth public release 1.3.7
  * Add warnings when users do not provide a session secret
  * Fix parsing performance for unquoted filenames
  * Updated URI backports
  * Fix URI backport version matching, and silence constant warnings
  * Correct parameter parsing with empty values
  * Correct rackup '-I' flag, to allow multiple uses
  * Correct rackup pidfile handling
  * Report rackup line numbers correctly
  * Fix request loops caused by non-stale nonces with time limits
  * Fix reloader on Windows
  * Prevent infinite recursions from Response#to_ary
  * Various middleware better conforms to the body close specification
  * Updated language for the body close specification
  * Additional notes regarding ECMA escape compatibility issues
  * Fix the parsing of multiple ranges in range headers

* January 7th, 2013: Thirtieth public release 1.3.8
  * Security: Prevent unbounded reads in large multipart boundaries

* January 13th, 2013: Thirty second public release 1.4.4, 1.3.9, 1.2.7, 1.1.5
  * [SEC] Rack::Auth::AbstractRequest no longer symbolizes arbitrary strings
  * Fixed erroneous test case in the 1.3.x series
   2012-03-17 17:38:50 by Takahiro Kambe | Files touched by this commit (4) | Imported package
Log message:
Importing ruby-rack version 1.3.6 as www/ruby-rack13.

This isn't latest version but this is compatible with Ruby on Rails 3.1.