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 www/ruby-rack-contrib: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74c786fbe6a0
branches:  trunk
changeset: 445097:74c786fbe6a0
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jan 16 13:12:11 2021 +0000

description:
www/ruby-rack-contrib: update to 2.3.0

2.3.0 (2020-11-30)

The list of changes in this release is long, and should serve as a warning
to me to make releases more often, as it cuts down on typing.  Thanks to
everyone who made PRs, checked PRs, merged PRs, and... renewed PRs.
Special thanks to Andrew Konchin (@andrykonchin) who is responsible for
over half the changes in this monster release, and who has come on board
as a maintainer.

This release removes the Rack::Runtime and Rack::Config middleware.
This may seem like a foolhardy thing to do in a minor release, but rack
itself ships with functionally identical versions.  Compatibility has been
maintained by having require "rack/contrib/<thing>" still work, but that
should be changed to require "rack/<thing>" instead.

* A #close method was added to the body that is returned by Rack::Signals.
* A stub CHANGELOG.md, pointing to the canonical source of release notes,
  has been added.
* Thread safety issues in Rack::Access, Rack::CommonCookies, and
  Rack::Deflect have been fixed. Additionally, the need for a thread-safe
  external cache object in Rack::LazyConditionalGet has been documented.
* A SPEC violation in Rack::CSSHTTPRequest has been fixed.
* Case-sensitive header problems in a whole bunch of middlewares have been
  fixed.
* Rack::JSONBodyParser now only rescues JSON::ParserError if it is raised
  within the middleware's own code. Exceptions raised by the application
  itself will now be left alone to be handled elsewhere.
* All string literals are now frozen.
* Residual ye olde Ruby compatibility checks were removed from
  Rack::Backstage, Rack::MailExceptions and Rack::NestedParams.
* The length calculation in Rack::JSONP has been made simpler.

diffstat:

 www/ruby-rack-contrib/Makefile |   4 ++--
 www/ruby-rack-contrib/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9db658d82bf6 -r 74c786fbe6a0 www/ruby-rack-contrib/Makefile
--- a/www/ruby-rack-contrib/Makefile    Sat Jan 16 13:08:59 2021 +0000
+++ b/www/ruby-rack-contrib/Makefile    Sat Jan 16 13:12:11 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/05/17 16:17:04 taca Exp $
+# $NetBSD: Makefile,v 1.12 2021/01/16 13:12:11 taca Exp $
 
-DISTNAME=      rack-contrib-2.2.0
+DISTNAME=      rack-contrib-2.3.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 9db658d82bf6 -r 74c786fbe6a0 www/ruby-rack-contrib/distinfo
--- a/www/ruby-rack-contrib/distinfo    Sat Jan 16 13:08:59 2021 +0000
+++ b/www/ruby-rack-contrib/distinfo    Sat Jan 16 13:12:11 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/05/17 16:17:04 taca Exp $
+$NetBSD: distinfo,v 1.9 2021/01/16 13:12:11 taca Exp $
 
-SHA1 (rack-contrib-2.2.0.gem) = 893be77609cfb56895cbd87b116df4383cf622be
-RMD160 (rack-contrib-2.2.0.gem) = d4126692d26bf68eb03232ae6fb5a4a95fcfbfa4
-SHA512 (rack-contrib-2.2.0.gem) = 468b1be2dcac2e259b8d7efc609bf2f8ca2ae535c34773f6dd4fed26513e330afa071e70fd470b21e3252e64fb2d5ee2bcfaa0cdf222cfe93267bab828e75192
-Size (rack-contrib-2.2.0.gem) = 28160 bytes
+SHA1 (rack-contrib-2.3.0.gem) = 2574e69e853342be467f7b0b3ed8a2364915ae7b
+RMD160 (rack-contrib-2.3.0.gem) = 88c35b1e22f19e9e39cf1287843f6cde98d00740
+SHA512 (rack-contrib-2.3.0.gem) = d7052cd0a383cc104df0021dca80aeb26fbac002ab9b96d9b681296d673238f0ceb56f5edbbf3cad793ebc6956160d410de1249011836a80aabc00436bc70479
+Size (rack-contrib-2.3.0.gem) = 27648 bytes



Home | Main Index | Thread Index | Old Index