Path to this page:
./
www/ruby-puma,
Modern concurrent web server for Ruby
Branch: pkgsrc-2019Q4,
Version: 4.3.3,
Package name: ruby26-puma-4.3.3,
Maintainer: tacaPuma: 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]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: fe73c9cffc842eb7fe07ea1ec01dad9ddc40976f
RMD160: 4777976662b29a3e9a34fb4fbca8d950d24a4a88
Filesize: 170.5 KB
Version history: (Expand)
- (2020-03-08) Updated to version: ruby26-puma-4.3.3
- (2020-01-02) Package added to pkgsrc.se, version ruby26-puma-4.3.1 (created)
CVS history: (Expand)
2020-03-08 11:32:33 by Benny Siegert | Files touched by this commit (2) | |
Log message:
Pullup ticket #6144 - requested by taca
www/ruby-puma: security fix
Revisions pulled up:
- www/ruby-puma/Makefile 1.21-1.22
- www/ruby-puma/distinfo 1.16-1.17
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Feb 29 02:19:55 UTC 2020
Modified Files:
pkgsrc/www/ruby-puma: Makefile distinfo
Log message:
www/ruby-puma: update to 4.3.2
Update ruby-puma to 4.3.2.
## 4.3.2 and 3.12.3 / 2020-02-27
* Security
* Fix: Prevent HTTP Response splitting via CR/LF in header
values. CVE-2020-5247.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 1 02:52:25 UTC 2020
Modified Files:
pkgsrc/www/ruby-puma: Makefile distinfo
Log message:
www/ruby-puma: update to 4.3.3
Update ruby-puma to 4.3.3.
## 4.3.3 and 3.12.4 / 2020-02-28
* Bugfixes
* Fix: Fixes a problem where we weren't splitting headers correctly on \
newlines (#2132)
* Security
* Fix: Prevent HTTP Response splitting via CR in early hints.
|