Mon Sep 11 15:43:46 2017 UTC ()
Update ruby-rack-contrib to 1.6.0.

1.6.0 (2017/09/01)

* Rack::PostBodyContentTypeParser: if the middleware is told a POST body is
  JSON, but it doesn't parse as JSON, then... it's not really JSON, and the
  request is now rejected with a 400 response. Thanks to Yukihiko SAWANOBORI
  (@sawanoboly) for the fix.

1.5.0 (2017/07/19)

After an extended hiatus, rack-contrib maintenance is back on track. This
is a tidy-up release, merging things that have sat around for far too long.

* git-version-bump has now been moved to being a development dependency,
  thanks to Tobias Haagen Michaelsen.

* Rack::AcceptLocale can be restricted to a set of enforced locales, thanks to
  Paco Guzman.

* Rack::NotFound's path argument is now optional, thanks to Ed Morley.

* Rack::BounceFavicon now has a description and tests, thanks to Steven
  Wilkin.

* The automated Travis CI suite now tests all supported Ruby versions up to
  2.4, which necessitated a few small changes.


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

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

--- pkgsrc/www/ruby-rack-contrib/Makefile 2017/06/18 13:48:54 1.5
+++ pkgsrc/www/ruby-rack-contrib/Makefile 2017/09/11 15:43:46 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2017/06/18 13:48:54 taca Exp $ 1# $NetBSD: Makefile,v 1.6 2017/09/11 15:43:46 taca Exp $
2 2
3DISTNAME= rack-contrib-1.4.0 3DISTNAME= rack-contrib-1.6.0
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/rack/rack-contrib/ 7HOMEPAGE= https://github.com/rack/rack-contrib/
8COMMENT= Contributed Rack Middleware and Utilities 8COMMENT= Contributed Rack Middleware and Utilities
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-rack>=0:../../www/ruby-rack 11DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.4:../../www/ruby-rack15
12 12
13RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack 13RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/www/ruby-rack-contrib/distinfo 2015/11/04 02:47:36 1.4
+++ pkgsrc/www/ruby-rack-contrib/distinfo 2017/09/11 15:43:46 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/04 02:47:36 agc Exp $ 1$NetBSD: distinfo,v 1.5 2017/09/11 15:43:46 taca Exp $
2 2
3SHA1 (rack-contrib-1.4.0.gem) = 9ad051fb469d13d2b76ac04ead852964a245c56b 3SHA1 (rack-contrib-1.6.0.gem) = 21ba8f8fc9defbef43509947bbbbfddfc805c331
4RMD160 (rack-contrib-1.4.0.gem) = 9f0e96e6b6e7e16810f4a8e979874f3bd233bb41 4RMD160 (rack-contrib-1.6.0.gem) = 8ba71c0e2e1711e25ba8e8d9dfc89f3891ce7a86
5SHA512 (rack-contrib-1.4.0.gem) = 0c6ab932353195143bc0629e804d7c6ab54d5517b925aa383b7b289d4e5207002d7fd072b98290776a1e2190bfac823c59c06dfbbb7af46dbd1a90866ed60b90 5SHA512 (rack-contrib-1.6.0.gem) = 92e2f53ac8da52c5bb9ea8de5be65e41a1a0ff110fff3aeb6079c87338206139e1d24bbd60409ffaf045b83ab928ebba1ca2c2b2b26ca803dc1772f2b32cfed6
6Size (rack-contrib-1.4.0.gem) = 29696 bytes 6Size (rack-contrib-1.6.0.gem) = 29696 bytes