summaryrefslogtreecommitdiff
path: root/www/ruby-puma
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-02-03 15:47:55 +0000
committertaca <taca@pkgsrc.org>2021-02-03 15:47:55 +0000
commit3948d792ed543322f1d43aae89f7e2d80f3da429 (patch)
tree41506b0898a2dc9354de4bb08d20b5dcad3d9679 /www/ruby-puma
parent60f2800fd731ecf064f70f783e5585188a33114d (diff)
downloadpkgsrc-3948d792ed543322f1d43aae89f7e2d80f3da429.tar.gz
www/ruby-puma: update to 5.2.0
5.2.0 (2021-01-27) Features * 10x latency improvement for MRI on ssl connections by reducing overhead ([#2519]) * Add option to specify the desired IO selector backend for libev ([#2522]) * Add ability to set OpenSSL verification flags (MRI only) ([#2490]) * Uses flush after writing messages to avoid mutating $stdout and $stderr using sync=true ([#2486]) Bugfixes * MiniSSL - Update dhparam to 2048 bit for use with SSL_CTX_set_tmp_dh ([#2535]) * Change 'Goodbye!' message to be output after listeners are closed ([#2529]) * Fix ssl bind logging with 0.0.0.0 and localhost ([#2533]) * Fix compiler warnings, but skipped warnings related to ragel state machine generated code ([#1953]) * Fix phased restart errors related to nio4r gem when using the Puma control server ([#2516]) * Add #string method to Puma::NullIO ([#2520]) * Fix binding via Rack handler to IPv6 addresses ([#2521]) Refactor * Refactor MiniSSL::Context on MRI, fix MiniSSL::Socket#write ([#2519]) * Remove Server#read_body ([#2531]) * Fail build if compiling extensions raises warnings on GH Actions, configurable via MAKE_WARNINGS_INTO_ERRORS ([#1953])
Diffstat (limited to 'www/ruby-puma')
-rw-r--r--www/ruby-puma/Makefile4
-rw-r--r--www/ruby-puma/PLIST4
-rw-r--r--www/ruby-puma/distinfo10
3 files changed, 10 insertions, 8 deletions
diff --git a/www/ruby-puma/Makefile b/www/ruby-puma/Makefile
index e8a9a7db38f..d4fa6cdcb48 100644
--- a/www/ruby-puma/Makefile
+++ b/www/ruby-puma/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2021/01/16 13:05:26 taca Exp $
+# $NetBSD: Makefile,v 1.27 2021/02/03 15:47:55 taca Exp $
-DISTNAME= puma-5.1.1
+DISTNAME= puma-5.2.0
CATEGORIES= www
MAINTAINER= taca@NetBSD.org
diff --git a/www/ruby-puma/PLIST b/www/ruby-puma/PLIST
index 216d79c0a85..fefa3a29e6d 100644
--- a/www/ruby-puma/PLIST
+++ b/www/ruby-puma/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2021/01/16 13:05:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/02/03 15:47:55 taca Exp $
bin/puma${RUBY_SUFFIX}
bin/pumactl${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -21,10 +21,12 @@ ${GEM_LIBDIR}/docs/jungle/README.md
${GEM_LIBDIR}/docs/jungle/rc.d/README.md
${GEM_LIBDIR}/docs/jungle/rc.d/puma
${GEM_LIBDIR}/docs/jungle/rc.d/puma.conf
+${GEM_LIBDIR}/docs/kubernetes.md
${GEM_LIBDIR}/docs/nginx.md
${GEM_LIBDIR}/docs/plugins.md
${GEM_LIBDIR}/docs/restart.md
${GEM_LIBDIR}/docs/signals.md
+${GEM_LIBDIR}/docs/stats.md
${GEM_LIBDIR}/docs/systemd.md
${GEM_LIBDIR}/ext/puma_http11/PumaHttp11Service.java
${GEM_LIBDIR}/ext/puma_http11/ext_help.h
diff --git a/www/ruby-puma/distinfo b/www/ruby-puma/distinfo
index 72eedab025c..d9ec1703eed 100644
--- a/www/ruby-puma/distinfo
+++ b/www/ruby-puma/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2021/01/16 13:05:26 taca Exp $
+$NetBSD: distinfo,v 1.22 2021/02/03 15:47:55 taca Exp $
-SHA1 (puma-5.1.1.gem) = c6510c1794c35a8062dbfac4fc0183747d5ca780
-RMD160 (puma-5.1.1.gem) = 5e53793bf393d32269cc647a24a021ddb991ef15
-SHA512 (puma-5.1.1.gem) = 7b1cd01e52d558371ec9b9b4e343e7199de6c0347c097f752e1c772a41a370636f24a155d49547d1582492bafed81d4c61d15c7bb1daf866d7174604cb5e1225
-Size (puma-5.1.1.gem) = 190464 bytes
+SHA1 (puma-5.2.0.gem) = c374f712cc62424d05a2422f3a31b9d7dc8237af
+RMD160 (puma-5.2.0.gem) = ad477218cdd8f2d26c3d1f4298704632b1813bab
+SHA512 (puma-5.2.0.gem) = 3fa445414b49de9becc717105a32b45350d00fb0455da8e5fe52d0ba4f15326dab29f3e0d6bfe3a5ea0b7d38ad27411ef6e75d14380b513294bda36490ff4e15
+Size (puma-5.2.0.gem) = 197120 bytes