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 Dec 17 16:27:24 UTC 2023

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

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

6.4.0 (2023-09-21)

Features

* on_thread_exit hook ([#2920])
* on_thread_start_hook ([#3195])
* Shutdown on idle ([#3209], [#2580])
* New error message when control server port taken ([#3204])

Refactor

* Remove Forwardable dependency ([#3191], #3190)
* Update URLMap Regexp usage for Ruby v3.3 ([#3165])

Bugfixes

* Bring the cert_pem: parameter into parity with the cert: parameter to
  ssl_bind. ([#3174])
* Fix using control server with IPv6 host ([#3181])
* control_cli.rb - add require_relative 'log_writer' ([#3187])
* Fix cases where fallback Rack response wasn't sent to the client ([#3094])


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/ruby-puma/Makefile
cvs rdiff -u -r1.38 -r1.39 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.42 pkgsrc/www/ruby-puma/Makefile:1.43
--- pkgsrc/www/ruby-puma/Makefile:1.42  Tue Oct 24 22:11:33 2023
+++ pkgsrc/www/ruby-puma/Makefile       Sun Dec 17 16:27:24 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2023/10/24 22:11:33 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2023/12/17 16:27:24 taca Exp $
 
-DISTNAME=      puma-6.3.1
-PKGREVISION=   1
+DISTNAME=      puma-6.4.0
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/www/ruby-puma/distinfo
diff -u pkgsrc/www/ruby-puma/distinfo:1.38 pkgsrc/www/ruby-puma/distinfo:1.39
--- pkgsrc/www/ruby-puma/distinfo:1.38  Sat Aug 26 15:06:39 2023
+++ pkgsrc/www/ruby-puma/distinfo       Sun Dec 17 16:27:24 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2023/08/26 15:06:39 taca Exp $
+$NetBSD: distinfo,v 1.39 2023/12/17 16:27:24 taca Exp $
 
-BLAKE2s (puma-6.3.1.gem) = 63d2471afdc37e82facaac9e92064b29f58f62491815b16bbd1481a878497243
-SHA512 (puma-6.3.1.gem) = 48f4814bff416f9c0ffb862893a6006ee82a3b10957bacaf30fad24c1cc93fcc40b0cd3a494bab536dd60e53cbb75c0301ce6f994eb10adef498024bb2a5ed47
-Size (puma-6.3.1.gem) = 225792 bytes
+BLAKE2s (puma-6.4.0.gem) = e589246cacb923ed2162138c988fb5bcff525d7ec048278e811321693b114f94
+SHA512 (puma-6.4.0.gem) = 3f481bd2bd34ed0d66d86f61d7522a48b4d8bfd36b807a1c47bb3b640bc6050a72f4f710fd4fad16260b560f98050e34faad044a54cb759c7ffe8371c3548c18
+Size (puma-6.4.0.gem) = 228864 bytes



Home | Main Index | Thread Index | Old Index