pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-actionview61



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  5 03:29:32 UTC 2022

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

Log Message:
www/ruby-actionview61: update to 6.1.5.1

## Rails 6.1.5.1 (April 26, 2022) ##

*   Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

    Escape dangerous characters in names of tags and names of attributes in the
    tag helpers, following the XML specification. Rename the option
    `:escape_attributes` to `:escape`, to simplify by applying the option to the
    whole tag.

    *Álvaro Martín Fraguas*

## Rails 6.1.5 (March 09, 2022) ##

*   `preload_link_tag` properly inserts `as` attributes for files with `image` MIME
    types, such as JPG or SVG.

    *Nate Berkopec*

*   Add `autocomplete="off"` to all generated hidden fields.

    Fixes #42610.

    *Ryan Baumann*

*   Fix `current_page?` when URL has trailing slash.

    This fixes the `current_page?` helper when the given URL has a trailing slash,
    and is an absolute URL or also has query params.

    Fixes #33956.

    *Jonathan Hefner*


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actionview61/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-actionview61/distinfo
diff -u pkgsrc/www/ruby-actionview61/distinfo:1.11 pkgsrc/www/ruby-actionview61/distinfo:1.12
--- pkgsrc/www/ruby-actionview61/distinfo:1.11  Sun Mar 13 15:11:51 2022
+++ pkgsrc/www/ruby-actionview61/distinfo       Thu May  5 03:29:32 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/03/13 15:11:51 taca Exp $
+$NetBSD: distinfo,v 1.12 2022/05/05 03:29:32 taca Exp $
 
-BLAKE2s (actionview-6.1.4.7.gem) = 44be8646b9265431f7e2c92010cd982f590b4600dedde17b80dc5bf2e4f244a1
-SHA512 (actionview-6.1.4.7.gem) = ecd96b954b2746aaf32da6f4f21bae87fd0d8a60c24843b852ba0f623489037f0b84e808bdd5a75d073d5d0e69db9dce0fa400b96091c4e660e9de6dc69fc52f
-Size (actionview-6.1.4.7.gem) = 171520 bytes
+BLAKE2s (actionview-6.1.5.1.gem) = 0b42f114c52b45a33098049853e36a935eca6d90ce84ae756c7d8a8767c140c0
+SHA512 (actionview-6.1.5.1.gem) = 6b3a241aa3d4d15b74c766281a18ee950f0eff97fba013acf648804a73042406a66af9172856c0e3f98715728ca3a067b5ab24068a53541287b8d04a3fdcd747
+Size (actionview-6.1.5.1.gem) = 172032 bytes



Home | Main Index | Thread Index | Old Index