Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-rack
From: Takahiro Kambe
Date: 2024-07-13 18:01:01
Message id: 20240713160101.E21E7FC74@cvs.NetBSD.org
Log Message:
www/ruby-rack: update to 3.1.7
3.1.5 (2024-07-02)
Security
* Fix potential ReDoS attack in Rack::Request#parse_http_accept_header.
(GHSA-cj83-2ww7-mvq7, @dwisiswant0)
3.1.6 (2024-07-03)
* Fix several edge cases in Rack::Request#parse_http_accept_header's
implementation. (#2226, @ioquatix)
3.1.7 (2024-07-11)
Fixed
* Do not remove escaped opening/closing quotes for content-disposition
filenames. (#2229, @jeremyevans)
* Fix encoding setting for non-binary IO-like objects in
MockRequest#env_for. (#2227, @jeremyevans)
* Rack::Response should not generate invalid content-length header.
(#2219, @ioquatix)
* Allow empty PATH_INFO. (#2214, @ioquatix)
Files: