ruby-rack 1.5.2-4 source package in Ubuntu

Changelog

ruby-rack (1.5.2-4) unstable; urgency=medium

  * Add patch: Fix upstream Issue 631
    - uninitialized constant Rack::Response::BodyProxy
  * Create cherry-picked patch for Security Fix (Closes: #789311)
    - CVE-2015-3225: 1-4-deep_params.patch

 -- Youhei SASAKI <email address hidden>  Wed, 29 Jul 2015 17:32:29 +0900

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rack_1.5.2-4.dsc 2.1 KiB 84fe59be43f78ea7b0b61df0a6474a50a4a77da226a57a676572a4c7b9442c8f
ruby-rack_1.5.2.orig.tar.gz 213.3 KiB fd4fbd6545f9105baf62b6ea413b62d4724567c608b14de0a3a64568f81cc774
ruby-rack_1.5.2-4.debian.tar.xz 7.0 KiB 4316de8200174b661646ff32e38a1d90514a78537843a41e101dd709fb4c3175

Available diffs

No changes file available.

Binary packages built by this source

ruby-rack: modular Ruby webserver interface

 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.
 .
 Also see http://rack.github.io/.