Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-puma
From: Takahiro Kambe
Date: 2023-06-09 17:32:09
Message id: 20230609153209.9265CFA89@cvs.NetBSD.org
Log Message:
www/ruby-puma: update to 6.3.0
6.3.0 - Mugi No Toki Itaru (2023-05-31)
Japan has 72 traditional microseasons. May 31 is the first day of 麦秋至,
which means the time of the wheat/barley harvest.
Features
* Add dsl method supported_http_methods ([#3106], [#3014])
* Puma error responses no longer have any fingerprints to indicate Puma
([#3161], [#3037])
* Support decryption of SSL key ([#3133], [#3132])
Bugfixes
* Don't send 103 early hints response when only invalid headers are used
([#3163])
* Handle malformed request path ([#3155], [#3148])
* Misc lib file fixes - trapping additional errors, CI helper ([#3129])
* Fixup req form data file upload with "r\n" line endings ([#3137])
* Restore rack 1.6 compatibility ([#3156])
Refactor
* const.rb - Update Puma::HTTP_STATUS_CODES ([#3162])
* Clarify Reactor#initialize ([#3151])
New Contributors
* @severin made their first contribution in #3156
Files: