Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-puma
From: Takahiro Kambe
Date: 2021-12-11 16:38:56
Message id: 20211211153856.E1387FAEC@cvs.NetBSD.org
Log Message:
www/ruby-puma: update to 5.5.2
5.5.2 (2021-10-12)
Bugfixes
* Allow UTF-8 in HTTP header values
5.5.1 (2021-10-12)
Feature (added as mistake - we don't normally do this on bugfix releases,
sorry!)
* Allow setting APP_ENV in preference to RACK_ENV or RAILS_ENV (#2702)
Security
* Do not allow LF as a line ending in a header (CVE-2021-41136)
5.5.0 (2021-09-19)
Features
* Automatic SSL certificate provisioning for localhost, via localhost gem
(#2610, #2257)
* add support for the PROXY protocol (v1 only) (#2654, #2651)
* Add a semantic CLI option for no config file (#2689)
Bugfixes
* More elaborate exception handling - lets some dead pumas die. (#2700,
#2699)
* allow multiple after_worker_fork hooks (#2690)
* Preserve BUNDLE_APP_CONFIG on worker fork (#2688, #2687)
Performance
* Fix performance of server-side SSL connection close. (#2675)
Files: