diff options
author | taca <taca@pkgsrc.org> | 2021-12-11 15:38:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-12-11 15:38:56 +0000 |
commit | f7564b4a9988cea5b8b0ca717754d7da43e96fa0 (patch) | |
tree | a68f8db67b57d025d45a424fea474ab168e84d00 /www/ruby-puma | |
parent | 3e8312ac290f01347d10ded614f9123ee8fbf68a (diff) | |
download | pkgsrc-f7564b4a9988cea5b8b0ca717754d7da43e96fa0.tar.gz |
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)
Diffstat (limited to 'www/ruby-puma')
-rw-r--r-- | www/ruby-puma/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-puma/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ruby-puma/Makefile b/www/ruby-puma/Makefile index 2e18c989fe3..3801fef42d0 100644 --- a/www/ruby-puma/Makefile +++ b/www/ruby-puma/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2021/09/19 17:56:43 taca Exp $ +# $NetBSD: Makefile,v 1.32 2021/12/11 15:38:56 taca Exp $ -DISTNAME= puma-5.4.0 +DISTNAME= puma-5.5.2 CATEGORIES= www MAINTAINER= taca@NetBSD.org diff --git a/www/ruby-puma/distinfo b/www/ruby-puma/distinfo index 9498a807186..64804875889 100644 --- a/www/ruby-puma/distinfo +++ b/www/ruby-puma/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2021/10/26 11:31:02 nia Exp $ +$NetBSD: distinfo,v 1.29 2021/12/11 15:38:56 taca Exp $ -BLAKE2s (puma-5.4.0.gem) = e91612c78d86829bcdf23bc45af65f8e922b1f7e5193b7d02835084be94af1c3 -SHA512 (puma-5.4.0.gem) = ca26bce0612e81d3c8546bda0e1bb14c053a4060bbeacb9bc7b2c8c024810b6c44fbc99680b4032dbef6c5675a650bde416c1de827271df56444538101954de6 -Size (puma-5.4.0.gem) = 201728 bytes +BLAKE2s (puma-5.5.2.gem) = 61957e6cb4eea21bb70c1013f7ed63484dc26abdb26926ca8ca4febe51622d5b +SHA512 (puma-5.5.2.gem) = dcc6d35bc4907ad3b6cfbfb902caa2ba763114c29fab6f60b3b46d5294f6e1744124ffea2e665b288889215ce6dcc547047246a8c96fc615c2c16fd156b85d71 +Size (puma-5.5.2.gem) = 203776 bytes |