Path to this page:
./
www/ruby-rack,
Modular Ruby webserver interface
Branch: pkgsrc-2022Q4,
Version: 2.2.6.2,
Package name: ruby31-rack-2.2.6.2,
Maintainer: pkgsrc-usersRack 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.
Master sites:
Filesize: 148 KB
Version history: (Expand)
- (2023-03-04) Updated to version: ruby31-rack-2.2.6.2
- (2022-12-27) Package added to pkgsrc.se, version ruby31-rack-2.2.4 (created)
CVS history: (Expand)
2023-03-04 15:35:53 by S.P.Zeidler | Files touched by this commit (2) | |
Log message:
Pullup ticket #6738 - requested by taca
www/ruby-rack: security update
Revisions pulled up:
pkgsrc/www/ruby-rack/Makefile by patch
pkgsrc/www/ruby-rack/distinfo by patch
-------------------------------------------------------------------
Log message:
www/ruby-rack2: update to 2.2.6.2
2.2.6 (2022-01-17)
* Extend Rack::MethodOverride to handle QueryParser::ParamsTooDeepError
error. (#2011, @byroot)
2.2.6.1 (2022-01-17)
* [CVE-2022-44571] Fix ReDoS vulnerability in multipart parser
* [CVE-2022-44570] Fix ReDoS in Rack::Utils.get_byte_ranges
* [CVE-2022-44572] Forbid control characters in attributes (also ReDoS)
2.2.6.2 (2022-01-17)
* [CVE-2022-44570] Fix ReDoS in Rack::Utils.get_byte_ranges
|