pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-actionpack72



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 08:40:03 UTC 2025

Modified Files:
        pkgsrc/www/ruby-actionpack72: distinfo

Log Message:
www/ruby-actionpack72: update to 7.2.3

7.2.3 (2025-10-28)

* Submit test requests using as: :html with Content-Type:
  x-www-form-urlencoded

  Sean Doyle

* Address rack 3.2 deprecations warnings.

  warning: Status code :unprocessable_entity is deprecated and will be
  removed in a future version of Rack.
  Please use :unprocessable_content instead.

  Rails API will transparently convert one into the other for the forseable
  future.

  Earlopain, Jean Boussier

* Always return empty body for HEAD requests in PublicExceptions and
  DebugExceptions.

  This is required by Rack::Lint (per RFC9110).

  Hartley McGuire

* Fix url_for to handle :path_params gracefully when it's not a Hash.

  Prevents various security scanners from causing exceptions.

  Martin Emde

* Fix ActionDispatch::Executor to unwrap exceptions like other error
  reporting middlewares.

  Jean Boussier

* Fix NoMethodError when a non-string CSRF token is passed through headers.

  Ryan Heneise

* Fix invalid response when rescuing
  ActionController::Redirecting::UnsafeRedirectError in a controller.

  Alex Ghiculescu


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-actionpack72/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-actionpack72/distinfo
diff -u pkgsrc/www/ruby-actionpack72/distinfo:1.2 pkgsrc/www/ruby-actionpack72/distinfo:1.3
--- pkgsrc/www/ruby-actionpack72/distinfo:1.2   Thu Aug 14 15:22:46 2025
+++ pkgsrc/www/ruby-actionpack72/distinfo       Mon Nov  3 08:40:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/08/14 15:22:46 taca Exp $
+$NetBSD: distinfo,v 1.3 2025/11/03 08:40:03 taca Exp $
 
-BLAKE2s (actionpack-7.2.2.2.gem) = c4bd043e61e9affa9ba70ef73b47314a61054d0a9f4b6ef77bcb2a19a75601f2
-SHA512 (actionpack-7.2.2.2.gem) = d5da56cf7458f59311311f233a010d72cf63ad2438e72fda982451655ed33d298f56365824d008f9e50e1794eec61ed78dd2abfdf527a8721a60e12b7b6be1de
-Size (actionpack-7.2.2.2.gem) = 243200 bytes
+BLAKE2s (actionpack-7.2.3.gem) = 27e03aa2fc3d2100bad41aab42350f4e8be0f68460f09d696d7b2d4fdc21e8b7
+SHA512 (actionpack-7.2.3.gem) = 159182a3a7498a13610d911eea91fb541c0dbf7d0a8aacd1de29e7c2978e2d69f825ab0c147cffa11aea9cba4311fc7a695363649138ee025699c2977c599b70
+Size (actionpack-7.2.3.gem) = 244224 bytes



Home | Main Index | Thread Index | Old Index