diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-03-08 10:32:33 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-03-08 10:32:33 +0000 |
commit | 47df64a95cd83f79b0e84e142711897e56efc892 (patch) | |
tree | ddb85dc0412013c7b4078aa34fef04c6f72b07b3 | |
parent | 285480503c577da5b0dd730eea979d7a613db6d8 (diff) | |
download | pkgsrc-47df64a95cd83f79b0e84e142711897e56efc892.tar.gz |
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.
-rw-r--r-- | www/ruby-puma/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-puma/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ruby-puma/Makefile b/www/ruby-puma/Makefile index b54bf7bc99d..c2d93a7914a 100644 --- a/www/ruby-puma/Makefile +++ b/www/ruby-puma/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2019/12/16 17:02:54 taca Exp $ +# $NetBSD: Makefile,v 1.18.4.1 2020/03/08 10:32:33 bsiegert Exp $ -DISTNAME= puma-4.3.1 +DISTNAME= puma-4.3.3 CATEGORIES= www MAINTAINER= taca@NetBSD.org diff --git a/www/ruby-puma/distinfo b/www/ruby-puma/distinfo index a0f1acca354..9b92f4084ef 100644 --- a/www/ruby-puma/distinfo +++ b/www/ruby-puma/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2019/12/16 17:02:54 taca Exp $ +$NetBSD: distinfo,v 1.15.4.1 2020/03/08 10:32:33 bsiegert Exp $ -SHA1 (puma-4.3.1.gem) = 52bcde6c797507c684e85c9b694055f1062c79da -RMD160 (puma-4.3.1.gem) = fed232117b9144080ef7a91e3e4738783065c86d -SHA512 (puma-4.3.1.gem) = c16344ecf93dbdf13ba43ee3907d24f42b035138d21684c80ae9c189c65313542cd31c7b6d931dc7b44787bbca328c1cbbce16e76223be50d5192df41b0f3736 -Size (puma-4.3.1.gem) = 174592 bytes +SHA1 (puma-4.3.3.gem) = fe73c9cffc842eb7fe07ea1ec01dad9ddc40976f +RMD160 (puma-4.3.3.gem) = 4777976662b29a3e9a34fb4fbca8d950d24a4a88 +SHA512 (puma-4.3.3.gem) = 12d6cfd483f6c10f61ab1480e15ad32bbb878f451a9cf1b5e07f54b41608ff265f5963c018c6b73b247dd58fda4c2f47bba1975e8e61df37cb788280fbb4ed0e +Size (puma-4.3.3.gem) = 174592 bytes |