pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-rack-contrib Update ruby-rack-contrib to 1.6.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/91e0b748e353
branches: trunk
changeset: 368176:91e0b748e353
user: taca <taca%pkgsrc.org@localhost>
date: Mon Sep 11 15:43:46 2017 +0000
description:
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.
diffstat:
www/ruby-rack-contrib/Makefile | 6 +++---
www/ruby-rack-contrib/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r c66383f8c7cb -r 91e0b748e353 www/ruby-rack-contrib/Makefile
--- a/www/ruby-rack-contrib/Makefile Mon Sep 11 15:40:54 2017 +0000
+++ b/www/ruby-rack-contrib/Makefile Mon Sep 11 15:43:46 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/06/18 13:48:54 taca Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/11 15:43:46 taca Exp $
-DISTNAME= rack-contrib-1.4.0
+DISTNAME= rack-contrib-1.6.0
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@
COMMENT= Contributed Rack Middleware and Utilities
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-rack>=0:../../www/ruby-rack
+DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.4:../../www/ruby-rack15
RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack
diff -r c66383f8c7cb -r 91e0b748e353 www/ruby-rack-contrib/distinfo
--- a/www/ruby-rack-contrib/distinfo Mon Sep 11 15:40:54 2017 +0000
+++ b/www/ruby-rack-contrib/distinfo Mon Sep 11 15:43:46 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 02:47:36 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/09/11 15:43:46 taca Exp $
-SHA1 (rack-contrib-1.4.0.gem) = 9ad051fb469d13d2b76ac04ead852964a245c56b
-RMD160 (rack-contrib-1.4.0.gem) = 9f0e96e6b6e7e16810f4a8e979874f3bd233bb41
-SHA512 (rack-contrib-1.4.0.gem) = 0c6ab932353195143bc0629e804d7c6ab54d5517b925aa383b7b289d4e5207002d7fd072b98290776a1e2190bfac823c59c06dfbbb7af46dbd1a90866ed60b90
-Size (rack-contrib-1.4.0.gem) = 29696 bytes
+SHA1 (rack-contrib-1.6.0.gem) = 21ba8f8fc9defbef43509947bbbbfddfc805c331
+RMD160 (rack-contrib-1.6.0.gem) = 8ba71c0e2e1711e25ba8e8d9dfc89f3891ce7a86
+SHA512 (rack-contrib-1.6.0.gem) = 92e2f53ac8da52c5bb9ea8de5be65e41a1a0ff110fff3aeb6079c87338206139e1d24bbd60409ffaf045b83ab928ebba1ca2c2b2b26ca803dc1772f2b32cfed6
+Size (rack-contrib-1.6.0.gem) = 29696 bytes
Home |
Main Index |
Thread Index |
Old Index