eec9a75f52
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)
18 lines
449 B
Makefile
18 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.32 2021/12/11 15:38:56 taca Exp $
|
|
|
|
DISTNAME= puma-5.5.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= https://puma.io/
|
|
COMMENT= Modern concurrent web server for Ruby
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-nio4r>=2.0<3:../../net/ruby-nio4r
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|