pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-puma



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Apr 30 14:31:14 UTC 2023

Modified Files:
        pkgsrc/www/ruby-puma: Makefile distinfo

Log Message:
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])


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/ruby-puma/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/ruby-puma/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-puma/Makefile
diff -u pkgsrc/www/ruby-puma/Makefile:1.38 pkgsrc/www/ruby-puma/Makefile:1.39
--- pkgsrc/www/ruby-puma/Makefile:1.38  Sun Mar  5 14:21:36 2023
+++ pkgsrc/www/ruby-puma/Makefile       Sun Apr 30 14:31:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2023/03/05 14:21:36 taca Exp $
+# $NetBSD: Makefile,v 1.39 2023/04/30 14:31:14 taca Exp $
 
-DISTNAME=      puma-6.1.1
+DISTNAME=      puma-6.2.2
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost

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



Home | Main Index | Thread Index | Old Index