2025-03-16 16:10:51 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
www/ruby-rack2: update to 2.2.13
2.2.13 (2025-03-11)
Security
* CVE-2025-27610 Local file inclusion in Rack::Static.
|
2025-03-04 15:42:53 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
www/ruby-rack2: update to 2.2.12
2.2.12 (2025-03-04)
Security
* CVE-2025-27111 Possible Log Injection in Rack::Sendfile.
|
2025-02-23 16:16:43 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
www/ruby-rack2: update to 2.2.11
2.2.11 (2025-02-12)
Security
* CVE-2025-25184 Possible Log Injection in Rack::CommonLogger.
|
2024-10-14 04:55:31 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
www/ruby-rack2: update to 2.2.10
2.2.10 (2024-10-14)
* Fix compatibility issues with Ruby v3.4.0. (#2248, @byroot)
|
2024-03-24 15:46:24 by Takahiro Kambe | Files touched by this commit (2) |  |
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) |  |
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) |  |
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) |  |
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) |  |
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) |  |
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
|