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.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d0c6f523775
branches:  trunk
changeset: 458753:2d0c6f523775
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 19 17:56:43 2021 +0000

description:
www/ruby-puma: update to 5.4.0

5.4.0 (2021-07-28)

Features

* Better/expanded names for threadpool threads (#2657)
* Allow pkg_config for OpenSSL (#2648, #1412)
* Add rack_url_scheme to Puma::DSL, allows setting of rack.url_scheme header
  (#2586, #2569)

Bugfixes

* Binder#parse - allow for symlinked unix path, add create_activated_fds
  debug ENV (#2643, #2638)
* Fix deprecation warning: minissl.c - Use Random.bytes if available (#2642)
* Client certificates: set session id context while creating SSLContext
  (#2633)
* Fix deadlock issue in thread pool (#2656)

Refactor

* Replace IO.select with IO#wait_* when checking a single IO (#2666)

diffstat:

 www/ruby-puma/Makefile |   4 ++--
 www/ruby-puma/PLIST    |   4 ++--
 www/ruby-puma/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 7aab96cfdda8 -r 2d0c6f523775 www/ruby-puma/Makefile
--- a/www/ruby-puma/Makefile    Sun Sep 19 17:55:09 2021 +0000
+++ b/www/ruby-puma/Makefile    Sun Sep 19 17:56:43 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/06/02 15:13:54 taca Exp $
+# $NetBSD: Makefile,v 1.31 2021/09/19 17:56:43 taca Exp $
 
-DISTNAME=      puma-5.3.2
+DISTNAME=      puma-5.4.0
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost
diff -r 7aab96cfdda8 -r 2d0c6f523775 www/ruby-puma/PLIST
--- a/www/ruby-puma/PLIST       Sun Sep 19 17:55:09 2021 +0000
+++ b/www/ruby-puma/PLIST       Sun Sep 19 17:56:43 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2021/02/14 13:47:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2021/09/19 17:56:43 taca Exp $
 bin/puma${RUBY_SUFFIX}
 bin/pumactl${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -61,7 +61,7 @@
 ${GEM_LIBDIR}/lib/puma/events.rb
 ${GEM_LIBDIR}/lib/puma/io_buffer.rb
 ${GEM_LIBDIR}/lib/puma/jruby_restart.rb
-${GEM_LIBDIR}/lib/puma/json.rb
+${GEM_LIBDIR}/lib/puma/json_serialization.rb
 ${GEM_LIBDIR}/lib/puma/launcher.rb
 ${GEM_LIBDIR}/lib/puma/minissl.rb
 ${GEM_LIBDIR}/lib/puma/minissl/context_builder.rb
diff -r 7aab96cfdda8 -r 2d0c6f523775 www/ruby-puma/distinfo
--- a/www/ruby-puma/distinfo    Sun Sep 19 17:55:09 2021 +0000
+++ b/www/ruby-puma/distinfo    Sun Sep 19 17:56:43 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2021/06/02 15:13:54 taca Exp $
+$NetBSD: distinfo,v 1.26 2021/09/19 17:56:43 taca Exp $
 
-SHA1 (puma-5.3.2.gem) = 1c4df276d6d26741dd2ab7bc962da90a41d27bfd
-RMD160 (puma-5.3.2.gem) = 88fb92f14d68d11671cfb29acaee71dd1b2abd31
-SHA512 (puma-5.3.2.gem) = cdd69e6ad335ad9806f7c4ae048a6e811b59982637fda9b644350f714b7d2d426061c6c725c98569926c5a94a3dc017ea3e658168492b66294202bbba8d9f09a
-Size (puma-5.3.2.gem) = 201216 bytes
+SHA1 (puma-5.4.0.gem) = 623bd3479a76d6c404e26b55c4ebece01ec4a5eb
+RMD160 (puma-5.4.0.gem) = cb55ebf1cc56645fdaf579f6d2ae3167ba063bd2
+SHA512 (puma-5.4.0.gem) = ca26bce0612e81d3c8546bda0e1bb14c053a4060bbeacb9bc7b2c8c024810b6c44fbc99680b4032dbef6c5675a650bde416c1de827271df56444538101954de6
+Size (puma-5.4.0.gem) = 201728 bytes



Home | Main Index | Thread Index | Old Index