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:           Sat Jan 16 13:12:12 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-rack-contrib/Makefile
cvs rdiff -u -r1.8 -r1.9 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.11 pkgsrc/www/ruby-rack-contrib/Makefile:1.12
--- pkgsrc/www/ruby-rack-contrib/Makefile:1.11  Sun May 17 16:17:04 2020
+++ pkgsrc/www/ruby-rack-contrib/Makefile       Sat Jan 16 13:12:11 2021
@@ -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

Index: pkgsrc/www/ruby-rack-contrib/distinfo
diff -u pkgsrc/www/ruby-rack-contrib/distinfo:1.8 pkgsrc/www/ruby-rack-contrib/distinfo:1.9
--- pkgsrc/www/ruby-rack-contrib/distinfo:1.8   Sun May 17 16:17:04 2020
+++ pkgsrc/www/ruby-rack-contrib/distinfo       Sat Jan 16 13:12:11 2021
@@ -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