pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-puma



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jun  2 15:13:54 UTC 2021

Modified Files:
        pkgsrc/www/ruby-puma: Makefile distinfo

Log Message:
www/ruby-puma: update to 5.3.2

5.3.2 (2021-05-21)

Bugfixes

* Gracefully handle Rack not accepting CLI options (#2630, #2626)
* Fix sigterm misbehavior (#2629)
* Improvements to keepalive-connection shedding (#2628)

5.3.1 (2021-05-11)

Security

* Close keepalive connections after the maximum number of fast inlined
  requests (CVE-2021-29509) (#2625)

5.3.0 (2021-05-07)

Features

* Add support for Linux's abstract sockets (#2564, #2526)
* Add debug to worker timeout and startup (#2559, #2528)
* Print warning when running one-worker cluster (#2565, #2534)
* Don't close systemd activated socket on pumactl restart (#2563, #2504)

Bugfixes

* systemd - fix event firing (#2591, #2572)
* Immediately unlink temporary files (#2613)
* Improve parsing of HTTP_HOST header (#2605, #2584)
* Handle fatal error that has no backtrace (#2607, #2552)
* Fix timing out requests too early (#2606, #2574)
* Handle segfault in Ruby 2.6.6 on thread-locals (#2567, #2566)
* Server#closed_socket? - parameter may be a MiniSSL::Socket (#2596)
* Define UNPACK_TCP_STATE_FROM_TCP_INFO in the right place (#2588, #2556)
* request.rb - fix chunked assembly for ascii incompatible encodings, add
  test (#2585, #2583)

Performance

* Reset peerip only if remote_addr_header is set (#2609)
* Reduce puma_parser struct size (#2590)

Refactor

* Refactor drain on shutdown (#2600)
* Micro optimisations in wait_for_less_busy_worker feature (#2579)
* Lots of test fixes


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/ruby-puma/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/ruby-puma/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-puma/Makefile
diff -u pkgsrc/www/ruby-puma/Makefile:1.29 pkgsrc/www/ruby-puma/Makefile:1.30
--- pkgsrc/www/ruby-puma/Makefile:1.29  Sun Mar  7 10:12:15 2021
+++ pkgsrc/www/ruby-puma/Makefile       Wed Jun  2 15:13:54 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/03/07 10:12:15 taca Exp $
+# $NetBSD: Makefile,v 1.30 2021/06/02 15:13:54 taca Exp $
 
-DISTNAME=      puma-5.2.2
+DISTNAME=      puma-5.3.2
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/www/ruby-puma/distinfo
diff -u pkgsrc/www/ruby-puma/distinfo:1.24 pkgsrc/www/ruby-puma/distinfo:1.25
--- pkgsrc/www/ruby-puma/distinfo:1.24  Sun Mar  7 10:12:15 2021
+++ pkgsrc/www/ruby-puma/distinfo       Wed Jun  2 15:13:54 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2021/03/07 10:12:15 taca Exp $
+$NetBSD: distinfo,v 1.25 2021/06/02 15:13:54 taca Exp $
 
-SHA1 (puma-5.2.2.gem) = a8c0885797e2c431a894670aa1ab8a7b8a9e22f8
-RMD160 (puma-5.2.2.gem) = 44164d6341cbf00923ac850c8cc5dd415ca4a28d
-SHA512 (puma-5.2.2.gem) = 15da8773cfcb96dc69e41c15044b122eff399246691c7ace41031fe98ae8323bdebbb25464bbdabbbb012228829e3d521ed74e8049aa754e57518c5e160c5c8c
-Size (puma-5.2.2.gem) = 198656 bytes
+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



Home | Main Index | Thread Index | Old Index