From 427f13afdf817b0ac5fb23b4f178aab791eb498e Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 5 May 2022 03:28:21 +0000 Subject: [PATCH] devel/ruby-activesupport61: update to 6.1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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* --- devel/ruby-activesupport61/Makefile | 4 ++-- devel/ruby-activesupport61/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/ruby-activesupport61/Makefile b/devel/ruby-activesupport61/Makefile index 09abd1c303e7..a3612dd91168 100644 --- a/devel/ruby-activesupport61/Makefile +++ b/devel/ruby-activesupport61/Makefile @@ -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 diff --git a/devel/ruby-activesupport61/distinfo b/devel/ruby-activesupport61/distinfo index 45e88e900904..8c00396a12eb 100644 --- a/devel/ruby-activesupport61/distinfo +++ b/devel/ruby-activesupport61/distinfo @@ -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