pkgsrc/www/ruby-puma/Makefile
taca a320a2ae76 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)
2018-09-23 16:55:59 +00:00

16 lines
386 B
Makefile

# $NetBSD: Makefile,v 1.17 2018/09/23 16:55:59 taca Exp $
DISTNAME= puma-3.12.0
CATEGORIES= www
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://puma.io/
COMMENT= Modern concurrent web server for Ruby
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"