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:           Sat Dec 11 15:38:56 UTC 2021

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

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

5.5.2 (2021-10-12)

Bugfixes

* Allow UTF-8 in HTTP header values

5.5.1 (2021-10-12)

Feature (added as mistake - we don't normally do this on bugfix releases,
sorry!)

* Allow setting APP_ENV in preference to RACK_ENV or RAILS_ENV (#2702)

Security

* Do not allow LF as a line ending in a header (CVE-2021-41136)

5.5.0 (2021-09-19)

Features

* Automatic SSL certificate provisioning for localhost, via localhost gem
  (#2610, #2257)
* add support for the PROXY protocol (v1 only) (#2654, #2651)
* Add a semantic CLI option for no config file (#2689)

Bugfixes

* More elaborate exception handling - lets some dead pumas die. (#2700,
  #2699)
* allow multiple after_worker_fork hooks (#2690)
* Preserve BUNDLE_APP_CONFIG on worker fork (#2688, #2687)

Performance

* Fix performance of server-side SSL connection close. (#2675)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/ruby-puma/Makefile
cvs rdiff -u -r1.28 -r1.29 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.31 pkgsrc/www/ruby-puma/Makefile:1.32
--- pkgsrc/www/ruby-puma/Makefile:1.31  Sun Sep 19 17:56:43 2021
+++ pkgsrc/www/ruby-puma/Makefile       Sat Dec 11 15:38:56 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2021/09/19 17:56:43 taca Exp $
+# $NetBSD: Makefile,v 1.32 2021/12/11 15:38:56 taca Exp $
 
-DISTNAME=      puma-5.4.0
+DISTNAME=      puma-5.5.2
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/www/ruby-puma/distinfo
diff -u pkgsrc/www/ruby-puma/distinfo:1.28 pkgsrc/www/ruby-puma/distinfo:1.29
--- pkgsrc/www/ruby-puma/distinfo:1.28  Tue Oct 26 11:31:02 2021
+++ pkgsrc/www/ruby-puma/distinfo       Sat Dec 11 15:38:56 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2021/10/26 11:31:02 nia Exp $
+$NetBSD: distinfo,v 1.29 2021/12/11 15:38:56 taca Exp $
 
-BLAKE2s (puma-5.4.0.gem) = e91612c78d86829bcdf23bc45af65f8e922b1f7e5193b7d02835084be94af1c3
-SHA512 (puma-5.4.0.gem) = ca26bce0612e81d3c8546bda0e1bb14c053a4060bbeacb9bc7b2c8c024810b6c44fbc99680b4032dbef6c5675a650bde416c1de827271df56444538101954de6
-Size (puma-5.4.0.gem) = 201728 bytes
+BLAKE2s (puma-5.5.2.gem) = 61957e6cb4eea21bb70c1013f7ed63484dc26abdb26926ca8ca4febe51622d5b
+SHA512 (puma-5.5.2.gem) = dcc6d35bc4907ad3b6cfbfb902caa2ba763114c29fab6f60b3b46d5294f6e1744124ffea2e665b288889215ce6dcc547047246a8c96fc615c2c16fd156b85d71
+Size (puma-5.5.2.gem) = 203776 bytes



Home | Main Index | Thread Index | Old Index