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 5.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/aaa8cd063f6c
branches: trunk
changeset: 446070:aaa8cd063f6c
user: taca <taca%pkgsrc.org@localhost>
date: Wed Feb 03 15:47:55 2021 +0000
description:
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:
www/ruby-puma/Makefile | 4 ++--
www/ruby-puma/PLIST | 4 +++-
www/ruby-puma/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r bf89a556931f -r aaa8cd063f6c www/ruby-puma/Makefile
--- a/www/ruby-puma/Makefile Wed Feb 03 15:45:11 2021 +0000
+++ b/www/ruby-puma/Makefile Wed Feb 03 15:47:55 2021 +0000
@@ -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@localhost
diff -r bf89a556931f -r aaa8cd063f6c www/ruby-puma/PLIST
--- a/www/ruby-puma/PLIST Wed Feb 03 15:45:11 2021 +0000
+++ b/www/ruby-puma/PLIST Wed Feb 03 15:47:55 2021 +0000
@@ -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/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 -r bf89a556931f -r aaa8cd063f6c www/ruby-puma/distinfo
--- a/www/ruby-puma/distinfo Wed Feb 03 15:45:11 2021 +0000
+++ b/www/ruby-puma/distinfo Wed Feb 03 15:47:55 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index