Sun Mar 17 16:16:39 2013 UTC ()
Update ruby-rack-protection to 1.5.0.

* Add a `report` reaction.
  This reaction does not halt the request, but leaves it up to the app to
  react on this information.  This allows e.g. frameworks to ignore failures
  in certain conditions.


(taca)
diff -r1.4 -r1.5 pkgsrc/www/ruby-rack-protection/Makefile
diff -r1.4 -r1.5 pkgsrc/www/ruby-rack-protection/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/www/ruby-rack-protection/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-rack-protection/Makefile 2013/03/10 13:07:29 1.4
+++ pkgsrc/www/ruby-rack-protection/Makefile 2013/03/17 16:16:39 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2013/03/10 13:07:29 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2013/03/17 16:16:39 taca Exp $
2 2
3DISTNAME= rack-protection-1.4.0 3DISTNAME= rack-protection-1.5.0
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://github.com/rkh/rack-protection 7HOMEPAGE= http://github.com/rkh/rack-protection
8COMMENT= Protection for against typical web attacks for Rack application 8COMMENT= Protection for against typical web attacks for Rack application
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-rack>=0:../../www/ruby-rack 11DEPENDS+= ${RUBY_PKGPREFIX}-rack>=0:../../www/ruby-rack
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/www/ruby-rack-protection/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-rack-protection/distinfo 2013/03/10 13:07:29 1.4
+++ pkgsrc/www/ruby-rack-protection/distinfo 2013/03/17 16:16:39 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2013/03/10 13:07:29 taca Exp $ 1$NetBSD: distinfo,v 1.5 2013/03/17 16:16:39 taca Exp $
2 2
3SHA1 (rack-protection-1.4.0.gem) = 51fce1da703d2bd800c586c40a25e56366ba1db2 3SHA1 (rack-protection-1.5.0.gem) = ab94c3b723fa6030bb63d59a0180ee82bb73e6b8
4RMD160 (rack-protection-1.4.0.gem) = ceba2e2443071f01d52e334942bdc5a729470910 4RMD160 (rack-protection-1.5.0.gem) = 39942e4dd014dcce652272be8cecd247361af1f9
5Size (rack-protection-1.4.0.gem) = 15872 bytes 5Size (rack-protection-1.5.0.gem) = 15872 bytes