Sat Jul 23 19:15:52 2022 UTC ()
Pullup ticket #6654 - requested by taca
databases/ruby-activerecord60: security update
devel/ruby-activejob60: security update
devel/ruby-activemodel60: security update
devel/ruby-activestorage60: security update
devel/ruby-activesupport60: security update
devel/ruby-railties60: security update
mail/ruby-actionmailbox60: security update
mail/ruby-actionmailer60: security update
textproc/ruby-actiontext60: security update
www/ruby-actioncable60: security update
www/ruby-actionpack60: security update
www/ruby-actionview60: security update
www/ruby-rails60: security update

Revisions pulled up:
- databases/ruby-activerecord60/distinfo                        1.19
- devel/ruby-activejob60/distinfo                               1.19
- devel/ruby-activemodel60/distinfo                             1.19
- devel/ruby-activestorage60/distinfo                           1.19
- devel/ruby-activesupport60/distinfo                           1.19
- devel/ruby-railties60/Makefile                                1.5
- devel/ruby-railties60/distinfo                                1.19
- lang/ruby/rails.mk                                            1.130
- mail/ruby-actionmailbox60/distinfo                            1.19
- mail/ruby-actionmailer60/distinfo                             1.19
- textproc/ruby-actiontext60/distinfo                           1.19
- www/ruby-actioncable60/distinfo                               1.19
- www/ruby-actionpack60/distinfo                                1.19
- www/ruby-actionview60/distinfo                                1.19
- www/ruby-rails60/distinfo                                     1.19

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jul 13 14:44:10 UTC 2022

   Modified Files:
   	pkgsrc/databases/ruby-activerecord60: distinfo
   	pkgsrc/devel/ruby-activejob60: distinfo
   	pkgsrc/devel/ruby-activemodel60: distinfo
   	pkgsrc/devel/ruby-activestorage60: distinfo
   	pkgsrc/devel/ruby-activesupport60: distinfo
   	pkgsrc/devel/ruby-railties60: Makefile distinfo
   	pkgsrc/lang/ruby: rails.mk
   	pkgsrc/mail/ruby-actionmailbox60: distinfo
   	pkgsrc/mail/ruby-actionmailer60: distinfo
   	pkgsrc/textproc/ruby-actiontext60: distinfo
   	pkgsrc/www/ruby-actioncable60: distinfo
   	pkgsrc/www/ruby-actionpack60: distinfo
   	pkgsrc/www/ruby-actionview60: distinfo
   	pkgsrc/www/ruby-rails60: distinfo

   Log Message:
   www/ruby-rails60: update to 6.0.5.1

   Rails 6.0.5.1 (2022-07-12) updates databases/ruby-activerecord60 only.

   databases/ruby-activerecord60

   * Change ActiveRecord::Coders::YAMLColumn default to safe_load

     This adds two new configuration options The configuration options are as
     follows:

   	o config.active_storage.use_yaml_unsafe_load

     When set to true, this configuration option tells Rails to use the old
     "unsafe" YAML loading strategy, maintaining the existing behavior but
     leaving the possible escalation vulnerability in place.  Setting this
     option to true is *not* recommended, but can aid in upgrading.

   	o config.active_record.yaml_column_permitted_classes

     The "safe YAML" loading method does not allow all classes to be
     deserialized by default.  This option allows you to specify classes deemed
     "safe" in your application.  For example, if your application uses Symbol
     and Time in serialized data, you can add Symbol and Time to the allowed
     list as follows:

   	config.active_record.yaml_column_permitted_classes = [Symbol, Date, Time]

     [CVE-2022-32224]

   To generate a diff of this commit:
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/ruby-activerecord60/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-activejob60/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-activemodel60/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-activestorage60/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-activesupport60/distinfo
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-railties60/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-railties60/distinfo
   cvs rdiff -u -r1.129 -r1.130 pkgsrc/lang/ruby/rails.mk
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/ruby-actionmailbox60/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/ruby-actionmailer60/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ruby-actiontext60/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/ruby-actioncable60/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/ruby-actionpack60/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/ruby-actionview60/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/ruby-rails60/distinfo


(spz)
diff -r1.18 -r1.18.2.1 pkgsrc/databases/ruby-activerecord60/distinfo
diff -r1.18 -r1.18.2.1 pkgsrc/devel/ruby-activejob60/distinfo
diff -r1.18 -r1.18.2.1 pkgsrc/devel/ruby-activemodel60/distinfo
diff -r1.18 -r1.18.2.1 pkgsrc/devel/ruby-activestorage60/distinfo
diff -r1.18 -r1.18.2.1 pkgsrc/devel/ruby-activesupport60/distinfo
diff -r1.4 -r1.4.2.1 pkgsrc/devel/ruby-railties60/Makefile
diff -r1.18 -r1.18.2.1 pkgsrc/devel/ruby-railties60/distinfo
diff -r1.128.2.1 -r1.128.2.2 pkgsrc/lang/ruby/rails.mk
diff -r1.18 -r1.18.2.1 pkgsrc/mail/ruby-actionmailbox60/distinfo
diff -r1.18 -r1.18.2.1 pkgsrc/mail/ruby-actionmailer60/distinfo
diff -r1.18 -r1.18.2.1 pkgsrc/textproc/ruby-actiontext60/distinfo
diff -r1.18 -r1.18.2.1 pkgsrc/www/ruby-actioncable60/distinfo
diff -r1.18 -r1.18.2.1 pkgsrc/www/ruby-actionpack60/distinfo
diff -r1.18 -r1.18.2.1 pkgsrc/www/ruby-actionview60/distinfo
diff -r1.18 -r1.18.2.1 pkgsrc/www/ruby-rails60/distinfo

cvs diff -r1.18 -r1.18.2.1 pkgsrc/databases/ruby-activerecord60/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/ruby-activerecord60/distinfo 2022/06/07 14:59:21 1.18
+++ pkgsrc/databases/ruby-activerecord60/distinfo 2022/07/23 19:15:50 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:21 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:50 spz Exp $
2 2
3BLAKE2s (activerecord-6.0.5.gem) = 220722d6730cb0c96b14ac658c84448b433a1ab66e4c681319ca7e8cf7efbd0c 3BLAKE2s (activerecord-6.0.5.1.gem) = b603e374f52f7f7edd05d4285dd67d1ef7bde9296cf2802ec3452f6e211ebb1b
4SHA512 (activerecord-6.0.5.gem) = 645ccf5b96e9cd4e639b559121164aa48069bfcd0db6ebfa11cd9fc2d942eab8ab9b153ee26943f6a9ad8db5b6b6d76a1cd7351779343b4d68d618242a33e6e4 4SHA512 (activerecord-6.0.5.1.gem) = 341e28f0a8834e57224b6b429c30b129098d9e50d669fa61879abd06e5d6fe28a7d5fd11dffcbb8769405bc0c7f4937340633adbb762bb226757e8fed866735a
5Size (activerecord-6.0.5.gem) = 410624 bytes 5Size (activerecord-6.0.5.1.gem) = 411136 bytes

cvs diff -r1.18 -r1.18.2.1 pkgsrc/devel/ruby-activejob60/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activejob60/distinfo 2022/06/07 14:59:20 1.18
+++ pkgsrc/devel/ruby-activejob60/distinfo 2022/07/23 19:15:50 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:20 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:50 spz Exp $
2 2
3BLAKE2s (activejob-6.0.5.gem) = 76c5f5621d86178dd89227ef3bd2304fef5179b8e9f6bc7dc440f6ac55c14ef7 3BLAKE2s (activejob-6.0.5.1.gem) = 8c8079bdd7cac84b49786b39bfe58508918a2bb018d679d82ae97e338a5068c6
4SHA512 (activejob-6.0.5.gem) = 0d091110e90d5aa5013f62a64e342dcf05dcbd395bda02824a1f405ca9b51adf9782f7b18ce1e9aadccce9d0b90b5d613b5b26509b79a6490e7f20eebbc11bee 4SHA512 (activejob-6.0.5.1.gem) = 42227354afccba496f1351f3827bdf35ae24db610f30725a725a237fca4a3c9da7c828e64150ee4ec71d72fc5dcdbe53184eebc70106af7ebc8ad8056e469a5f
5Size (activejob-6.0.5.gem) = 31744 bytes 5Size (activejob-6.0.5.1.gem) = 31744 bytes

cvs diff -r1.18 -r1.18.2.1 pkgsrc/devel/ruby-activemodel60/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activemodel60/distinfo 2022/06/07 14:59:20 1.18
+++ pkgsrc/devel/ruby-activemodel60/distinfo 2022/07/23 19:15:50 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:20 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:50 spz Exp $
2 2
3BLAKE2s (activemodel-6.0.5.gem) = 65df888542fe7fb8a6afe8c2c1da743ae9390a2df6e7c54fe957404f1fbe8dcf 3BLAKE2s (activemodel-6.0.5.1.gem) = dcb8083c2b2dbe2b996c50c293a6075937953f6ac297e2cac2ee07b36883f46e
4SHA512 (activemodel-6.0.5.gem) = 9a3b2edacbb04d61875ec9138ec7fc73819addc44c02af07589d5a95932c5dafb9a52a510317b1692821d7fd997ac014586889cd1e1544b46c4806ff4d4e348d 4SHA512 (activemodel-6.0.5.1.gem) = 64da8065c93a3a1e30b1c7b58e39aa50254ea32a904f31ef10108311906f86b83c5954f1e33ef7f48149fd0c5f745e82433adef6f8e3cbff81bd349af8d153af
5Size (activemodel-6.0.5.gem) = 58880 bytes 5Size (activemodel-6.0.5.1.gem) = 58880 bytes

cvs diff -r1.18 -r1.18.2.1 pkgsrc/devel/ruby-activestorage60/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activestorage60/distinfo 2022/06/07 14:59:21 1.18
+++ pkgsrc/devel/ruby-activestorage60/distinfo 2022/07/23 19:15:51 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:21 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:51 spz Exp $
2 2
3BLAKE2s (activestorage-6.0.5.gem) = d7d952f6a429aecbe71e27067fdee0c0fc2ede3d8587991944b673a6d3a79971 3BLAKE2s (activestorage-6.0.5.1.gem) = 58bc55c1ce70c396cdefe342323d034cfbaea754656896ccd4cc8930632976bc
4SHA512 (activestorage-6.0.5.gem) = fb94e60ad337ec3897c9f849391e6ff9c3d12066193117874b38ca30490ca832120bc53cfbaf776a45c15a9f0c638ff4b5e00423a22676262afa61cbcd806405 4SHA512 (activestorage-6.0.5.1.gem) = bf9904c846d3996217e0097332dabe1b27a5c6f68b6cb7b62d4c29b5260d899a377a73960785ba7545468a3bb7dfc039dd836c12dcd0745c5474adde7b4675c7
5Size (activestorage-6.0.5.gem) = 53248 bytes 5Size (activestorage-6.0.5.1.gem) = 53248 bytes

cvs diff -r1.18 -r1.18.2.1 pkgsrc/devel/ruby-activesupport60/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activesupport60/distinfo 2022/06/07 14:59:20 1.18
+++ pkgsrc/devel/ruby-activesupport60/distinfo 2022/07/23 19:15:51 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:20 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:51 spz Exp $
2 2
3BLAKE2s (activesupport-6.0.5.gem) = 84cbe5e737842c3fc6439540d41450c0f214568c81ffa531c713e41de3c57194 3BLAKE2s (activesupport-6.0.5.1.gem) = 9e90d6e1209a44f3fdc901e2bcb9650965a532fbfcc198bea578f5846682c180
4SHA512 (activesupport-6.0.5.gem) = 47ce244b44a06b4988f1a0c70aced85f0f2bc700ad0b49aa6df39eeec9bc15138c074cc18d4ca5c01e140e25e7e73a40c742114d38cbd0f9d1a39f89471e9c07 4SHA512 (activesupport-6.0.5.1.gem) = 04d6d6b4ecde1178f34b3bc7b21072bcd898f93b58159e7a47f997de8b1118bc008a9d02fcdee58f4e81f84fd6464761a255882ed4da0c065d4629e17969b467
5Size (activesupport-6.0.5.gem) = 215040 bytes 5Size (activesupport-6.0.5.1.gem) = 215040 bytes

cvs diff -r1.4 -r1.4.2.1 pkgsrc/devel/ruby-railties60/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-railties60/Makefile 2022/06/07 14:59:21 1.4
+++ pkgsrc/devel/ruby-railties60/Makefile 2022/07/23 19:15:51 1.4.2.1
@@ -1,33 +1,31 @@ @@ -1,33 +1,31 @@
1# $NetBSD: Makefile,v 1.4 2022/06/07 14:59:21 taca Exp $ 1# $NetBSD: Makefile,v 1.4.2.1 2022/07/23 19:15:51 spz Exp $
2 2
3DISTNAME= railties-${RAILS_VERSION} 3DISTNAME= railties-${RAILS_VERSION}
4PKGNAME= ${RUBY_PKGPREFIX}-railties${RUBY_RAILS}-${RAILS_VERSION} 4PKGNAME= ${RUBY_PKGPREFIX}-railties${RUBY_RAILS}-${RAILS_VERSION}
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.rubyonrails.org/ 8HOMEPAGE= http://www.rubyonrails.org/
9COMMENT= Tools for creating, working with, and running Rails 6.0 9COMMENT= Tools for creating, working with, and running Rails 6.0
10LICENSE= mit 10LICENSE= mit
11 11
12DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} 12DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
13DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} 13DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
14DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.20.3:../../devel/ruby-thor 14DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.20.3:../../devel/ruby-thor
15DEPENDS+= ${RUBY_PKGPREFIX}-method_source-[0-9]*:../../misc/ruby-method_source 15DEPENDS+= ${RUBY_PKGPREFIX}-method_source-[0-9]*:../../misc/ruby-method_source
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18
19RUBY_RAILS_ACCEPTED= 60 19RUBY_RAILS_ACCEPTED= 60
20RUBY_RAILS_STRICT_DEP= yes 20RUBY_RAILS_STRICT_DEP= yes
21RUBYGEM_OPTIONS+= --format-executable 21RUBYGEM_OPTIONS+= --format-executable
22OVERRIDE_GEMSPEC+= :executables rails=rails${RUBY_RAILS} \ 22OVERRIDE_GEMSPEC+= :executables rails=rails${RUBY_RAILS} \
23 :files exe/rails=exe/rails${RUBY_RAILS} \ 23 :files exe/rails=exe/rails${RUBY_RAILS}
24 :files lib/rails/.DS_Store= 
25 24
26pre-configure: 25pre-configure:
27 ${TEST} -f ${WRKSRC}/exe/rails${RUBY_RAILS} || \ 26 ${TEST} -f ${WRKSRC}/exe/rails${RUBY_RAILS} || \
28 ${MV} ${WRKSRC}/exe/rails ${WRKSRC}/exe/rails${RUBY_RAILS} 27 ${MV} ${WRKSRC}/exe/rails ${WRKSRC}/exe/rails${RUBY_RAILS}
29 ${CHMOD} ${BINMODE} ${WRKSRC}/exe/rails${RUBY_RAILS} 28 ${CHMOD} ${BINMODE} ${WRKSRC}/exe/rails${RUBY_RAILS}
30 ${RM} ${WRKSRC}/lib/rails/.DS_Store 
31 29
32.include "../../lang/ruby/gem.mk" 30.include "../../lang/ruby/gem.mk"
33.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.18 -r1.18.2.1 pkgsrc/devel/ruby-railties60/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-railties60/distinfo 2022/06/07 14:59:21 1.18
+++ pkgsrc/devel/ruby-railties60/distinfo 2022/07/23 19:15:51 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:21 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:51 spz Exp $
2 2
3BLAKE2s (railties-6.0.5.gem) = 5fd092c8157f89a5c58804e490400b2dc5bf19fbc9444d771230d9bcbf062b35 3BLAKE2s (railties-6.0.5.1.gem) = 95ded97ec3d7e3e906adb4272eb85420b661aa8aaaa9afd7b981fbd980a679e9
4SHA512 (railties-6.0.5.gem) = f95430e2c2e8c911c17b1270787f50006e54db401dfe5dc63da6b805572f493c56c4c0ff5c22abf17237758c225b69501bddfd83b5689e3e90cf815e982d7e86 4SHA512 (railties-6.0.5.1.gem) = d2215ad9101441a7f664a93b4f9553bf32bd1e7fc239f561438dbe137e74d369b1c89703aa8010671dbd9a60969c3d8f7e61ad9984dc7a56a4d4b5e450bdffb9
5Size (railties-6.0.5.gem) = 456192 bytes 5Size (railties-6.0.5.1.gem) = 455680 bytes

cvs diff -r1.128.2.1 -r1.128.2.2 pkgsrc/lang/ruby/rails.mk (expand / switch to unified diff)

--- pkgsrc/lang/ruby/rails.mk 2022/07/23 17:05:52 1.128.2.1
+++ pkgsrc/lang/ruby/rails.mk 2022/07/23 19:15:51 1.128.2.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: rails.mk,v 1.128.2.1 2022/07/23 17:05:52 spz Exp $ 1# $NetBSD: rails.mk,v 1.128.2.2 2022/07/23 19:15:51 spz Exp $
2 2
3.if !defined(_RUBY_RAILS_MK) 3.if !defined(_RUBY_RAILS_MK)
4_RUBY_RAILS_MK= # defined 4_RUBY_RAILS_MK= # defined
5 5
6# 6#
7# === User-settable variables === 7# === User-settable variables ===
8# 8#
9# RUBY_RAILS_DEFAULT 9# RUBY_RAILS_DEFAULT
10# Select default Ruby on Rails version. 10# Select default Ruby on Rails version.
11# 11#
12# Possible values: 52 60 61 70 12# Possible values: 52 60 61 70
13# Default: 52 13# Default: 52
14# 14#
@@ -38,27 +38,27 @@ _RUBY_RAILS_MK= # defined @@ -38,27 +38,27 @@ _RUBY_RAILS_MK= # defined
38# 38#
39# === Defined variables === 39# === Defined variables ===
40# 40#
41# RUBY_RAILS 41# RUBY_RAILS
42# Selected Ruby on Rails version. 42# Selected Ruby on Rails version.
43# 43#
44# Possible values: 52 60 61 70 44# Possible values: 52 60 61 70
45# 45#
46 46
47# 47#
48# current Ruby on Rails versions. 48# current Ruby on Rails versions.
49# 49#
50RUBY_RAILS52_VERSION?= 5.2.8.1 50RUBY_RAILS52_VERSION?= 5.2.8.1
51RUBY_RAILS60_VERSION?= 6.0.5 51RUBY_RAILS60_VERSION?= 6.0.5.1
52RUBY_RAILS61_VERSION?= 6.1.6 52RUBY_RAILS61_VERSION?= 6.1.6
53RUBY_RAILS70_VERSION?= 7.0.3 53RUBY_RAILS70_VERSION?= 7.0.3
54 54
55RUBY_RAILS_ACCEPTED?= # empty 55RUBY_RAILS_ACCEPTED?= # empty
56RUBY_RAILS_DEFAULT?= 52 56RUBY_RAILS_DEFAULT?= 52
57 57
58RUBY_RAILS_STRICT_DEP?= no 58RUBY_RAILS_STRICT_DEP?= no
59 59
60RUBY_RAILS_SUPPORTED= 52 60 61 70 60RUBY_RAILS_SUPPORTED= 52 60 61 70
61 61
62.if empty(RUBY_RAILS_SUPPORTED:M${RUBY_RAILS_DEFAULT}) 62.if empty(RUBY_RAILS_SUPPORTED:M${RUBY_RAILS_DEFAULT})
63. error Unsupported RUBY_RAILS_DEFAULT: ${RUBY_RAILS_DEFAULT} 63. error Unsupported RUBY_RAILS_DEFAULT: ${RUBY_RAILS_DEFAULT}
64.endif 64.endif

cvs diff -r1.18 -r1.18.2.1 pkgsrc/mail/ruby-actionmailbox60/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/ruby-actionmailbox60/distinfo 2022/06/07 14:59:21 1.18
+++ pkgsrc/mail/ruby-actionmailbox60/distinfo 2022/07/23 19:15:51 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:21 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:51 spz Exp $
2 2
3BLAKE2s (actionmailbox-6.0.5.gem) = ee05794b22d973f9bc681dcdb5b4c95afe676c52d4e961d5bf63cbdd7256b911 3BLAKE2s (actionmailbox-6.0.5.1.gem) = 98697d5d8c416b9179a3b635203fdfca6a973059e07f646ef058377c88858817
4SHA512 (actionmailbox-6.0.5.gem) = 0bea26e4622f7b279e43992fdcf80729688bfefbbde9d0142c66d2ea387092f00dc61b112de4022ad3b5110b33bf60c8eba515d954bc827360c7f4501714dc19 4SHA512 (actionmailbox-6.0.5.1.gem) = d6deb0e008fde66bda68ebb19accfd0817ca69fcbd0e13be04c8757b86876ddd07c54640fb4f62bf43d1ec103c3e9fb0bd479beaf60ecd0ef99110a94f753796
5Size (actionmailbox-6.0.5.gem) = 20992 bytes 5Size (actionmailbox-6.0.5.1.gem) = 20992 bytes

cvs diff -r1.18 -r1.18.2.1 pkgsrc/mail/ruby-actionmailer60/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/ruby-actionmailer60/distinfo 2022/06/07 14:59:21 1.18
+++ pkgsrc/mail/ruby-actionmailer60/distinfo 2022/07/23 19:15:51 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:21 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:51 spz Exp $
2 2
3BLAKE2s (actionmailer-6.0.5.gem) = dea15bf45a5c274dc69b4a91dc9713d7290e31f73695698852bef84123dc52ff 3BLAKE2s (actionmailer-6.0.5.1.gem) = 06387e1f48b95b597dea0351375aa69b632b2fa194bda8562026fb87311c8924
4SHA512 (actionmailer-6.0.5.gem) = 8df510261cca9beabd6a296fe83a1586aeb1deb5c441e11ddd54400befee0a50c56774082e775db006900ca55af914379060e00720869835b53d17389d66069b 4SHA512 (actionmailer-6.0.5.1.gem) = 0b681e0d9ef69b35331824b6e3955a31a6cba7bd9045806289910d67338389dacc5086e40e6ea7268a9f7e78e44509526893c03ce693b28901b04d678d0f28d1
5Size (actionmailer-6.0.5.gem) = 31232 bytes 5Size (actionmailer-6.0.5.1.gem) = 31232 bytes

cvs diff -r1.18 -r1.18.2.1 pkgsrc/textproc/ruby-actiontext60/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-actiontext60/distinfo 2022/06/07 14:59:21 1.18
+++ pkgsrc/textproc/ruby-actiontext60/distinfo 2022/07/23 19:15:51 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:21 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:51 spz Exp $
2 2
3BLAKE2s (actiontext-6.0.5.gem) = 221a97774bcec0c0d8cacb7bca63d29c56ca0ef2a8d37d42561d4f2a55c49ba3 3BLAKE2s (actiontext-6.0.5.1.gem) = 4f22a2737e8c3a13c62eab07592c12fc7f6efece71648e57b05a48dde8806e99
4SHA512 (actiontext-6.0.5.gem) = caa11d9d5e4cea196bf541a36cb7ac121cd33d425221f1b35f64421ab7a44b93b79198ba5947fdf172ccd4dac443345812d1a6387ab956897a0c8455f32c3bad 4SHA512 (actiontext-6.0.5.1.gem) = 85af53c77955a87d35d3c6f199859fa9bd9ef0f24ccc0af62a8e2e8ae98fd0db82becc89e93703624eb0f1e8862b54bbf71945cd001797fd19a48e6e29a7a4a2
5Size (actiontext-6.0.5.gem) = 17920 bytes 5Size (actiontext-6.0.5.1.gem) = 17920 bytes

cvs diff -r1.18 -r1.18.2.1 pkgsrc/www/ruby-actioncable60/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actioncable60/distinfo 2022/06/07 14:59:21 1.18
+++ pkgsrc/www/ruby-actioncable60/distinfo 2022/07/23 19:15:52 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:21 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:52 spz Exp $
2 2
3BLAKE2s (actioncable-6.0.5.gem) = 1c640433d1cc60a1d765052df8a3f44528c8dbcfd89cdc514e58f97a4fc3ae77 3BLAKE2s (actioncable-6.0.5.1.gem) = dc1808215a0d51cb5073aa5731bb15af573d7e5cf9ecd160bee4931715a88146
4SHA512 (actioncable-6.0.5.gem) = 16f8ee68dc83742448e41123cea84ef9454d29b6b2f27d4a402f2400f530a9d789b992223feab699ee9222c12237703e6c226d460e65526e84b933f01e156c99 4SHA512 (actioncable-6.0.5.1.gem) = 1a43d099defc6b46ead99673e549b33c1ad2599c6c65b6576a07e5c373b08f390a9953a2ab5a46610fdad9e82547cd33e6698b57601956521ffc76244be44428
5Size (actioncable-6.0.5.gem) = 42496 bytes 5Size (actioncable-6.0.5.1.gem) = 42496 bytes

cvs diff -r1.18 -r1.18.2.1 pkgsrc/www/ruby-actionpack60/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actionpack60/distinfo 2022/06/07 14:59:20 1.18
+++ pkgsrc/www/ruby-actionpack60/distinfo 2022/07/23 19:15:52 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:20 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:52 spz Exp $
2 2
3BLAKE2s (actionpack-6.0.5.gem) = 28ef40dce28158ef4280b22278569cdbe88ae1b95b9801cb7e543f9f3bee34e1 3BLAKE2s (actionpack-6.0.5.1.gem) = 81006d5c084ef09b910216339e1264c352c49e6403549c477a2992b37a5e938d
4SHA512 (actionpack-6.0.5.gem) = 4f0c69377f8b22b44c3d5de63c73884ca69b51d701c87fd4f9436b1991c13477dd029ce8c7ebaafdf4137276da779c8b1e57774c59612d9189ffd79c87dc88b4 4SHA512 (actionpack-6.0.5.1.gem) = 995d90f36820394f0d7b0fc1ea5be3aa38254a9812fa2f3410e31b62d3c276c281eba8c0bbf5aeba30af44d0027b6a9378118741bd93edaa4bbd05f7deb0fd05
5Size (actionpack-6.0.5.gem) = 218624 bytes 5Size (actionpack-6.0.5.1.gem) = 218624 bytes

cvs diff -r1.18 -r1.18.2.1 pkgsrc/www/ruby-actionview60/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actionview60/distinfo 2022/06/07 14:59:20 1.18
+++ pkgsrc/www/ruby-actionview60/distinfo 2022/07/23 19:15:52 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:20 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:52 spz Exp $
2 2
3BLAKE2s (actionview-6.0.5.gem) = af9376f075698ea84aa5dde418643f57c9af6e25ef8d46a989c34bea7643ad2b 3BLAKE2s (actionview-6.0.5.1.gem) = 8e6f0e99351d035f659db64efbc9d040eb8429f7d065dc0e9d6c67ef8000a9c8
4SHA512 (actionview-6.0.5.gem) = 9c5afc817588b572328623c5845f1cf71dcdc2373f11ccd75ff5e0e444b5b050bc4410f8e26b5c9910fbfb7d0665c0d3147ee15bea6bb4f608c70ce7fc268424 4SHA512 (actionview-6.0.5.1.gem) = 74452b93bf43b2755fbb1ef488f1a483117dbd5978c9236b0b6ee601621888b519c9a813ad031023e5762bedfdb5b772342efda8195b9a173555d5fc450589b6
5Size (actionview-6.0.5.gem) = 170496 bytes 5Size (actionview-6.0.5.1.gem) = 170496 bytes

cvs diff -r1.18 -r1.18.2.1 pkgsrc/www/ruby-rails60/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-rails60/distinfo 2022/06/07 14:59:21 1.18
+++ pkgsrc/www/ruby-rails60/distinfo 2022/07/23 19:15:52 1.18.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/06/07 14:59:21 taca Exp $ 1$NetBSD: distinfo,v 1.18.2.1 2022/07/23 19:15:52 spz Exp $
2 2
3BLAKE2s (rails-6.0.5.gem) = 0e2fcafcea557afe2d50b7b8940d889bbcfcd891c9071a723da758a79163b4ca 3BLAKE2s (rails-6.0.5.1.gem) = ac4c80fac5b4c369cf1a8eb47e11c8c4399663fd585e3f051ff376f434558f30
4SHA512 (rails-6.0.5.gem) = 7ab1e1ae524b9e68f95f833f47908888a1699f5af6494102e66e7c7476924d4dc793228eaef78dda9a497e1988f8367c357a25e7df587b4c9fc9ddcdfa0eb7ce 4SHA512 (rails-6.0.5.1.gem) = 881b5f0298fe2bb02ef52ce7f0df6bd0c7821f9a834957534d40ebc1603794b0b591b9ee326be328567f900946b26d46363c711fd3e4744ed351094bd477634b
5Size (rails-6.0.5.gem) = 6656 bytes 5Size (rails-6.0.5.1.gem) = 6656 bytes