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:           Wed Aug 31 15:46:43 UTC 2022

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

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

5.6.5 (2022-08-23)

Bugfixes

* NullIO#closed should return false ([#2883])
* Puma::ControlCLI - allow refork command to be sent as a request ([#2868],
  [#2866])
* [jruby] Fix TLS verification hang ([#2890], [#2729])
* extconf.rb - don't use pkg_config('openssl') if '--with-openssl-dir' is
  used ([#2885], [#2839])
* MiniSSL - detect SSL_CTX_set_dh_auto ([#2864], [#2863])
* Fix rack.after_reply exceptions breaking connections ([#2861], [#2856])
* Escape SSL cert and filenames ([#2855])
* Fail hard if SSL certs or keys are invalid ([#2848])
* Fail hard if SSL certs or keys cannot be read by user ([#2847])
* Fix build with Opaque DH in LibreSSL 3.5. ([#2838])
* Pre-existing socket file removed when TERM is issued after USR2 (if puma
  is running in cluster mode) ([#2817])
* Fix Puma::StateFile#load incompatibility ([#2810])


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/ruby-puma/Makefile
cvs rdiff -u -r1.30 -r1.31 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.33 pkgsrc/www/ruby-puma/Makefile:1.34
--- pkgsrc/www/ruby-puma/Makefile:1.33  Sun Apr 24 14:43:10 2022
+++ pkgsrc/www/ruby-puma/Makefile       Wed Aug 31 15:46:43 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2022/04/24 14:43:10 taca Exp $
+# $NetBSD: Makefile,v 1.34 2022/08/31 15:46:43 taca Exp $
 
-DISTNAME=      puma-5.6.4
+DISTNAME=      puma-5.6.5
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/www/ruby-puma/distinfo
diff -u pkgsrc/www/ruby-puma/distinfo:1.30 pkgsrc/www/ruby-puma/distinfo:1.31
--- pkgsrc/www/ruby-puma/distinfo:1.30  Sun Apr 24 14:43:10 2022
+++ pkgsrc/www/ruby-puma/distinfo       Wed Aug 31 15:46:43 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2022/04/24 14:43:10 taca Exp $
+$NetBSD: distinfo,v 1.31 2022/08/31 15:46:43 taca Exp $
 
-BLAKE2s (puma-5.6.4.gem) = 1e05a0b413a9f93a0688eb3fd55e67916fa26ffdc8a94ee31e61a6cf2649db7a
-SHA512 (puma-5.6.4.gem) = 07d58f2f10ca82ff8cf1b0bee548f749953ea0500d793ae985a9648746eaabb0123d77bb2adb745b5e1c230c47995080e201819577b662745ae85e499469dab3
-Size (puma-5.6.4.gem) = 207360 bytes
+BLAKE2s (puma-5.6.5.gem) = 54d665b368a4446990557ea146e4ab26fb09ada9e9aef57f4ddaad323761c6db
+SHA512 (puma-5.6.5.gem) = 8d7c655929ef8736c6ae8549d3b6d716364acde8fa3f3d1b3d0893edda7c58b76fd0ef6fc08d936e58f49d32619cd68c485b52f28cb79a4981149aedc4041d37
+Size (puma-5.6.5.gem) = 208384 bytes



Home | Main Index | Thread Index | Old Index