www/ruby-puma: update to 6.4.2

6.4.1 (2024-01-03)

Bugfixes

* DSL#warn_if_in_single_mode - fixup when workers set via CLI (#3256)
* Fix idle-timeout not working in cluster mode (#3235, #3228, #3282, #3283)
* Fix worker 0 timing out during phased restart (#3225, #2786)
* context_builder.rb - require openssl if verify_mode != 'none' (#3179)
* Make puma cluster process suitable as PID 1 (#3255)
* Improve Puma::NullIO consistency with real IO (#3276)
* extconf.rb - fixup to detect openssl info in Ruby build (#3271, #3266)
* MiniSSL.java - set serialVersionUID, fix RaiseException deprecation
  (#3270)
* dsl.rb - fix warn_if_in_single_mode when WEB_CONCURRENCY is set (#3265,
  #3264)

Maintenance

* LOTS of test refactoring to make tests more stable and easier to write -
  thanks to @MSP-Greg!
* Fix bug in tests re: TestPuma::HOST4 (#3254)
* Dockerfile for minimal repros: use Ruby 3.2, expect bundler installed
  (#3245)
* fix define_method calls, use Symbol parameter instead of String (#3293)


6.4.2 (2024-01-08)

Security

* Limit the size of chunk extensions.  Without this limit, an attacker could
  cause unbounded resource (CPU, network bandwidth) consumption.
  (GHSA-c2f4-cvqm-65w2)
This commit is contained in:
taca 2024-02-04 06:59:17 +00:00
parent 98035c3737
commit f9340ec380
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.43 2023/12/17 16:27:24 taca Exp $
# $NetBSD: Makefile,v 1.44 2024/02/04 06:59:17 taca Exp $
DISTNAME= puma-6.4.0
DISTNAME= puma-6.4.2
CATEGORIES= www
MAINTAINER= taca@NetBSD.org

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.39 2023/12/17 16:27:24 taca Exp $
$NetBSD: distinfo,v 1.40 2024/02/04 06:59:17 taca Exp $
BLAKE2s (puma-6.4.0.gem) = e589246cacb923ed2162138c988fb5bcff525d7ec048278e811321693b114f94
SHA512 (puma-6.4.0.gem) = 3f481bd2bd34ed0d66d86f61d7522a48b4d8bfd36b807a1c47bb3b640bc6050a72f4f710fd4fad16260b560f98050e34faad044a54cb759c7ffe8371c3548c18
Size (puma-6.4.0.gem) = 228864 bytes
BLAKE2s (puma-6.4.2.gem) = 29c9598361b991cddd54b8512e5193050bac051dae428cc0992d3d3a172c72a7
SHA512 (puma-6.4.2.gem) = 32bde41a8dbeaf998dc1cc11390ca393e96f12c8d253c023e04304cc1d631bf24a153e2d4183b6a20ae73a9b1daed9acec7f3c8fbb40090a42ca3f5f08f24aeb
Size (puma-6.4.2.gem) = 230912 bytes