pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-actionpack71
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 22 13:22:07 UTC 2024
Modified Files:
pkgsrc/www/ruby-actionpack71: DESCR distinfo
Log Message:
www/ruby-actionpack71: update to 7.1.4
pkgsrc change: stop a pkglint warning.
Action Pack 7.1.4 (2024-08-22)
* Resolve deprecation warning in latest selenium-webdriver. (Earlopain)
* Don't preload Selenium browser when remote. (Noah Horton)
* Fix crash for invalid Content-Type in ShowExceptions middleware.
(Earlopain)
* Fix inconsistent results of params.deep_transform_keys. (Iago Pimenta)
* Do not report rendered errors except 500. (Nikita Vasilevsky)
* Improve routes source location detection. (Jean Boussier)
* Fix Request#raw_post raising NoMethodError when rack.input is nil.
(Hartley McGuire)
* Fix url generation in nested engine when script name is empty. (zzak)
* Fix Mime::Type.parse handling type parameters for HTTP Accept headers.
(Taylor Chaparro)
* Fix the error page that is displayed when a view template is missing
to account for nested controller paths in the suggested correct
location for the missing template. (Joshua Young)
* Fix a regression in 7.1.3 passing a to: option without a controller
when the controller is already defined by a scope. (Étienne Barrié)
Rails.application.routes.draw do
controller :home do
get "recent", to: "recent_posts"
end
end
* Fix ActionDispatch::Executor middleware to report errors handled by
ActionDispatch::ShowExceptions
In the default production environment, ShowExceptions rescues
uncaught errors and returns a response. Because of this the
executor wouldn't report production errors with the default Rails
configuration. (Jean Boussier)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-actionpack71/DESCR
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-actionpack71/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-actionpack71/DESCR
diff -u pkgsrc/www/ruby-actionpack71/DESCR:1.1 pkgsrc/www/ruby-actionpack71/DESCR:1.2
--- pkgsrc/www/ruby-actionpack71/DESCR:1.1 Thu Nov 30 15:21:49 2023
+++ pkgsrc/www/ruby-actionpack71/DESCR Sun Sep 22 13:22:07 2024
@@ -11,7 +11,6 @@ It consists of several modules:
routing as defined by the user, and does advanced processing related to
HTTP such as MIME-type negotiation, decoding parameters in POST, PATCH,
or PUT bodies, handling HTTP caching logic, cookies and sessions.
-
* Action Controller, which provides a base controller class that can be
subclassed to implement filters and actions to handle requests.
The result of an action is typically content generated from views.
Index: pkgsrc/www/ruby-actionpack71/distinfo
diff -u pkgsrc/www/ruby-actionpack71/distinfo:1.5 pkgsrc/www/ruby-actionpack71/distinfo:1.6
--- pkgsrc/www/ruby-actionpack71/distinfo:1.5 Wed Jun 5 16:44:17 2024
+++ pkgsrc/www/ruby-actionpack71/distinfo Sun Sep 22 13:22:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/06/05 16:44:17 taca Exp $
+$NetBSD: distinfo,v 1.6 2024/09/22 13:22:07 taca Exp $
-BLAKE2s (actionpack-7.1.3.4.gem) = 9770024fe637810888d46bbe02c09e042a190c308e1e5ea7382ff090a0c5e19b
-SHA512 (actionpack-7.1.3.4.gem) = 650943748d7a565059d2fb3829a2c1c98f092e6b0c60c266f36b3ee6369a92e788097868fdea8915eedc36981f735a0c297221d78f23e9a0bd76149f44bdcd91
-Size (actionpack-7.1.3.4.gem) = 244736 bytes
+BLAKE2s (actionpack-7.1.4.gem) = bae25f5470214d1137333828051f41f0c9c18541ff990d8755dce9428d6e9ada
+SHA512 (actionpack-7.1.4.gem) = 4355d7fa414631d5615813d05cd94507e8a0ae2c1184d9d832c139d3cb83cf9f4099d71a677add0d1b1c7e6becaca8c9f7aaaf32df857e08231af7f223c3bc57
+Size (actionpack-7.1.4.gem) = 245760 bytes
Home |
Main Index |
Thread Index |
Old Index