Sat Mar 4 13:58:17 2023 UTC ()
Pullup ticket #6732 - requested by taca
databases/ruby-activerecord60: security update
devel/ruby-activejob60: distinfo update
devel/ruby-activemodel60: distinfo update
devel/ruby-activestorage60: distinfo update
devel/ruby-activesupport60: distinfo update
devel/ruby-railties60: distinfo update
mail/ruby-actionmailbox60: distinfo update
mail/ruby-actionmailer60: distinfo update
textproc/ruby-actiontext60: distinfo update
www/ruby-actioncable60: distinfo update
www/ruby-actionpack60: distinfo update
www/ruby-actionpack60: distinfo update
www/ruby-actionview60: distinfo update
www/ruby-rails60: distinfo update

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

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Jan 19 14:27:26 UTC 2023

   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: 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: Makefile distinfo
   	pkgsrc/www/ruby-actionview60: distinfo
   	pkgsrc/www/ruby-rails60: distinfo

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

   Only databases/ruby-activerecord61 has updated.

   Rails 6.0.6.1 (2023-01-17)

   * Make `sanitize_as_sql_comment` more strict

     Though this method was likely never meant to take user input, it was
     attempting sanitization. That sanitization could be bypassed with
     carefully crafted input.

     This commit makes the sanitization more robust by replacing any
     occurrances of "/*" or "*/" with "/ *" or "* /". It also performs a
     first pass to remove one surrounding comment to avoid compatibility
     issues for users relying on the existing removal.

     This also clarifies in the documentation of annotate that it should not
     be provided user input.

     [CVE-2023-22794]

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


(spz)
diff -r1.20 -r1.20.4.1 pkgsrc/databases/ruby-activerecord60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/devel/ruby-activejob60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/devel/ruby-activemodel60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/devel/ruby-activestorage60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/devel/ruby-activesupport60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/devel/ruby-railties60/distinfo
diff -r1.137 -r1.137.4.1 pkgsrc/lang/ruby/rails.mk
diff -r1.20 -r1.20.4.1 pkgsrc/mail/ruby-actionmailbox60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/mail/ruby-actionmailer60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/textproc/ruby-actiontext60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/www/ruby-actioncable60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/www/ruby-actionpack60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/www/ruby-actionview60/distinfo
diff -r1.20 -r1.20.4.1 pkgsrc/www/ruby-rails60/distinfo

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

--- pkgsrc/databases/ruby-activerecord60/distinfo 2022/09/10 08:19:00 1.20
+++ pkgsrc/databases/ruby-activerecord60/distinfo 2023/03/04 13:58:15 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:19:00 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:15 spz Exp $
2 2
3BLAKE2s (activerecord-6.0.6.gem) = 38c411e3fa3fc5efc52690b17993ef13be2db455ec2f3818f51dd942610ca215 3BLAKE2s (activerecord-6.0.6.1.gem) = 97f3c3d4ff5e2879da82b8f31561a3b6ab6a72aba28e01421472ec07cdc2f2ae
4SHA512 (activerecord-6.0.6.gem) = 414875b0d1cd48715f6c27a6c83bdf73f4e64b9bb2fd3e205bea78644b3c6b3e10ffd2b2d01fef1c0d40b331a86c35bc8bb6772086fdd14c481f2948d1c1b07a 4SHA512 (activerecord-6.0.6.1.gem) = a2f718e07cf10cb1cb125308d46883ccd80230957b1be4a7a0e7f2038a71e7f5f7dc4a638d568337d139a999253639fa3969f3f8e18d26e3ccbb37e79668cd6d
5Size (activerecord-6.0.6.gem) = 411136 bytes 5Size (activerecord-6.0.6.1.gem) = 412160 bytes

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

--- pkgsrc/devel/ruby-activejob60/distinfo 2022/09/10 08:18:59 1.20
+++ pkgsrc/devel/ruby-activejob60/distinfo 2023/03/04 13:58:15 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:18:59 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:15 spz Exp $
2 2
3BLAKE2s (activejob-6.0.6.gem) = fd68ba39400dd780a9318aaf430452c1bdae62a590d80ae84326a1d8df13fa84 3BLAKE2s (activejob-6.0.6.1.gem) = 1031ca4a41769153f79651e8c428829f635aa8967cad785d4839514b28ea593d
4SHA512 (activejob-6.0.6.gem) = 498e16905d585e5791440a1180638c193296af60e3aa1066df2936caf4efede03705b9ba850c23c4426ea366f112d54494b2a239728ad752d333c1bc5c7b4729 4SHA512 (activejob-6.0.6.1.gem) = 0efd1d4cfe95cfff170898311342a265f20423c1ca1f3f6919c98a99b778ffb7807bfa267dfef69f7a384d110d14823f8d6fb3fabf9eb49246b80eedb550c6bb
5Size (activejob-6.0.6.gem) = 31744 bytes 5Size (activejob-6.0.6.1.gem) = 31744 bytes

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

--- pkgsrc/devel/ruby-activemodel60/distinfo 2022/09/10 08:18:59 1.20
+++ pkgsrc/devel/ruby-activemodel60/distinfo 2023/03/04 13:58:15 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:18:59 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:15 spz Exp $
2 2
3BLAKE2s (activemodel-6.0.6.gem) = 3f350ce0b279045d5fc196615cbc05841c330fd27d749511c5c90a4831d2895e 3BLAKE2s (activemodel-6.0.6.1.gem) = a66d7d9a28a694f7dfee229b49dd7ea15e6672aa68c6c22e3ebb222136f0fdb2
4SHA512 (activemodel-6.0.6.gem) = cfa3570bc401ab48375b407d2e00b58d0f4c2bc176176c5f1ae2266d6aa379cacc6fe2c4ae2a73de2e6fcd144b22935cc3c32aa7afce61a683dfda0eaec017c4 4SHA512 (activemodel-6.0.6.1.gem) = 2dfc256e1f68659fb75b4afcbf0c18c0192e0862ef409008a4d1efe54f95e227132e83b686d8e5592b25ade1b10e0ef65a77f9924fb574584b1df050446fd7a6
5Size (activemodel-6.0.6.gem) = 58880 bytes 5Size (activemodel-6.0.6.1.gem) = 58880 bytes

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

--- pkgsrc/devel/ruby-activestorage60/distinfo 2022/09/10 08:19:00 1.20
+++ pkgsrc/devel/ruby-activestorage60/distinfo 2023/03/04 13:58:15 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:19:00 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:15 spz Exp $
2 2
3BLAKE2s (activestorage-6.0.6.gem) = 16b402d4c984fe34a895ff05d1abadbfe66d2685b30db6e9256551a6b30a1255 3BLAKE2s (activestorage-6.0.6.1.gem) = b1d10fc92d66e2df2ed040a417e86ce3e6891526a9af88de0c6caaf5b183816e
4SHA512 (activestorage-6.0.6.gem) = 162f3490b226f2ca5755ef658475d6d9f3870987d5e283a36304e210ed4635e17db5ca3db8847411b194a0266112e16b3ea480d96d940f167d57614bf566713b 4SHA512 (activestorage-6.0.6.1.gem) = ad3eada06518fdc14b0b2abad11ab0fc591d3b92804b22566f5261cfcc11f73ff8ef0b94ffb54dbd483daa769da042ec49f0ec650be64dcc65b34924b22cae8f
5Size (activestorage-6.0.6.gem) = 53248 bytes 5Size (activestorage-6.0.6.1.gem) = 53248 bytes

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

--- pkgsrc/devel/ruby-activesupport60/distinfo 2022/09/10 08:18:59 1.20
+++ pkgsrc/devel/ruby-activesupport60/distinfo 2023/03/04 13:58:15 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:18:59 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:15 spz Exp $
2 2
3BLAKE2s (activesupport-6.0.6.gem) = 018f02d67ea17722a761526a032634d4bfaa718d71a61355472fbcd82212c3dd 3BLAKE2s (activesupport-6.0.6.1.gem) = ed70447b6929c89e1716fc7e62f65dc8b9a8a35eab0614179e6b0c4cb05fefce
4SHA512 (activesupport-6.0.6.gem) = 689b34e78b9a23f7d0607a5e2c5b9077c3c3a8cf16dff7404b24e36f93b0dfa2734b796827d1cb755fec899da409e315474d6ca7068836e4133e8f6fcb467ace 4SHA512 (activesupport-6.0.6.1.gem) = 8e8916713c80d6cb9281ecdd74283f196dd56d2fab0791a0f27ffa0d6a589a0ab72d92f6544fb8bb9bf38d13fe849deec2ffc676fd6303ee42008a66f4c7a179
5Size (activesupport-6.0.6.gem) = 215040 bytes 5Size (activesupport-6.0.6.1.gem) = 215040 bytes

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

--- pkgsrc/devel/ruby-railties60/distinfo 2022/09/10 08:19:00 1.20
+++ pkgsrc/devel/ruby-railties60/distinfo 2023/03/04 13:58:16 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:19:00 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:16 spz Exp $
2 2
3BLAKE2s (railties-6.0.6.gem) = 9679a82910bf2719ad01d34d7a10e96fc4d2d41e813b2f6b96982e33a923fd2d 3BLAKE2s (railties-6.0.6.1.gem) = 4db4e0392c0fd9792a0597a609518fb7925c608c152a2467c72f4c006c365408
4SHA512 (railties-6.0.6.gem) = fac324df53b02d130a90df54b8dccf51f362af315322a838976f368dfbcea436e3045c627f80b57a04af59b56c891c351ea1b5b4aca870e1dbecb273df8be191 4SHA512 (railties-6.0.6.1.gem) = ca1cef905f4dc9bd20da43d3b0d6f04f345671b732150649e015bbb3d7bccc4740710f4925da6c0b878f5a83e287528bd305fe9688ff97fd8253143017188aae
5Size (railties-6.0.6.gem) = 455680 bytes 5Size (railties-6.0.6.1.gem) = 455680 bytes

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

--- pkgsrc/lang/ruby/rails.mk 2022/09/10 12:40:14 1.137
+++ pkgsrc/lang/ruby/rails.mk 2023/03/04 13:58:16 1.137.4.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: rails.mk,v 1.137 2022/09/10 12:40:14 taca Exp $ 1# $NetBSD: rails.mk,v 1.137.4.1 2023/03/04 13:58:16 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.6 51RUBY_RAILS60_VERSION?= 6.0.6.1
52RUBY_RAILS61_VERSION?= 6.1.7 52RUBY_RAILS61_VERSION?= 6.1.7
53RUBY_RAILS70_VERSION?= 7.0.4 53RUBY_RAILS70_VERSION?= 7.0.4
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.20 -r1.20.4.1 pkgsrc/mail/ruby-actionmailbox60/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/ruby-actionmailbox60/distinfo 2022/09/10 08:19:00 1.20
+++ pkgsrc/mail/ruby-actionmailbox60/distinfo 2023/03/04 13:58:16 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:19:00 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:16 spz Exp $
2 2
3BLAKE2s (actionmailbox-6.0.6.gem) = 043f4b2d5b6aca3271c2177090fef57e45b2285eaa4472494caad9a8c2668a11 3BLAKE2s (actionmailbox-6.0.6.1.gem) = c8e3855cfc8bdb6dee8d727fe94425bbbdfb35769cee54ae0b180aff79253d62
4SHA512 (actionmailbox-6.0.6.gem) = c383739d2419f7eecd4f6bbafa98b64d4e7aa8a384947269cb78dac2cbcb1101110482dd18ccce90014c6e0755decf563cb1ed92326bdfb9f1493c8be906e6b7 4SHA512 (actionmailbox-6.0.6.1.gem) = 903d00af19656db84e84353ae30dca13569e6e98900933d723b47a42021b2e638e40c5985b238a9422b51ed2fd2bbdbe00d3de4da8998949ee8d93f9ec198226
5Size (actionmailbox-6.0.6.gem) = 20992 bytes 5Size (actionmailbox-6.0.6.1.gem) = 20992 bytes

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

--- pkgsrc/mail/ruby-actionmailer60/distinfo 2022/09/10 08:19:00 1.20
+++ pkgsrc/mail/ruby-actionmailer60/distinfo 2023/03/04 13:58:16 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:19:00 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:16 spz Exp $
2 2
3BLAKE2s (actionmailer-6.0.6.gem) = 3ef707f01d9b475c5b6c746545acc1a7aab42bed6e9318eb752617d1aa0931a7 3BLAKE2s (actionmailer-6.0.6.1.gem) = f34a116a8819100fcd3308a282f82fbd7f6cb0883f904d49a92811c53957951c
4SHA512 (actionmailer-6.0.6.gem) = 8df5d1c8d2e2fda005d3dc7ae07f0574b236044d746c1678ee5b22d9b1953efb95e5425056239bbc7c5fe8cc64ce1de4da0ec6a3a1d93d6d2c9259f62c3af08a 4SHA512 (actionmailer-6.0.6.1.gem) = 8971af14b7ad145453a652dac7cb5a528c0e81a6e60bbda4af12c3b6a27bae8ef93ee4efefd1cbe57c652bf38ccfd974784b242a6f0bd74d3c9bb94408705f14
5Size (actionmailer-6.0.6.gem) = 31232 bytes 5Size (actionmailer-6.0.6.1.gem) = 31232 bytes

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

--- pkgsrc/textproc/ruby-actiontext60/distinfo 2022/09/10 08:19:00 1.20
+++ pkgsrc/textproc/ruby-actiontext60/distinfo 2023/03/04 13:58:16 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:19:00 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:16 spz Exp $
2 2
3BLAKE2s (actiontext-6.0.6.gem) = 6a599435fbc3c4f4061f4299e2c34427b1d27bc814f612bb58365fbd7b72cafc 3BLAKE2s (actiontext-6.0.6.1.gem) = ae16eea00a2b39c29fae6caaff1af175d4af848671061fbd1704264273577bda
4SHA512 (actiontext-6.0.6.gem) = 477aecbac9e1f2f52252b6c84c320477a71c2d85b73371a084f9ce74a50ebcd4f8dc5fed1683ec4e90959ec977bbd4d99f52d80238702810642c90816d35bd93 4SHA512 (actiontext-6.0.6.1.gem) = f4909402b9cd58b3182f435c86b360cfaaac8d56f0480571bf01ae72cd173d60eb3cf78afc38969b9e64b9d2f748cede06bc63045aea81b56ef504c4a8d37ad4
5Size (actiontext-6.0.6.gem) = 17920 bytes 5Size (actiontext-6.0.6.1.gem) = 17920 bytes

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

--- pkgsrc/www/ruby-actioncable60/distinfo 2022/09/10 08:19:00 1.20
+++ pkgsrc/www/ruby-actioncable60/distinfo 2023/03/04 13:58:16 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:19:00 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:16 spz Exp $
2 2
3BLAKE2s (actioncable-6.0.6.gem) = 1a000f9bd3d39f72c2c21f46c87e0041cb63db3b894cd8928be18e5a99db67bc 3BLAKE2s (actioncable-6.0.6.1.gem) = fa1641b208e9715b338c3baa80c03c6248db5fe9792f6c01940ed0694ea984ac
4SHA512 (actioncable-6.0.6.gem) = c89d5f4a037b4f208531b341875a7efacd4ab6e463e08d16fd08a763fea957b04566b73e1821c86bbe5753ef418cea7922b4c6c40e5a90497c1dfe0afdb967d1 4SHA512 (actioncable-6.0.6.1.gem) = 36deac877c683f08bb2a6265c0676e069f5eef0e8a7188ef4b3d64cc433cf0e8149f60d8e64b37820728fb57ef5e30d90a21e790db3e9bf247d35f6492af6167
5Size (actioncable-6.0.6.gem) = 42496 bytes 5Size (actioncable-6.0.6.1.gem) = 42496 bytes

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

--- pkgsrc/www/ruby-actionpack60/distinfo 2022/09/10 08:18:59 1.20
+++ pkgsrc/www/ruby-actionpack60/distinfo 2023/03/04 13:58:16 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:18:59 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:16 spz Exp $
2 2
3BLAKE2s (actionpack-6.0.6.gem) = 746c282ab248dd23790153a68b852c9ab07faf4a1cd16b141da351aefcefa54e 3BLAKE2s (actionpack-6.0.6.1.gem) = 00f6f3cfdcb407dc89f20fb9cd83e74bb8a6cfed3b4a091435cea31a038a4905
4SHA512 (actionpack-6.0.6.gem) = ceda77095053d402c3c98aa27ffdbb307004762f261432790f0e299abe71d5a0ace615808403b50a4d1f816b6020f5c362db37ad648e6990002434bb8ad23ccf 4SHA512 (actionpack-6.0.6.1.gem) = 56bfa53909b22fd94d9065503ab250a7a6fa2535037d1f8e1a5065d947ce5e140530b52f2948163d6a43f2b31c01f65ad29cf0f1d007c0941eef6d7fdc6e1cf2
5Size (actionpack-6.0.6.gem) = 218624 bytes 5Size (actionpack-6.0.6.1.gem) = 218624 bytes

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

--- pkgsrc/www/ruby-actionview60/distinfo 2022/09/10 08:18:59 1.20
+++ pkgsrc/www/ruby-actionview60/distinfo 2023/03/04 13:58:16 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:18:59 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:16 spz Exp $
2 2
3BLAKE2s (actionview-6.0.6.gem) = 2cdb89d963af74b769475c0227656dc781d56b2a2feee4ef1436b40b7d84a945 3BLAKE2s (actionview-6.0.6.1.gem) = 787cd6c02a2037f7421837b7beee67c68066fd24a7b0a77e3123cd6a19bafd24
4SHA512 (actionview-6.0.6.gem) = 00aca5aba4fcc0ca3970b9d2b054d9f569358c1e571327bd66e24d472f4f0f60ba9cf61aa052175731ab67220cce271f6ddcc86313c8da6943fc2ade883bde54 4SHA512 (actionview-6.0.6.1.gem) = 8970f9fc80759b627bc599d807ad3d25cf622fd79d1065b1ad47f7ddf1c18afc4e4eea0b72272ee6552503bcb70ad30f13b6a2cfb265b989a5782b76129fe647
5Size (actionview-6.0.6.gem) = 170496 bytes 5Size (actionview-6.0.6.1.gem) = 170496 bytes

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

--- pkgsrc/www/ruby-rails60/distinfo 2022/09/10 08:19:00 1.20
+++ pkgsrc/www/ruby-rails60/distinfo 2023/03/04 13:58:17 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/09/10 08:19:00 taca Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2023/03/04 13:58:17 spz Exp $
2 2
3BLAKE2s (rails-6.0.6.gem) = 46ef7452867616ac375809d859e28eeec9b37f1d67bddbda5a7f9c95d0d023c3 3BLAKE2s (rails-6.0.6.1.gem) = 23cd7dbc0a386e37c3a42374713621a2f44af2b474e5da645e1202f38f0044ce
4SHA512 (rails-6.0.6.gem) = 240d26a9e62fc9af8d3f7f17ff06fc8d7bf4fd50f085e5447a9da5b881ebd45cecbfbf24d68e92dea5c8d5ea6d2314c6bc8bcad51117bfc6082fd8cf167fa411 4SHA512 (rails-6.0.6.1.gem) = 7a656dae2490b9195f88db997f08ef70bec7df579b849acde017e58552f7dd30f71f69cfa5676d703f921a7f0fc5ba31e96586850ace33b5d9e5db9830b6f807
5Size (rails-6.0.6.gem) = 6656 bytes 5Size (rails-6.0.6.1.gem) = 6656 bytes