diff options
author | taca <taca@pkgsrc.org> | 2015-03-13 17:26:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-13 17:26:00 +0000 |
commit | c951f3f195195c6a30816b1504730acc14bfa2da (patch) | |
tree | c1f8035ae32734ac0983041ec48750eb7d41d951 /www | |
parent | 3d91e0686a926e0f81f8b35cee3dfd194dc8965a (diff) | |
download | pkgsrc-c951f3f195195c6a30816b1504730acc14bfa2da.tar.gz |
Update ruby-rack-protection to 1.5.3.
* Discard invalid Referer header.
If an invalid Referer header such as "http://example.com/bad|uri" is
provided, ignore the value of it and skip using the Host header fallback.
* refactor instantiation.
* fix typoed header name.
* clarify reaction warning, test it.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-rack-protection/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-rack-protection/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ruby-rack-protection/Makefile b/www/ruby-rack-protection/Makefile index 2ba9d233e5a..25787057f18 100644 --- a/www/ruby-rack-protection/Makefile +++ b/www/ruby-rack-protection/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2014/03/14 19:24:32 taca Exp $ +# $NetBSD: Makefile,v 1.7 2015/03/13 17:26:00 taca Exp $ -DISTNAME= rack-protection-1.5.2 +DISTNAME= rack-protection-1.5.3 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-rack-protection/distinfo b/www/ruby-rack-protection/distinfo index bf256ccdd13..7ae36b6e712 100644 --- a/www/ruby-rack-protection/distinfo +++ b/www/ruby-rack-protection/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2014/03/14 19:24:32 taca Exp $ +$NetBSD: distinfo,v 1.7 2015/03/13 17:26:00 taca Exp $ -SHA1 (rack-protection-1.5.2.gem) = 7e8002b0b5fdb40ec93f6cde4a4a19cc0f45a158 -RMD160 (rack-protection-1.5.2.gem) = a3284ec89359933addf4574f27e4ff5b97dcf439 -Size (rack-protection-1.5.2.gem) = 17920 bytes +SHA1 (rack-protection-1.5.3.gem) = 1c28529c1d7376c61faed80f3d3297905a14c2b3 +RMD160 (rack-protection-1.5.3.gem) = 8c6e7d33a7381bf2dffd28bca7d6d5074e20e932 +Size (rack-protection-1.5.3.gem) = 18432 bytes |