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 Feb  9 15:26:50 UTC 2025

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

Log Message:
www/ruby-puma: update to 6.6.0

6.6.0 (2025-01-28)

Some stuff for JRuby users (SIGUSR2 trap), reforkers (see below), and a few
debug/logging/observability related goodies.

Features
* Option to turn off SIGUSR2 trapping ([#3570], [#3567])
* Shorten ThreadPool trimmer and reaper thread names ([#3383])
* Add after_refork hook ([#3386])
* Add busy threads stat ([#3517])
* Add a debug log before running each type of hook ([#3375])
* Allow alternative schemes in Binder ([#3348], [#3302])
* Avoid spawning Threadpool#trim thread if pool size is fixed ([#3384])

Bugfixes
* Change HttpParserError to be subclass of StandardError ([#3590], [#3552])
* added test cases
* fix update phased restart symlink folder

Performance
* Only ping worker 0 during phased restart if using fork worker ([#3568])

Refactor
* Fix multi-delimiter split to get status app token ([#3505])
* Change ping to use const ([#3595])
* Fixup use of Puma::Const::PipeRequest constants ([#3565])
* Update DSL hook processing logic to be consistent ([#3376])


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/ruby-puma/Makefile
cvs rdiff -u -r1.42 -r1.43 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.46 pkgsrc/www/ruby-puma/Makefile:1.47
--- pkgsrc/www/ruby-puma/Makefile:1.46  Wed Dec 11 14:37:06 2024
+++ pkgsrc/www/ruby-puma/Makefile       Sun Feb  9 15:26:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2024/12/11 14:37:06 taca Exp $
+# $NetBSD: Makefile,v 1.47 2025/02/09 15:26:50 taca Exp $
 
-DISTNAME=      puma-6.5.0
+DISTNAME=      puma-6.6.0
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/www/ruby-puma/distinfo
diff -u pkgsrc/www/ruby-puma/distinfo:1.42 pkgsrc/www/ruby-puma/distinfo:1.43
--- pkgsrc/www/ruby-puma/distinfo:1.42  Wed Dec 11 14:37:06 2024
+++ pkgsrc/www/ruby-puma/distinfo       Sun Feb  9 15:26:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2024/12/11 14:37:06 taca Exp $
+$NetBSD: distinfo,v 1.43 2025/02/09 15:26:50 taca Exp $
 
-BLAKE2s (puma-6.5.0.gem) = e3f8a2fa9bfb7a951dec9446a795c1e1cac1ded59f52bbc682800a87f0452e21
-SHA512 (puma-6.5.0.gem) = 560ad4591383e0b685d64b157ead928f75ee9960548fc52f75b9805e83b32826410197ead31f7b02839c66017c8c7e8395a0396c5487685c20774e4c2804d6bc
-Size (puma-6.5.0.gem) = 237056 bytes
+BLAKE2s (puma-6.6.0.gem) = 41702ad9419b8c074a497576f3d964ab421f6238813c8c02bcbea2ab0abe5d5a
+SHA512 (puma-6.6.0.gem) = 3f6563fe0520249c8be911a726b1a1a02941c4336491b46716b132a0b5723f0ca4b2df16f1c9c2f2919e9343df929d1e2f620c3adab589c7013fe87fa41560fb
+Size (puma-6.6.0.gem) = 238080 bytes



Home | Main Index | Thread Index | Old Index