summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2022-05-07 10:02:40 +0000
committerbsiegert <bsiegert@pkgsrc.org>2022-05-07 10:02:40 +0000
commitd6f023416dea9ed5e7d85850e9f759bb9363e11a (patch)
tree600ca92860654d52f98daa5e204b284615c63a3b
parent080357b82e2e868275ba954dc94242ea590e2b96 (diff)
downloadpkgsrc-d6f023416dea9ed5e7d85850e9f759bb9363e11a.tar.gz
Pullup ticket #6623 - requested by taca
www/ruby-puma: security fix Revisions pulled up: - www/ruby-puma/Makefile 1.33 - www/ruby-puma/distinfo 1.30 --- Module Name: pkgsrc Committed By: taca Date: Sun Apr 24 14:43:10 UTC 2022 Modified Files: pkgsrc/www/ruby-puma: Makefile distinfo Log Message: www/ruby-puma: update to 5.6.4 5.6.4 (2022-03-30) Security * Close several HTTP Request Smuggling exploits (CVE-2022-24790) 5.6.2 (2022-02-11) Bugfix/Security * Response body will always be closed. (GHSA-rmj8-8hhh-gv5h, related to #2809) 5.6.1 (2022-01-26) Bugfixes * Reverted a commit which appeared to be causing occasional blank header values (#2809) 5.6.0 (2022-01-25) Features * Support localhost integration in ssl_bind (#2764, #2708) * Allow backlog parameter to be set with ssl_bind DSL (#2780) * Remove yaml (psych) requirement in StateFile (#2784) * Allow culling of oldest workers, previously was only youngest (#2773, #2794) * Add worker_check_interval configuration option (#2759) * Always send lowlevel_error response to client (#2731, #2341) * Support for cert_pem and key_pem with ssl_bind DSL (#2728) Bugfixes * Keep thread names under 15 characters, prevents breakage on some OSes (#2733) * Fix two 'old-style-definition' compile warning (#2807, #2806) * Log environment correctly using option value (#2799) * Fix warning from Ruby master (will be 3.2.0) (#2785) * extconf.rb - fix openssl with old Windows builds (#2757) * server.rb - rescue handling (Errno::EBADF) for @notify.close (#2745) Refactor * server.rb - refactor code using @options[:remote_address] (#2742) * [jruby] a couple refactorings - avoid copy-ing bytes (#2730)
-rw-r--r--www/ruby-puma/Makefile4
-rw-r--r--www/ruby-puma/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ruby-puma/Makefile b/www/ruby-puma/Makefile
index 3801fef42d0..7e5e8368356 100644
--- a/www/ruby-puma/Makefile
+++ b/www/ruby-puma/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2021/12/11 15:38:56 taca Exp $
+# $NetBSD: Makefile,v 1.32.4.1 2022/05/07 10:02:40 bsiegert Exp $
-DISTNAME= puma-5.5.2
+DISTNAME= puma-5.6.4
CATEGORIES= www
MAINTAINER= taca@NetBSD.org
diff --git a/www/ruby-puma/distinfo b/www/ruby-puma/distinfo
index 64804875889..c718258e605 100644
--- a/www/ruby-puma/distinfo
+++ b/www/ruby-puma/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2021/12/11 15:38:56 taca Exp $
+$NetBSD: distinfo,v 1.29.4.1 2022/05/07 10:02:40 bsiegert Exp $
-BLAKE2s (puma-5.5.2.gem) = 61957e6cb4eea21bb70c1013f7ed63484dc26abdb26926ca8ca4febe51622d5b
-SHA512 (puma-5.5.2.gem) = dcc6d35bc4907ad3b6cfbfb902caa2ba763114c29fab6f60b3b46d5294f6e1744124ffea2e665b288889215ce6dcc547047246a8c96fc615c2c16fd156b85d71
-Size (puma-5.5.2.gem) = 203776 bytes
+BLAKE2s (puma-5.6.4.gem) = 1e05a0b413a9f93a0688eb3fd55e67916fa26ffdc8a94ee31e61a6cf2649db7a
+SHA512 (puma-5.6.4.gem) = 07d58f2f10ca82ff8cf1b0bee548f749953ea0500d793ae985a9648746eaabb0123d77bb2adb745b5e1c230c47995080e201819577b662745ae85e499469dab3
+Size (puma-5.6.4.gem) = 207360 bytes