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.
This commit is contained in:
parent
3f283bbee2
commit
e62b6c0f83
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue