From d16850ee444aaac50c14890995cd39bf6cbf378c Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 8 Jan 2012 03:01:22 +0000 Subject: [PATCH] Update ruby-rack-protection to 1.2.0. Changes: * Show warnings for JsonCsrtf attacks. * do not enable parameter escaping by default, fixes #8. * Use more specific namespace declaration in Rack::Builder configuration. * NotimpelentedError typo fix * add test that makes sure passingin on :track option works. related to #6. * deal with PATH_INFO being nil, fixes #7. * do not track HTTP_VERSION, fixes #6. --- www/ruby-rack-protection/Makefile | 4 ++-- 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 236ce42f1fdda..c6455bd771c46 100644 --- a/www/ruby-rack-protection/Makefile +++ b/www/ruby-rack-protection/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/12/16 15:28:34 taca Exp $ +# $NetBSD: Makefile,v 1.2 2012/01/08 03:01:22 obache Exp $ -DISTNAME= rack-protection-1.1.4 +DISTNAME= rack-protection-1.2.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-rack-protection/distinfo b/www/ruby-rack-protection/distinfo index 96d46a3a5068f..049721682c655 100644 --- a/www/ruby-rack-protection/distinfo +++ b/www/ruby-rack-protection/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/12/16 15:28:34 taca Exp $ +$NetBSD: distinfo,v 1.2 2012/01/08 03:01:22 obache Exp $ -SHA1 (rack-protection-1.1.4.gem) = 9056591c69715c4aea5ed806df6661789ea374e9 -RMD160 (rack-protection-1.1.4.gem) = ee4fbbafc8ce87152235ddc3206483bffaa5f1e6 -Size (rack-protection-1.1.4.gem) = 13312 bytes +SHA1 (rack-protection-1.2.0.gem) = 68830a5e8eff06056d6dceb227ca903e392e620c +RMD160 (rack-protection-1.2.0.gem) = 8cfb6a0382e901c27220cb31613102ce4d57413e +Size (rack-protection-1.2.0.gem) = 13312 bytes