Sun Jul 9 03:30:34 2023 UTC ()
www/ruby-rails70: update to 7.0.6

Active Support

* Fix EncryptedConfiguration returning incorrect values for some Hash
  methods.  (Hartley McGuire)

* Fix arguments being destructed Enumerable#many? with block.  (Andrew
  Novoselac)

* Fix humanize for strings ending with id. (fatkodima)

Active Model

* No changes.

Active Record

* Fix autosave associations with validations added on :base of the
  associated objects.  (fatkodima)

* Fix result with anonymous PostgreSQL columns of different type from json.
  (Oleksandr Avoiants)

* Preserve timestamp when setting an ActiveSupport::TimeWithZone value to
  timestamptz attribute.  (fatkodima)

* Fix where on association with has_one/has_many polymorphic relations.

  Before:

	Treasure.where(price_estimates: PriceEstimate.all)
	#=> SELECT (...) WHERE "treasures"."id" IN (SELECT "price_estimates"."estimate_of_id" FROM "price_estimates")

Later:

	Treasure.where(price_estimates: PriceEstimate.all)
	#=> SELECT (...) WHERE "treasures"."id" IN (SELECT "price_estimates"."estimate_of_id" FROM "price_estimates" WHERE "price_estimates"."estimate_of_type" = 'Treasure')

  (L叩zaro Nixon)

* Fix decrementing counter caches on optimistically locked record deletion.
  (fatkodima)

* Ensure binary-destined values have binary encoding during type cast.
  (Matthew Draper)

* Preserve existing column default functions when altering table in SQLite.
  (fatkodima)

* Remove table alias added when using where.missing or where.associated.
  (fatkodima)

* Fix Enumerable#in_order_of to only flatten first level to preserve
  nesting.  (Miha Rekar)

Action View

* No changes.

Action Pack

* No changes.

Active Job

* Fix error Active Job passed class with permitted?.  (Alex Baldwin)

Action Mailer

* No changes.

Action Cable

* Fix Action Cable Redis configuration with sentinels.  (Dmitriy Ivliev)

Active Storage

* Fix retrieving rotation value from FFmpeg on version 5.0+.

  In FFmpeg version 5.0+ the rotation value has been removed from tags.
  Instead the value can be found in side_data_list.  Along with this update
  it's possible to have values of -90, -270 to denote the video has been
  rotated.

  (Haroon Ahmed)

Action Mailbox

* No changes.

Action Text

* No changes.

Railties

* Avoid escaping paths when editing credentials.  (Jonathan Hefner)


(taca)
diff -r1.13 -r1.14 pkgsrc/databases/ruby-activerecord70/distinfo
diff -r1.13 -r1.14 pkgsrc/devel/ruby-activejob70/distinfo
diff -r1.13 -r1.14 pkgsrc/devel/ruby-activemodel70/distinfo
diff -r1.13 -r1.14 pkgsrc/devel/ruby-activestorage70/distinfo
diff -r1.13 -r1.14 pkgsrc/devel/ruby-activesupport70/distinfo
diff -r1.13 -r1.14 pkgsrc/devel/ruby-railties70/distinfo
diff -r1.147 -r1.148 pkgsrc/lang/ruby/rails.mk
diff -r1.13 -r1.14 pkgsrc/mail/ruby-actionmailbox70/distinfo
diff -r1.13 -r1.14 pkgsrc/mail/ruby-actionmailer70/distinfo
diff -r1.13 -r1.14 pkgsrc/textproc/ruby-actiontext70/distinfo
diff -r1.13 -r1.14 pkgsrc/www/ruby-actioncable70/distinfo
diff -r1.13 -r1.14 pkgsrc/www/ruby-actionpack70/distinfo
diff -r1.13 -r1.14 pkgsrc/www/ruby-actionview70/distinfo
diff -r1.13 -r1.14 pkgsrc/www/ruby-rails70/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/databases/ruby-activerecord70/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/ruby-activerecord70/distinfo 2023/06/27 13:39:04 1.13
+++ pkgsrc/databases/ruby-activerecord70/distinfo 2023/07/09 03:30:33 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:04 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
2 2
3BLAKE2s (activerecord-7.0.5.1.gem) = fa3fdd2839bcaff55deeeedafc64aea47dd76e035cb0ff93c575295b44e5d8d5 3BLAKE2s (activerecord-7.0.6.gem) = 7c99c80c9d49aae8ee707a9622a952942375c7c69e58fd2aa8e7353b971295e2
4SHA512 (activerecord-7.0.5.1.gem) = 87a2da506400b767a5c654f84adb81dfdb64520b78f7fd4016e0d74a2796cdea8cbe7fdb7b1de11017a04369e4a80a26f0960d56967fcc96b122673c02b0e8a8 4SHA512 (activerecord-7.0.6.gem) = 743bb6a2a4c3f44651c3eff593be1732c75d248d4a53b7ebfd37e3e407e05a3464516c81d787b65cd822be3c7bfd4808d92c62cd87cb0940c373d4e39fbad17f
5Size (activerecord-7.0.5.1.gem) = 478720 bytes 5Size (activerecord-7.0.6.gem) = 479232 bytes

cvs diff -r1.13 -r1.14 pkgsrc/devel/ruby-activejob70/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activejob70/distinfo 2023/06/27 13:39:03 1.13
+++ pkgsrc/devel/ruby-activejob70/distinfo 2023/07/09 03:30:32 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:03 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:32 taca Exp $
2 2
3BLAKE2s (activejob-7.0.5.1.gem) = 1c5bfded13d5f84190f6e1c11a0a27ac375f90458e541a114bee6d7ed2b8a940 3BLAKE2s (activejob-7.0.6.gem) = d4bd8381cacae92fec2bc8dbab282fc18e264e40fef940b7a7fe5c3942844d33
4SHA512 (activejob-7.0.5.1.gem) = ea50739881987c5873d613ad6eb1b737c960f2bb09f31183c41a3a94e28a4a78738b5fecbbffa2f2e1cf2d662f1f3e75913177c4b09c47275f7a1b84b225dd06 4SHA512 (activejob-7.0.6.gem) = f5d2f7a8252fe3caa11f9d175239e5d331a9597e2f12e214bdcacda32d78cb2b0c4a29bf198dd6c9d2867b5f4f0c642addcb6b32f5aa3636b1599d4071382475
5Size (activejob-7.0.5.1.gem) = 33792 bytes 5Size (activejob-7.0.6.gem) = 33792 bytes

cvs diff -r1.13 -r1.14 pkgsrc/devel/ruby-activemodel70/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activemodel70/distinfo 2023/06/27 13:39:03 1.13
+++ pkgsrc/devel/ruby-activemodel70/distinfo 2023/07/09 03:30:32 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:03 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:32 taca Exp $
2 2
3BLAKE2s (activemodel-7.0.5.1.gem) = 66825a55aaf44315c749f1d3a7f912e75ffad1cd238da9e4d64a939c82349ba7 3BLAKE2s (activemodel-7.0.6.gem) = ca1c40161770b353603cb5f91a33611b63834d3b2572fa7b9d1337fd7535f903
4SHA512 (activemodel-7.0.5.1.gem) = efef1454af20452979407905e161d3559381631bfd40448bb2acf96d95fb4b00414b5ad73cd1c91ba8ef0a27c74317a6e6f8656a0a6340cf50b2e81d9d49e7a1 4SHA512 (activemodel-7.0.6.gem) = 696d20ae41d4a7e21f828b245515489379bc133f122b40b5f693247d9ff4b1adc7673a2e0dae18891b02b9876952e1263c3b8950a0b4ce81022624236e26cd0c
5Size (activemodel-7.0.5.1.gem) = 61440 bytes 5Size (activemodel-7.0.6.gem) = 61440 bytes

cvs diff -r1.13 -r1.14 pkgsrc/devel/ruby-activestorage70/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activestorage70/distinfo 2023/06/27 13:39:04 1.13
+++ pkgsrc/devel/ruby-activestorage70/distinfo 2023/07/09 03:30:33 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:04 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
2 2
3BLAKE2s (activestorage-7.0.5.1.gem) = 8108f9576c0a2a836f25282971b90d5c493e6b33d1c12b285bb8d9c3e7969a83 3BLAKE2s (activestorage-7.0.6.gem) = a27d250edfb1df26395e663d96c079750a134cbf91e2e6ebc3da108344a94076
4SHA512 (activestorage-7.0.5.1.gem) = 2c29219c1287d1454729293093fd192dc18768e75c36d598cd036674739363494c5328b5506e8ce76804aa53ca3a160876cfdeb08b4544fc4b77059f32b7bb69 4SHA512 (activestorage-7.0.6.gem) = 7250147de163978073f3edf484477a1d5d9c1e1a2d1f2dd5f29b4084c504174eef234ea1d12ae835dc3afb16fd5e363af934d8db24e2e8f6a8b0081f529d28be
5Size (activestorage-7.0.5.1.gem) = 65536 bytes 5Size (activestorage-7.0.6.gem) = 65536 bytes

cvs diff -r1.13 -r1.14 pkgsrc/devel/ruby-activesupport70/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activesupport70/distinfo 2023/06/27 13:39:03 1.13
+++ pkgsrc/devel/ruby-activesupport70/distinfo 2023/07/09 03:30:32 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:03 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:32 taca Exp $
2 2
3BLAKE2s (activesupport-7.0.5.1.gem) = d8ba8d516601874fe22dd51999bcba1e8fbaba5df4578dcff6bf7b1edc65facc 3BLAKE2s (activesupport-7.0.6.gem) = 1312882c5f3d9f83155d4ed2b6de7fc674964f1d02767caf88394cb62ef63ac9
4SHA512 (activesupport-7.0.5.1.gem) = d14135b93983915cda57b232994ceacbf3dd91a6bc43582714346db74799da239aa261ffdddc8efe4de3750b2e9c132965e48694f560a6595f488540b4e3efa1 4SHA512 (activesupport-7.0.6.gem) = 73e1dbd6774ba25db6e85087cf9407c99ebd457d047900d6b4253fdaed79d0413d66eae0768a247a17d0a85d633c116fc9c3abe37727ae8d8e9e35d08ee3d724
5Size (activesupport-7.0.5.1.gem) = 225280 bytes 5Size (activesupport-7.0.6.gem) = 225280 bytes

cvs diff -r1.13 -r1.14 pkgsrc/devel/ruby-railties70/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-railties70/distinfo 2023/06/27 13:39:04 1.13
+++ pkgsrc/devel/ruby-railties70/distinfo 2023/07/09 03:30:33 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:04 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
2 2
3BLAKE2s (railties-7.0.5.1.gem) = 5ae0869f49c5d5cee8099357b8dfffbc32b474241273c660782fcced2cc3664f 3BLAKE2s (railties-7.0.6.gem) = cf675f5991845cc296f06361318e5b04e5dee3808ffee204d50e848c118095cc
4SHA512 (railties-7.0.5.1.gem) = 6f30a75e911af3589809d1327fed7a65fb7b0e661ddd8b5f601fc2466b5c5f9e0091d4ea6dd2e95d988137302aacb32a9157688eebc49972b0bcee8dc528aefa 4SHA512 (railties-7.0.6.gem) = a8d9b83c5d1e6621f7325f93cc7e199c0dd1117580dcee9db90d6ea62dddbaeac72ea037ded49556d0d29b1635fcbe50336facf267a4ae85d49bdd07249dbc55
5Size (railties-7.0.5.1.gem) = 161280 bytes 5Size (railties-7.0.6.gem) = 161792 bytes

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

--- pkgsrc/lang/ruby/rails.mk 2023/06/27 13:39:03 1.147
+++ pkgsrc/lang/ruby/rails.mk 2023/07/09 03:30:32 1.148
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: rails.mk,v 1.147 2023/06/27 13:39:03 taca Exp $ 1# $NetBSD: rails.mk,v 1.148 2023/07/09 03:30:32 taca 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#
@@ -40,27 +40,27 @@ _RUBY_RAILS_MK= # defined @@ -40,27 +40,27 @@ _RUBY_RAILS_MK= # defined
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.1 51RUBY_RAILS60_VERSION?= 6.0.6.1
52RUBY_RAILS61_VERSION?= 6.1.7.4 52RUBY_RAILS61_VERSION?= 6.1.7.4
53RUBY_RAILS70_VERSION?= 7.0.5.1 53RUBY_RAILS70_VERSION?= 7.0.6
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
65 65
66.if empty(RUBY_RAILS_ACCEPTED) 66.if empty(RUBY_RAILS_ACCEPTED)

cvs diff -r1.13 -r1.14 pkgsrc/mail/ruby-actionmailbox70/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/ruby-actionmailbox70/distinfo 2023/06/27 13:39:04 1.13
+++ pkgsrc/mail/ruby-actionmailbox70/distinfo 2023/07/09 03:30:33 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:04 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
2 2
3BLAKE2s (actionmailbox-7.0.5.1.gem) = 1aec1661950199917c592faab69f2925e69b51ecceb0a982cd2f02cefc66f849 3BLAKE2s (actionmailbox-7.0.6.gem) = b1931c118583ba4f7b882312c05f96b9205c51050243a1f7a87d2d3a21e7cf45
4SHA512 (actionmailbox-7.0.5.1.gem) = 8bfa6b416b1abe386097afc61a7637e1c69a4f7b0fb8f3e0139bfcf8769ba401481a1b1e9c73a33f635b15c44cfe8ae46685a98fcc3ab2e8943208aa46323e96 4SHA512 (actionmailbox-7.0.6.gem) = 4dd4f5685a4e6153e5bd837597867abaa40a1bba40dafc3a69e24d8668736c32a9da35bff201e19d7f71702d8d4abb707caf88d664200ad70e78e605e66e9542
5Size (actionmailbox-7.0.5.1.gem) = 22528 bytes 5Size (actionmailbox-7.0.6.gem) = 22528 bytes

cvs diff -r1.13 -r1.14 pkgsrc/mail/ruby-actionmailer70/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/ruby-actionmailer70/distinfo 2023/06/27 13:39:04 1.13
+++ pkgsrc/mail/ruby-actionmailer70/distinfo 2023/07/09 03:30:33 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:04 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
2 2
3BLAKE2s (actionmailer-7.0.5.1.gem) = f221d90fed72477dc1cc52c7ce47085702f618257d502b8032325daefccb4df9 3BLAKE2s (actionmailer-7.0.6.gem) = 703d229367aaaa210b49909917e1a43159549b0d38af1a1cdbebfbf92cd8cd97
4SHA512 (actionmailer-7.0.5.1.gem) = 06061a75e5936db87b728993de810bdf990ae02a843822f6d43eb25fde12a26859626ce5251f31b41b402079a8d6a4a3a421571768e3d4f52c08328d9d6d345c 4SHA512 (actionmailer-7.0.6.gem) = 9dd1fb20cda7c057bfe35a4118b97cc5b6ce39bca543f6288ebb6f526bb4b4e6d9efc42c367c14349ae2b641993eba674ccfe4d6a573d1f5fc5c80acde6fa2e2
5Size (actionmailer-7.0.5.1.gem) = 30720 bytes 5Size (actionmailer-7.0.6.gem) = 30720 bytes

cvs diff -r1.13 -r1.14 pkgsrc/textproc/ruby-actiontext70/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-actiontext70/distinfo 2023/06/27 13:39:04 1.13
+++ pkgsrc/textproc/ruby-actiontext70/distinfo 2023/07/09 03:30:33 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:04 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
2 2
3BLAKE2s (actiontext-7.0.5.1.gem) = 3cfb73ef99562dc1c7652e71ef16c4164309d5484b7719032044e34cacef8b5d 3BLAKE2s (actiontext-7.0.6.gem) = 11b3729b76fd6c002794f7b22632e3aa91e24d9fa8ae00188fa019c0cc701117
4SHA512 (actiontext-7.0.5.1.gem) = 04436d46a01f476dbcc2c8c4daa3468098d195e59ffe2892ed64da9ac75e6c76572cefc65cb60503a0d4de911c3c76afb7d8960b61010e4bd3edffe7853571ea 4SHA512 (actiontext-7.0.6.gem) = 854eb32769f56268bae594275617ab52ba2e8e9afd3518236cdb1798ded64ae8033e25fc86179d8aa0d2a6bea24d1289e994b3f19611bd1e780b381e97a3c03c
5Size (actiontext-7.0.5.1.gem) = 92160 bytes 5Size (actiontext-7.0.6.gem) = 92160 bytes

cvs diff -r1.13 -r1.14 pkgsrc/www/ruby-actioncable70/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actioncable70/distinfo 2023/06/27 13:39:04 1.13
+++ pkgsrc/www/ruby-actioncable70/distinfo 2023/07/09 03:30:33 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:04 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
2 2
3BLAKE2s (actioncable-7.0.5.1.gem) = 701c0c371fbfd8fa6fb4d6003dcd2a1d251d92b783847a4ae83b434ec025b0a5 3BLAKE2s (actioncable-7.0.6.gem) = f1bb10f643471be2f632ef6e8784939e1722fc6eead30386fc0596422bc91ba4
4SHA512 (actioncable-7.0.5.1.gem) = 04ba50e16d76254bfe2462719737934c57bf1fa69b593bf3620115e1ea6d7e55be067e5f7bcccbbf4cdec28e8d78d5dcfb1a8c08e8be721fe3465c697a427662 4SHA512 (actioncable-7.0.6.gem) = b9dfb8ee837f62ad2928e88f94bd189cfef27e447b6250c3d326b5db14b7a30016209fd7e0a1c02916cef57cce0fdddbaa59d54bb43596b8dd23ec86f87eca44
5Size (actioncable-7.0.5.1.gem) = 44544 bytes 5Size (actioncable-7.0.6.gem) = 44544 bytes

cvs diff -r1.13 -r1.14 pkgsrc/www/ruby-actionpack70/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actionpack70/distinfo 2023/06/27 13:39:04 1.13
+++ pkgsrc/www/ruby-actionpack70/distinfo 2023/07/09 03:30:32 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:04 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:32 taca Exp $
2 2
3BLAKE2s (actionpack-7.0.5.1.gem) = e8ce818dacb40d5a6df041004573c2860e58ecfb318a32f2b946adcb5feb0145 3BLAKE2s (actionpack-7.0.6.gem) = bee638eb479d5b57b1177e9f34a7cc7c7e8b3285e6205237b535a2b857693f54
4SHA512 (actionpack-7.0.5.1.gem) = decf8ad08594352c8c2e2d66eb9a082b9ccc8804e029c7a8043fdb3a430bb504f8e9fb62ce46707ed83e69921b9bd352c0430b6afa90e99bff2a02e654667769 4SHA512 (actionpack-7.0.6.gem) = 583da182d1b61775b87f4eec674b4c2ae0e654276cad85d0b154471548c451cc60fe451ef732ac57baf7006c67efbe6c2f792c97b002e7ed1732cbd030a60a46
5Size (actionpack-7.0.5.1.gem) = 233472 bytes 5Size (actionpack-7.0.6.gem) = 233472 bytes

cvs diff -r1.13 -r1.14 pkgsrc/www/ruby-actionview70/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actionview70/distinfo 2023/06/27 13:39:03 1.13
+++ pkgsrc/www/ruby-actionview70/distinfo 2023/07/09 03:30:32 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:03 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:32 taca Exp $
2 2
3BLAKE2s (actionview-7.0.5.1.gem) = 0bce298538ec33ba78bb0f4690a0f9be24ab991cde15dff1b1fa84c2b043beac 3BLAKE2s (actionview-7.0.6.gem) = cbf544d44b920429b42be5aea040b9d7ed04b2326c0acbdc1bb71b6c3fdfd2eb
4SHA512 (actionview-7.0.5.1.gem) = bd19bf286846e7ebb1394fdeaab6a1ab0f666169a77303392d53148e35cccdddff49751baafbf8b80ecec6e732fe53555d164f6b9fc06d6140dda4f7775a3f2a 4SHA512 (actionview-7.0.6.gem) = b83a39d3974b0fe574a42b45128033a0fec33fad0cea3b4d76cf12aedbb00dddfd44d71e4a1a6104cfd4580f84a171da712f8c3357c0eae2b413cf4f1b2f0d29
5Size (actionview-7.0.5.1.gem) = 179712 bytes 5Size (actionview-7.0.6.gem) = 179712 bytes

cvs diff -r1.13 -r1.14 pkgsrc/www/ruby-rails70/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-rails70/distinfo 2023/06/27 13:39:04 1.13
+++ pkgsrc/www/ruby-rails70/distinfo 2023/07/09 03:30:33 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/06/27 13:39:04 taca Exp $ 1$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
2 2
3BLAKE2s (rails-7.0.5.1.gem) = 0cc28b7dc5b7391d22e1e591841a4fbd0907d284456260e493c39bcc38958230 3BLAKE2s (rails-7.0.6.gem) = 95d8dc8b93c70a83ad2f0cfe041f902ad7b2776f0eef4fbdce7d59be07cfd046
4SHA512 (rails-7.0.5.1.gem) = c503c5179477ac89dfabe7770acfc3350e432509a1e38a5b55c18fcd93864f287b1634a91dab91d65182828bceefd32477115e934020e968a81bcfdbd291a3b8 4SHA512 (rails-7.0.6.gem) = 573276ce78c9ca77adee512398d78b3e1378b1e2a584285b456ba49224bca0da1d07bb1d56eae32378ae8ae7ad6207a9296f94a200fe2cec4897306083852a42
5Size (rails-7.0.5.1.gem) = 7168 bytes 5Size (rails-7.0.6.gem) = 7168 bytes