Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 13:13:19 UTC Now

2022-09-10 12:44:34 UTC MAIN commitmail json YAML

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)