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 Sep 23 16:55:59 UTC 2018

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ruby-puma/Makefile
cvs rdiff -u -r1.13 -r1.14 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.16 pkgsrc/www/ruby-puma/Makefile:1.17
--- pkgsrc/www/ruby-puma/Makefile:1.16  Sun May  6 02:28:11 2018
+++ pkgsrc/www/ruby-puma/Makefile       Sun Sep 23 16:55:59 2018
@@ -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

Index: pkgsrc/www/ruby-puma/distinfo
diff -u pkgsrc/www/ruby-puma/distinfo:1.13 pkgsrc/www/ruby-puma/distinfo:1.14
--- pkgsrc/www/ruby-puma/distinfo:1.13  Sun May  6 02:28:11 2018
+++ pkgsrc/www/ruby-puma/distinfo       Sun Sep 23 16:55:59 2018
@@ -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