pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-actionview70



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Sep 10 12:44:34 UTC 2022

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-actionview70/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-actionview70/distinfo
diff -u pkgsrc/www/ruby-actionview70/distinfo:1.7 pkgsrc/www/ruby-actionview70/distinfo:1.8
--- pkgsrc/www/ruby-actionview70/distinfo:1.7   Wed Jul 13 14:48:47 2022
+++ pkgsrc/www/ruby-actionview70/distinfo       Sat Sep 10 12:44:34 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/07/13 14:48:47 taca Exp $
+$NetBSD: distinfo,v 1.8 2022/09/10 12:44:34 taca Exp $
 
-BLAKE2s (actionview-7.0.3.1.gem) = c428c336120069a2b9518d525f83a6595882274a5be7dde36b7f9e55dcbd0d27
-SHA512 (actionview-7.0.3.1.gem) = 2c00a4bd2bbc21cf64c2fc310aeb4dc355f3c2a6e301150c757995b588a502f07b5060d788dc8365e8fe5000ab5c5056b1beac03d7ceab3c3d6c6cd25b4913ef
-Size (actionview-7.0.3.1.gem) = 178688 bytes
+BLAKE2s (actionview-7.0.4.gem) = 49316cb09d89eccd8db9a7e5bca35e70ac6d7a245e6889eb18adc897e9467d17
+SHA512 (actionview-7.0.4.gem) = 5281bb2dc4e7f5ce63bd5f6f20672693924752d0c7bdbcd44b6b52b479a6ca39a186f99401b47240968b4f01d492db67cc27a2b4ba20d33383e7051876a8e729
+Size (actionview-7.0.4.gem) = 179200 bytes



Home | Main Index | Thread Index | Old Index