Sat Sep 10 12:44:34 2022 UTC ()
www/ruby-actionview70: update to 7.0.4

* Guard against ActionView::Helpers::FormTagHelper#field_name calls with nil
  object_name arguments. For example:

	<%= fields do |f| %>
	  <%= f.field_name :body %>
	<% end %>

  Sean Doyle

* Strings returned from strip_tags are correctly tagged html_safe?

  Because these strings contain no HTML elements and the basic entities are
  escaped, they are safe to be included as-is as PCDATA in HTML content.
  Tagging them as html-safe avoids double-escaping entities when being
  concatenated to a SafeBuffer during rendering.

  Fixes rails/rails-html-sanitizer#124

  Mike Dalessio


(taca)
diff -r1.7 -r1.8 pkgsrc/www/ruby-actionview70/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/www/ruby-actionview70/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actionview70/distinfo 2022/07/13 14:48:47 1.7
+++ pkgsrc/www/ruby-actionview70/distinfo 2022/09/10 12:44:34 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2022/07/13 14:48:47 taca Exp $ 1$NetBSD: distinfo,v 1.8 2022/09/10 12:44:34 taca Exp $
2 2
3BLAKE2s (actionview-7.0.3.1.gem) = c428c336120069a2b9518d525f83a6595882274a5be7dde36b7f9e55dcbd0d27 3BLAKE2s (actionview-7.0.4.gem) = 49316cb09d89eccd8db9a7e5bca35e70ac6d7a245e6889eb18adc897e9467d17
4SHA512 (actionview-7.0.3.1.gem) = 2c00a4bd2bbc21cf64c2fc310aeb4dc355f3c2a6e301150c757995b588a502f07b5060d788dc8365e8fe5000ab5c5056b1beac03d7ceab3c3d6c6cd25b4913ef 4SHA512 (actionview-7.0.4.gem) = 5281bb2dc4e7f5ce63bd5f6f20672693924752d0c7bdbcd44b6b52b479a6ca39a186f99401b47240968b4f01d492db67cc27a2b4ba20d33383e7051876a8e729
5Size (actionview-7.0.3.1.gem) = 178688 bytes 5Size (actionview-7.0.4.gem) = 179200 bytes