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:           Fri Jun  9 15:32:09 UTC 2023

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

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

6.3.0 - Mugi No Toki Itaru (2023-05-31)

Japan has 72 traditional microseasons.  May 31 is the first day of 麦秋至,
which means the time of the wheat/barley harvest.

Features

* Add dsl method supported_http_methods ([#3106], [#3014])
* Puma error responses no longer have any fingerprints to indicate Puma
  ([#3161], [#3037])
* Support decryption of SSL key ([#3133], [#3132])

Bugfixes

* Don't send 103 early hints response when only invalid headers are used
  ([#3163])
* Handle malformed request path ([#3155], [#3148])
* Misc lib file fixes - trapping additional errors, CI helper ([#3129])
* Fixup req form data file upload with "r\n" line endings ([#3137])
* Restore rack 1.6 compatibility ([#3156])

Refactor

* const.rb - Update Puma::HTTP_STATUS_CODES ([#3162])
* Clarify Reactor#initialize ([#3151])

New Contributors

* @severin made their first contribution in #3156


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/ruby-puma/Makefile
cvs rdiff -u -r1.36 -r1.37 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.39 pkgsrc/www/ruby-puma/Makefile:1.40
--- pkgsrc/www/ruby-puma/Makefile:1.39  Sun Apr 30 14:31:14 2023
+++ pkgsrc/www/ruby-puma/Makefile       Fri Jun  9 15:32:09 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2023/04/30 14:31:14 taca Exp $
+# $NetBSD: Makefile,v 1.40 2023/06/09 15:32:09 taca Exp $
 
-DISTNAME=      puma-6.2.2
+DISTNAME=      puma-6.3.0
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/www/ruby-puma/distinfo
diff -u pkgsrc/www/ruby-puma/distinfo:1.36 pkgsrc/www/ruby-puma/distinfo:1.37
--- pkgsrc/www/ruby-puma/distinfo:1.36  Sun Apr 30 14:31:14 2023
+++ pkgsrc/www/ruby-puma/distinfo       Fri Jun  9 15:32:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2023/04/30 14:31:14 taca Exp $
+$NetBSD: distinfo,v 1.37 2023/06/09 15:32:09 taca Exp $
 
-BLAKE2s (puma-6.2.2.gem) = 7ce7fb57c097dfc8935ff970eba6f56d5e39f7a85ce0567614f2d4ac77262abd
-SHA512 (puma-6.2.2.gem) = fb40ffc165a448132bd89c739d512a642ce370c72b320455b01db9600d4d85397fc9f2e84157e58f2c44c83725630725c264b7a24a9c9a61f5461d67a6e536ea
-Size (puma-6.2.2.gem) = 223232 bytes
+BLAKE2s (puma-6.3.0.gem) = 8c633924d7219511dfd55475b673b928d9227ad875b2a20b3c2d5d0bc5b6eb7c
+SHA512 (puma-6.3.0.gem) = a4bbc965f19a8795e87f7f2cacaf5b63167284f31207dcfb6df6a61d0d1e585d782f0e2fc4155327124163875e2f9fed98eed24d497bc5f79dfbf0be3f16a564
+Size (puma-6.3.0.gem) = 225792 bytes



Home | Main Index | Thread Index | Old Index