Date: Wed, 9 Mar 2022 10:08:50 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f5631dd6b93b - main - www/rubygem-puma: update to 5.6.2 Message-ID: <202203091008.229A8oOP090393@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5631dd6b93bc14149220c58cc8dfebf5f741acf commit f5631dd6b93bc14149220c58cc8dfebf5f741acf Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2022-02-23 10:11:40 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2022-03-09 10:07:54 +0000 www/rubygem-puma: update to 5.6.2 Required for gitlab-ce 14.8. 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) Changelog: https://github.com/puma/puma/blob/master/History.md --- www/rubygem-puma/Makefile | 2 +- www/rubygem-puma/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-puma/Makefile b/www/rubygem-puma/Makefile index d2bae63e56eb..0d9023654838 100644 --- a/www/rubygem-puma/Makefile +++ b/www/rubygem-puma/Makefile @@ -1,7 +1,7 @@ # Created by: Steve Wills <swills@freebsd.org> PORTNAME= puma -PORTVERSION= 5.5.2 +PORTVERSION= 5.6.2 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-puma/distinfo b/www/rubygem-puma/distinfo index 05344ad6aa53..28819437d384 100644 --- a/www/rubygem-puma/distinfo +++ b/www/rubygem-puma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640029815 -SHA256 (rubygem/puma-5.5.2.gem) = 76b5d2b6303cebe83706b53876a3a00c804aa618f9cdb38d18b530a0b3ed74f5 -SIZE (rubygem/puma-5.5.2.gem) = 203776 +TIMESTAMP = 1645606670 +SHA256 (rubygem/puma-5.6.2.gem) = a634c906dbb79985b68c653cad912c754bfdcfad8f67f5c352b14cda95afe2da +SIZE (rubygem/puma-5.6.2.gem) = 206848
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203091008.229A8oOP090393>