./www/ruby-puma, Modern concurrent web server for Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q1, Version: 4.3.3, Package name: ruby26-puma-4.3.3, Maintainer: taca

Puma: A Ruby Web Server Built For Concurrency

Puma is a simple, fast, and highly concurrent HTTP 1.1 server for Ruby web
applications. It can be used with any application that supports Rack, and is
considered the replacement for Webrick and Mongrel. It was designed to be the
go-to server for Rubinius, but also works well with JRuby and MRI. Puma is
intended for use in both development and production environments.


Required to run:
[net/ruby-nio4r] [lang/ruby26-base]

Master sites:

SHA1: fe73c9cffc842eb7fe07ea1ec01dad9ddc40976f
RMD160: 4777976662b29a3e9a34fb4fbca8d950d24a4a88
Filesize: 170.5 KB

Version history: (Expand)


CVS history: (Expand)


   2020-06-08 19:52:41 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6223 - requested by taca
www/ruby-puma: security fix

Revisions pulled up:
- www/ruby-puma/Makefile                                        1.23
- www/ruby-puma/distinfo                                        1.18

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun May 24 13:47:49 UTC 2020

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

   Log message:
   www/ruby-puma: update to 4.3.5

   Update ruby-puma to 4.3.5.

   4.3.4/4.3.5 and 3.12.5/3.12.6 / 2020-05-22

   Each patchlevel release contains a separate security fix. We recommend
   simply upgrading to 4.3.5/3.12.6.

   * Security

     Fix: Fixed two separate HTTP smuggling vulnerabilities that used the
     Transfer-Encoding header. CVE-2020-11076 and CVE-2020-11077.