pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activesupport61



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  5 03:28:21 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-activesupport61: Makefile distinfo

Log Message:
devel/ruby-activesupport61: 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`.

    Add the method `ERB::Util.xml_name_escape` to escape dangerous characters
    in names of tags and names of attributes, following the specification of XML.

    *Álvaro Martín Fraguas*

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

*   Fix `ActiveSupport::Duration.build` to support negative values.

    The algorithm to collect the `parts` of the `ActiveSupport::Duration`
    ignored the sign of the `value` and accumulated incorrect part values. This
    impacted `ActiveSupport::Duration#sum` (which is dependent on `parts`) but
    not `ActiveSupport::Duration#eql?` (which is dependent on `value`).

    *Caleb Buxton*, *Braden Staudacher*

*   `Time#change` and methods that call it (eg. `Time#advance`) will now
    return a `Time` with the timezone argument provided, if the caller was
    initialized with a timezone argument.

    Fixes [#42467](https://github.com/rails/rails/issues/42467).

    *Alex Ghiculescu*

*   Clone to keep extended Logger methods for tagged logger.

    *Orhan Toy*

*   `assert_changes` works on including `ActiveSupport::Assertions` module.

    *Pedro Medeiros*


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport61/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activesupport61/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-activesupport61/Makefile
diff -u pkgsrc/devel/ruby-activesupport61/Makefile:1.3 pkgsrc/devel/ruby-activesupport61/Makefile:1.4
--- pkgsrc/devel/ruby-activesupport61/Makefile:1.3      Sun Mar 27 06:31:56 2022
+++ pkgsrc/devel/ruby-activesupport61/Makefile  Thu May  5 03:28:21 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/03/27 06:31:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/05/05 03:28:21 taca Exp $
 
 DISTNAME=      activesupport-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
@@ -12,7 +12,7 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=1.6:../../devel/ruby-i18n
 DEPENDS+=      ${RUBY_PKGPREFIX}-tzinfo>=2.0<3:../../time/ruby-tzinfo
 DEPENDS+=      ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
-DEPENDS+=      ${RUBY_PKGPREFIX}-zeitwerk>=2.2<3:../../devel/ruby-zeitwerk
+DEPENDS+=      ${RUBY_PKGPREFIX}-zeitwerk>=2.3<3:../../devel/ruby-zeitwerk
 # minitest 5.4.3 is bundled with Ruby 2.2 and later.
 #DEPENDS+=     ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest
 

Index: pkgsrc/devel/ruby-activesupport61/distinfo
diff -u pkgsrc/devel/ruby-activesupport61/distinfo:1.11 pkgsrc/devel/ruby-activesupport61/distinfo:1.12
--- pkgsrc/devel/ruby-activesupport61/distinfo:1.11     Sun Mar 13 15:11:50 2022
+++ pkgsrc/devel/ruby-activesupport61/distinfo  Thu May  5 03:28:21 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/03/13 15:11:50 taca Exp $
+$NetBSD: distinfo,v 1.12 2022/05/05 03:28:21 taca Exp $
 
-BLAKE2s (activesupport-6.1.4.7.gem) = dca85318e9a9d3a90a4697d4e654e122d0f9350a594ff8b22f16bc906bc07980
-SHA512 (activesupport-6.1.4.7.gem) = 39a59530f016dcf1db8a1c56bbcf77ec4f0ba11201844a65a2e2ebefbfc5f670f3b0b481d4ef7d79e4e1a1bdad12034376fc220fa36592e554fa6c03cfe46f41
-Size (activesupport-6.1.4.7.gem) = 219648 bytes
+BLAKE2s (activesupport-6.1.5.1.gem) = 337af410ef63ec55c9cfb752ed519287e29ac9f965dc61892458f0b78c00c285
+SHA512 (activesupport-6.1.5.1.gem) = d3e2e442236e5abea3d3bd258d782e1406ebfd66840104bc5d1f4830c2e3b058cfb0f0d0cf097d4e261fd291a1e56e89c2c6a5664927ca3c3a8f366f139333fc
+Size (activesupport-6.1.5.1.gem) = 220672 bytes



Home | Main Index | Thread Index | Old Index