pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-actionview70 www/ruby-actionview70: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a7e306305f2
branches:  trunk
changeset: 385053:5a7e306305f2
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Sep 10 12:44:34 2022 +0000

description:
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

diffstat:

 www/ruby-actionview70/distinfo |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (13 lines):

diff -r b5a5ba24593a -r 5a7e306305f2 www/ruby-actionview70/distinfo
--- a/www/ruby-actionview70/distinfo    Sat Sep 10 12:43:58 2022 +0000
+++ b/www/ruby-actionview70/distinfo    Sat Sep 10 12:44:34 2022 +0000
@@ -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