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:           Sun Mar 16 15:29:52 UTC 2025

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

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

8.0.2 (2025/03/12)

* Improve with_routing test helper to not rebuild the middleware stack.
  Otherwise some middleware configuration could be lost.

  Édouard Chin

* Add resource name to the ArgumentError that's raised when invalid :only or
  :except options are given to #resource or #resources

  This makes it easier to locate the source of the problem, especially for
  routes drawn by gems.

  Before:

    :only and :except must include only [:index, :create, :new, :show, :update, :destroy, :edit], but also included [:foo, :bar]

  After:

    Route `resources :products` - :only and :except must include only [:index, :create, :new, :show, :update, :destroy, :edit], but also included [:foo, :bar]

  Jeremy Green

* 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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/www/ruby-actionpack80/distinfo:1.2
--- pkgsrc/www/ruby-actionpack80/distinfo:1.1   Thu Jan  2 07:10:55 2025
+++ pkgsrc/www/ruby-actionpack80/distinfo       Sun Mar 16 15:29:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/01/02 07:10:55 taca Exp $
+$NetBSD: distinfo,v 1.2 2025/03/16 15:29:52 taca Exp $
 
-BLAKE2s (actionpack-8.0.1.gem) = 3119bb22dbf2d7be1b414082bf26d2b6a1e276f90ff818017f5323def7f0cfd4
-SHA512 (actionpack-8.0.1.gem) = 97d4e3a16c63ea8624f02ff2466936542194e3edeceed124020b08e113968e631bcfb9e15f59326642cbff2f11efba34362a58a24bc354ec45f4214450b95a65
-Size (actionpack-8.0.1.gem) = 248320 bytes
+BLAKE2s (actionpack-8.0.2.gem) = 2a7d5734ae712a7fba2256a228a3a989eb605072a7746858e985f7eaab123716
+SHA512 (actionpack-8.0.2.gem) = fa3a7c86dcbf3b5fe5048730bb89c5469b006413e4493865c69c0ee759792370f5691f2fa06b3c9f31ca3f9264da0854bcc0941052e5795e9fff338f246a0cbe
+Size (actionpack-8.0.2.gem) = 248832 bytes



Home | Main Index | Thread Index | Old Index