pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-actionpack80



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Sep 23 04:18:47 UTC 2025

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

Log Message:
www/ruby-actionpack80: update to 8.0.3

8.0.3 (2025-09-22)

Action Pack

* URL helpers for engines mounted at the application root handle SCRIPT_NAME
  correctly.

  Fixed an issue where SCRIPT_NAME is not applied to paths generated for
  routes in an engine mounted at "/".

  Mike Dalessio

* Fix Rails.application.reload_routes! from clearing almost all routes.

  When calling Rails.application.reload_routes! inside a middleware of a
  Rake task, it was possible under certain conditions that all routes would
  be cleared.  If ran inside a middleware, this would result in getting a
  404 on most page you visit.  This issue was only happening in development.

  Edouard Chin

* 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
  foreseeable future.

  Earlopain, Jean Boussier

* Support hash-source in Content Security Policy.

  madogiwa

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

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

  Hartley McGuire


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-actionpack80/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-actionpack80/distinfo
diff -u pkgsrc/www/ruby-actionpack80/distinfo:1.3 pkgsrc/www/ruby-actionpack80/distinfo:1.4
--- pkgsrc/www/ruby-actionpack80/distinfo:1.3   Thu Aug 14 15:25:07 2025
+++ pkgsrc/www/ruby-actionpack80/distinfo       Tue Sep 23 04:18:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/08/14 15:25:07 taca Exp $
+$NetBSD: distinfo,v 1.4 2025/09/23 04:18:47 taca Exp $
 
-BLAKE2s (actionpack-8.0.2.1.gem) = 8d8064721b3f8af3b402e20d190a56f73191bcee5e8fd96305ca852971f57a60
-SHA512 (actionpack-8.0.2.1.gem) = 940984cffc237b25f325e32654ff8256550bcd6259a9fd4d929861ffa10f87907d5ac5b4e1f0c815b42beb802553c188d0cfa6f03d266d9c6b5f07ea62b1ac80
-Size (actionpack-8.0.2.1.gem) = 248832 bytes
+BLAKE2s (actionpack-8.0.3.gem) = e9e068786c06ac6f814ec29d76f9919cdff506e4575b48a86c4a93d52e008dff
+SHA512 (actionpack-8.0.3.gem) = e7635c40c3e239f1d7ac52f4b1d7c10042b9a1ef724cd8b702b60e11363105fde4ad9a72eeedfa1271311e011776f76c43d0bca5b3beb3c1a16afb5800a5fb5d
+Size (actionpack-8.0.3.gem) = 249856 bytes



Home | Main Index | Thread Index | Old Index