./www/ruby-rack2, Modular Ruby webserver interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.9, Package name: ruby32-rack2-2.2.9, 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.

This is rack 2.x.


Master sites:

Filesize: 149 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-24 15:46:24 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-rack2: update to 2.2.9

2.2.9 (2023-03-21)

* Return empty when parsing a multi-part POST with only one end
  delimiter. (#2104, [@alpaca-tc])
   2024-02-24 15:22:36 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-rack2: update to 2.2.8.1

2.2.8.1 (2024-02-21)

What's Changed

* Fixed ReDoS in Accept header parsing [CVE-2024-26146]
* Fixed ReDoS in Content Type header parsing [CVE-2024-25126]
* Reject Range headers which are too large [CVE-2024-26141]
   2024-02-04 08:04:47 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-rack2: update to 2.2.8

2.2.7 (2023-03-13)

* Correct the year number in the changelog (#2015, @kimulab)
* Support underscore in host names for Rack 2.2 (Fixes #2070) (#2015,
  @jeremyevans)

2.2.8 (2023-07-31)

* Regenerate SPEC (#2102, @skipkayhil)
* Limit file extension length of multipart tempfiles (#2015, @dentarg)
* Fix "undefined method DelegateClass for Rack::Session::Cookie:Class"
  (#2092, @onigra @dchandekstark)
   2023-03-15 14:23:30 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-rack2: update to 2.2.6.4

2.2.6.4 (2023-03-13)

* Avoid ReDoS problem: Split headers on commas, then strip the strings in
  order to avoid ReDoS issues.

  [CVE-2023-27539]
   2023-03-05 15:25:46 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-rack2: update to 2.2.6.3

2.2.6.3 (2023-03-02)

* Limit all multipart parts, not just files

  Previously we would limit the number of multipart parts which were files,
  but not other parts.  In some cases this could cause parsing of
  maliciously crafted inputs to take longer than expected.

  [CVE-2023-27530]
   2023-01-19 15:22:03 by Takahiro Kambe | Files touched by this commit (2) | Package updated
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
   2023-01-05 16:31:27 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-rack2: update to 2.2.5

2.2.5 (2022-12-27)

Fixed

* Rack::URLMap uses non-deprecated form of Regexp.new. (#1998, @weizheheng)
   2023-01-04 16:19:38 by Takahiro Kambe | Files touched by this commit (5)
Log message:
www/ruby-rack2: add package version 2.2.4

Add current ruby-rack package version 2.2.4 as ruby-rack2.