pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-rack-contrib



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 11 15:43:46 UTC 2017

Modified Files:
        pkgsrc/www/ruby-rack-contrib: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-rack-contrib/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-rack-contrib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-rack-contrib/Makefile
diff -u pkgsrc/www/ruby-rack-contrib/Makefile:1.5 pkgsrc/www/ruby-rack-contrib/Makefile:1.6
--- pkgsrc/www/ruby-rack-contrib/Makefile:1.5   Sun Jun 18 13:48:54 2017
+++ pkgsrc/www/ruby-rack-contrib/Makefile       Mon Sep 11 15:43:46 2017
@@ -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 @@ HOMEPAGE=       https://github.com/rack/rack-c
 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
 

Index: pkgsrc/www/ruby-rack-contrib/distinfo
diff -u pkgsrc/www/ruby-rack-contrib/distinfo:1.4 pkgsrc/www/ruby-rack-contrib/distinfo:1.5
--- pkgsrc/www/ruby-rack-contrib/distinfo:1.4   Wed Nov  4 02:47:36 2015
+++ pkgsrc/www/ruby-rack-contrib/distinfo       Mon Sep 11 15:43:46 2017
@@ -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