pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-puma www/ruby-puma: update to 3.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d09ef525d8f6
branches:  trunk
changeset: 313184:d09ef525d8f6
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 23 16:55:59 2018 +0000

description:
www/ruby-puma: update to 3.12.0

## 3.12.0 / 2018-07-13

* 5 features:
  * You can now specify which SSL ciphers the server should support, default is unchanged (#1478)
  * The setting for Puma's `max_threads` is now in `Puma.stats` (#1604)
  * Pool capacity is now in `Puma.stats` (#1579)
  * Installs restricted to Ruby 2.2+ (#1506)
  * `--control` is now deprecated in favor of `--control-url` (#1487)

* 2 bugfixes:
  * Workers will no longer accept more web requests than they have capacity to process. This prevents an issue where one worker would accept lots of requests while starving other workers (#1563)
  * In a test env puma now emits the stack on an exception (#1557)

diffstat:

 www/ruby-puma/Makefile |   4 ++--
 www/ruby-puma/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 6bef1c0a6b07 -r d09ef525d8f6 www/ruby-puma/Makefile
--- a/www/ruby-puma/Makefile    Sun Sep 23 16:55:26 2018 +0000
+++ b/www/ruby-puma/Makefile    Sun Sep 23 16:55:59 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2018/05/06 02:28:11 taca Exp $
+# $NetBSD: Makefile,v 1.17 2018/09/23 16:55:59 taca Exp $
 
-DISTNAME=      puma-3.11.4
+DISTNAME=      puma-3.12.0
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost
diff -r 6bef1c0a6b07 -r d09ef525d8f6 www/ruby-puma/distinfo
--- a/www/ruby-puma/distinfo    Sun Sep 23 16:55:26 2018 +0000
+++ b/www/ruby-puma/distinfo    Sun Sep 23 16:55:59 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/05/06 02:28:11 taca Exp $
+$NetBSD: distinfo,v 1.14 2018/09/23 16:55:59 taca Exp $
 
-SHA1 (puma-3.11.4.gem) = 034eb6578840422b5d82669e07788c5eaead0caf
-RMD160 (puma-3.11.4.gem) = 7e9bb04d903b0dc64d51507be2b339bfb4ff2927
-SHA512 (puma-3.11.4.gem) = 2c83c2f2ac538fab915bf2f1846728f70185d3fd3825c3081a36dddcff8bafef1e9ba022a000ee6fe3dcece886ea189779f0cd0af0d55523d151ae300bf5adda
-Size (puma-3.11.4.gem) = 160256 bytes
+SHA1 (puma-3.12.0.gem) = db0a9f71913bf962497a9d8b3b92d9ba3a46f67a
+RMD160 (puma-3.12.0.gem) = cc674d35e15037ea85410f28805d482dbd8064be
+SHA512 (puma-3.12.0.gem) = d940675c488830a2a656b3f86483226cc2cfaefea87e763280a1a831fea033f75e54b8c15d3609d041814b095288a73a44d32d9ec05831f3e9aeac6b01ddd1ff
+Size (puma-3.12.0.gem) = 165376 bytes



Home | Main Index | Thread Index | Old Index