Sun Apr 30 14:31:14 2023 UTC ()
www/ruby-puma: update to 6.2.2

6.2.0 (2023-03-29)

Features

* Ability to supply a custom logger ([#2770], [#2511])
* Warn when clustered-only hooks are defined in single mode ([#3089])
* Adds the on_booted event ([#2709])

Bugfixes

* Loggers - internal_write - catch Errno::EINVAL ([#3091])
* commonlogger.rb - fix HIJACK time format, use constants, not strings
  ([#3074])
* Fixed some edge cases regarding request hijacking ([#3072])

6.2.1 (2023-03-31)

Bugfixes

* Fix java 8 compatibility ([#3109], [#3108])
* Always write io_buffer when in "enum bodies" branch. ([#3113], [#3112])
* Fix warn_if_in_single_mode incorrect message ([#3111])

6.2.2 (2023-04-17)

Bugfixes

* Fix Rack-related NameError by adding :: operator ([#3118], [#3117])


(taca)
diff -r1.38 -r1.39 pkgsrc/www/ruby-puma/Makefile
diff -r1.35 -r1.36 pkgsrc/www/ruby-puma/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/www/ruby-puma/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-puma/Makefile 2023/03/05 14:21:36 1.38
+++ pkgsrc/www/ruby-puma/Makefile 2023/04/30 14:31:14 1.39
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.38 2023/03/05 14:21:36 taca Exp $ 1# $NetBSD: Makefile,v 1.39 2023/04/30 14:31:14 taca Exp $
2 2
3DISTNAME= puma-6.1.1 3DISTNAME= puma-6.2.2
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= taca@NetBSD.org 6MAINTAINER= taca@NetBSD.org
7HOMEPAGE= https://puma.io/ 7HOMEPAGE= https://puma.io/
8COMMENT= Modern concurrent web server for Ruby 8COMMENT= Modern concurrent web server for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-nio4r>=2.0<3:../../net/ruby-nio4r 11DEPENDS+= ${RUBY_PKGPREFIX}-nio4r>=2.0<3:../../net/ruby-nio4r
12 12
13RUBYGEM_OPTIONS+= --format-executable 13RUBYGEM_OPTIONS+= --format-executable
14USE_GCC_RUNTIME= yes 14USE_GCC_RUNTIME= yes
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"

cvs diff -r1.35 -r1.36 pkgsrc/www/ruby-puma/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-puma/distinfo 2023/03/05 14:21:36 1.35
+++ pkgsrc/www/ruby-puma/distinfo 2023/04/30 14:31:14 1.36
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.35 2023/03/05 14:21:36 taca Exp $ 1$NetBSD: distinfo,v 1.36 2023/04/30 14:31:14 taca Exp $
2 2
3BLAKE2s (puma-6.1.1.gem) = 421b780438e5ccfc65341cbacada494ba8f50b15360f850d17c0109589e699cd 3BLAKE2s (puma-6.2.2.gem) = 7ce7fb57c097dfc8935ff970eba6f56d5e39f7a85ce0567614f2d4ac77262abd
4SHA512 (puma-6.1.1.gem) = 1d99ab08c8d2a1bdeb9b7aa3633275ededb3acb1284935b3cc8348acb827dc500f768aa0c08c9db8af5c5e8439f20197b2b4ee3311e66f780a504c700569cc3d 4SHA512 (puma-6.2.2.gem) = fb40ffc165a448132bd89c739d512a642ce370c72b320455b01db9600d4d85397fc9f2e84157e58f2c44c83725630725c264b7a24a9c9a61f5461d67a6e536ea
5Size (puma-6.1.1.gem) = 222208 bytes 5Size (puma-6.2.2.gem) = 223232 bytes