Skip to content

Commit

Permalink
Update ruby-rack-protection to 1.2.0.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
obache committed Jan 8, 2012
1 parent 7667f48 commit d16850e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/ruby-rack-protection/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions www/ruby-rack-protection/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d16850e

Please sign in to comment.