pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Aug 11 14:14:44 UTC 2023

Modified Files:
        pkgsrc/databases/ruby-activerecord70: distinfo
        pkgsrc/devel/ruby-activejob70: distinfo
        pkgsrc/devel/ruby-activemodel70: distinfo
        pkgsrc/devel/ruby-activestorage70: distinfo
        pkgsrc/devel/ruby-activesupport70: distinfo
        pkgsrc/devel/ruby-railties70: distinfo
        pkgsrc/lang/ruby: rails.mk
        pkgsrc/mail/ruby-actionmailbox70: distinfo
        pkgsrc/mail/ruby-actionmailer70: distinfo
        pkgsrc/textproc/ruby-actiontext70: distinfo
        pkgsrc/www/ruby-actioncable70: distinfo
        pkgsrc/www/ruby-actionpack70: distinfo
        pkgsrc/www/ruby-actionview70: distinfo
        pkgsrc/www/ruby-rails70: distinfo

Log Message:
www/rails70: update to 7.0.7

Rails 7.0.7 (20223-08-10)

Active Support

* Fix Cache::NullStore with local caching for repeated reads.  (fatkodima)

* Fix to_s with no arguments not respecting custom :default formats
  (Hartley McGuire)

* Fix ActiveSupport::Inflector.humanize(nil) raising NoMethodError:
  undefined method `end_with?' for nil:NilClass.  (James Robinson)

* Fix Enumerable#sum for Enumerator#lazy.  (fatkodima, Matthew Draper,
  Jonathan Hefner)

* Improve error message when EventedFileUpdateChecker is used without a
  compatible version of the Listen gem.  (Hartley McGuire)

Active Model

* Error.full_message now strips ":base" from the message.  (zzak)

* Add a load hook for ActiveModel::Model (named active_model) to match the
  load hook for ActiveRecord::Base and allow for overriding aspects of the
  ActiveModel::Model class.

Active Record

* Restores functionality to the missing method when using enums and fixes.
  (paulreece)

* Fix StatementCache::Substitute with serialized type.  (ywenc)

* Fix :db_runtime on notification payload when application have multiple
  databases.  (Eileen M. Uchitelle)

* Correctly dump check constraints for MySQL 8.0.16+.  (Steve Hill)

* Fix ActiveRecord::QueryMethods#in_order_of to include nils, to match the
  behavior of Enumerable#in_order_of.

  For example, Post.in_order_of(:title, [nil, "foo"]) will now include posts
  with nil titles, the same as Post.all.to_a.in_order_of(:title, [nil,
  "foo"]).  (fatkodima)

* Revert "Fix autosave associations with validations added on :base of the
  associated objects."

  This change intended to remove the :base attribute from the message, but
  broke many assumptions which key these errors were stored.  (zzak)

* Fix #previously_new_record? to return true for destroyed records.

  Before, if a record was created and then destroyed,
  #previously_new_record? would return true.
  Now, any UPDATE or DELETE to a record is considered a change, and will
  result in #previously_new_record? returning false.  (Adrianna Chang)

* Revert breaking changes to has_one relationship deleting the old record
  before the new one is validated.  (zzak)

* Fix support for Active Record instances being uses in queries.

  As of 7.0.5, query arguments were deep duped to avoid mutations impacting
  the query cache, but this had the adverse effect to clearing the primary
  key when the query argument contained an ActiveRecord::Base instance.

  This broke the noticed gem.  (Jean Boussier)

Action View

* Fix render collection: @records, cache: true to cache fragments as bare
  strings.
  Previously it would incorrectly cache them as Action View buffers.  (Jean
  Boussier)

* Don't double-encode nested field_id and field_name index values.
  Pass index: @options as a default keyword argument to field_id and
  field_name view helper methods.  (Sean Doyle)

Railties

* Update default scaffold templates to set 303 (See Other) as status code on
  redirect for the update action for XHR requests other than GET or POST to
  avoid issues (e.g browsers trying to follow the redirect using the
  original request method resulting in double PATCH/PUT).  (Guillermo Iguaran)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/ruby-activerecord70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-activejob70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-activemodel70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-activestorage70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-activesupport70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-railties70/distinfo
cvs rdiff -u -r1.148 -r1.149 pkgsrc/lang/ruby/rails.mk
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/ruby-actionmailbox70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/ruby-actionmailer70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/ruby-actiontext70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-actioncable70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-actionpack70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-actionview70/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-rails70/distinfo

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

Modified files:

Index: pkgsrc/databases/ruby-activerecord70/distinfo
diff -u pkgsrc/databases/ruby-activerecord70/distinfo:1.14 pkgsrc/databases/ruby-activerecord70/distinfo:1.15
--- pkgsrc/databases/ruby-activerecord70/distinfo:1.14  Sun Jul  9 03:30:33 2023
+++ pkgsrc/databases/ruby-activerecord70/distinfo       Fri Aug 11 14:14:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:43 taca Exp $
 
-BLAKE2s (activerecord-7.0.6.gem) = 7c99c80c9d49aae8ee707a9622a952942375c7c69e58fd2aa8e7353b971295e2
-SHA512 (activerecord-7.0.6.gem) = 743bb6a2a4c3f44651c3eff593be1732c75d248d4a53b7ebfd37e3e407e05a3464516c81d787b65cd822be3c7bfd4808d92c62cd87cb0940c373d4e39fbad17f
-Size (activerecord-7.0.6.gem) = 479232 bytes
+BLAKE2s (activerecord-7.0.7.gem) = 4930e34af623bc70c543e1a1e14e8f1bc11c54c91f2acbed83b44928c9e5058a
+SHA512 (activerecord-7.0.7.gem) = effb1e71eeb3608a2e0d8e561df12e15f7fa30a3d8a69a981d14998ed068a56295ab0a252b6c0ae140898f77db148ca392369ede0e9d564266915aa70c7c1b85
+Size (activerecord-7.0.7.gem) = 479744 bytes

Index: pkgsrc/devel/ruby-activejob70/distinfo
diff -u pkgsrc/devel/ruby-activejob70/distinfo:1.14 pkgsrc/devel/ruby-activejob70/distinfo:1.15
--- pkgsrc/devel/ruby-activejob70/distinfo:1.14 Sun Jul  9 03:30:32 2023
+++ pkgsrc/devel/ruby-activejob70/distinfo      Fri Aug 11 14:14:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:32 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:43 taca Exp $
 
-BLAKE2s (activejob-7.0.6.gem) = d4bd8381cacae92fec2bc8dbab282fc18e264e40fef940b7a7fe5c3942844d33
-SHA512 (activejob-7.0.6.gem) = f5d2f7a8252fe3caa11f9d175239e5d331a9597e2f12e214bdcacda32d78cb2b0c4a29bf198dd6c9d2867b5f4f0c642addcb6b32f5aa3636b1599d4071382475
-Size (activejob-7.0.6.gem) = 33792 bytes
+BLAKE2s (activejob-7.0.7.gem) = 7c513d2f165045aab0848eb04ab2fcad5aeb26754dde4648850994e75ada7d83
+SHA512 (activejob-7.0.7.gem) = 28ddbcadd7cd66f96ea98507676d30de34cfb22a2701a1d19c62bf818b2737a758b2536f3b166e71594694a797c95054e2b0029211dde8326a4e11e197711f50
+Size (activejob-7.0.7.gem) = 33792 bytes

Index: pkgsrc/devel/ruby-activemodel70/distinfo
diff -u pkgsrc/devel/ruby-activemodel70/distinfo:1.14 pkgsrc/devel/ruby-activemodel70/distinfo:1.15
--- pkgsrc/devel/ruby-activemodel70/distinfo:1.14       Sun Jul  9 03:30:32 2023
+++ pkgsrc/devel/ruby-activemodel70/distinfo    Fri Aug 11 14:14:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:32 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:43 taca Exp $
 
-BLAKE2s (activemodel-7.0.6.gem) = ca1c40161770b353603cb5f91a33611b63834d3b2572fa7b9d1337fd7535f903
-SHA512 (activemodel-7.0.6.gem) = 696d20ae41d4a7e21f828b245515489379bc133f122b40b5f693247d9ff4b1adc7673a2e0dae18891b02b9876952e1263c3b8950a0b4ce81022624236e26cd0c
-Size (activemodel-7.0.6.gem) = 61440 bytes
+BLAKE2s (activemodel-7.0.7.gem) = fae6e286468d1a19674ca2c454239ce7e342067206d022046e0780ad8827d408
+SHA512 (activemodel-7.0.7.gem) = 43b219c2d00b5029371e515d13cf50181bf15f8398687695389f1a4421b8de49629937d4e45aeb4569df1c014c702dc1c6c5d8c067359cb399c2a394b10f8ee3
+Size (activemodel-7.0.7.gem) = 61952 bytes

Index: pkgsrc/devel/ruby-activestorage70/distinfo
diff -u pkgsrc/devel/ruby-activestorage70/distinfo:1.14 pkgsrc/devel/ruby-activestorage70/distinfo:1.15
--- pkgsrc/devel/ruby-activestorage70/distinfo:1.14     Sun Jul  9 03:30:33 2023
+++ pkgsrc/devel/ruby-activestorage70/distinfo  Fri Aug 11 14:14:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:44 taca Exp $
 
-BLAKE2s (activestorage-7.0.6.gem) = a27d250edfb1df26395e663d96c079750a134cbf91e2e6ebc3da108344a94076
-SHA512 (activestorage-7.0.6.gem) = 7250147de163978073f3edf484477a1d5d9c1e1a2d1f2dd5f29b4084c504174eef234ea1d12ae835dc3afb16fd5e363af934d8db24e2e8f6a8b0081f529d28be
-Size (activestorage-7.0.6.gem) = 65536 bytes
+BLAKE2s (activestorage-7.0.7.gem) = 55b620a1fa2ade1bff58f45f4d911dd431b6d6785af44de18bc0cb19686e2b06
+SHA512 (activestorage-7.0.7.gem) = 059e6891da8d7201cdf1fc61c80f6b62816a8f0a59851ae5489dc187459e34220841d7fb030565586f87e36f46d867db85a9d497ce178296e132ae09f7d3618c
+Size (activestorage-7.0.7.gem) = 65536 bytes

Index: pkgsrc/devel/ruby-activesupport70/distinfo
diff -u pkgsrc/devel/ruby-activesupport70/distinfo:1.14 pkgsrc/devel/ruby-activesupport70/distinfo:1.15
--- pkgsrc/devel/ruby-activesupport70/distinfo:1.14     Sun Jul  9 03:30:32 2023
+++ pkgsrc/devel/ruby-activesupport70/distinfo  Fri Aug 11 14:14:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:32 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:43 taca Exp $
 
-BLAKE2s (activesupport-7.0.6.gem) = 1312882c5f3d9f83155d4ed2b6de7fc674964f1d02767caf88394cb62ef63ac9
-SHA512 (activesupport-7.0.6.gem) = 73e1dbd6774ba25db6e85087cf9407c99ebd457d047900d6b4253fdaed79d0413d66eae0768a247a17d0a85d633c116fc9c3abe37727ae8d8e9e35d08ee3d724
-Size (activesupport-7.0.6.gem) = 225280 bytes
+BLAKE2s (activesupport-7.0.7.gem) = 221a97c081e251cb33c3dfe196ceb9032af7fa57cf9b8f502470afec64985f8e
+SHA512 (activesupport-7.0.7.gem) = 76babd1b0cc24ef47e19b58304574e3fd406a26707f2ecdf66037e7cf8aa111614be5b833b4ec7736305b392c5ac25239b4dbd05cff8cf0079ca943b7ace95e3
+Size (activesupport-7.0.7.gem) = 225792 bytes

Index: pkgsrc/devel/ruby-railties70/distinfo
diff -u pkgsrc/devel/ruby-railties70/distinfo:1.14 pkgsrc/devel/ruby-railties70/distinfo:1.15
--- pkgsrc/devel/ruby-railties70/distinfo:1.14  Sun Jul  9 03:30:33 2023
+++ pkgsrc/devel/ruby-railties70/distinfo       Fri Aug 11 14:14:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:44 taca Exp $
 
-BLAKE2s (railties-7.0.6.gem) = cf675f5991845cc296f06361318e5b04e5dee3808ffee204d50e848c118095cc
-SHA512 (railties-7.0.6.gem) = a8d9b83c5d1e6621f7325f93cc7e199c0dd1117580dcee9db90d6ea62dddbaeac72ea037ded49556d0d29b1635fcbe50336facf267a4ae85d49bdd07249dbc55
-Size (railties-7.0.6.gem) = 161792 bytes
+BLAKE2s (railties-7.0.7.gem) = 19524c22334f8f6144fca71094a2e897c666562bd0694188758adc70b8ea67f8
+SHA512 (railties-7.0.7.gem) = d1eaccf20d82c5e4996063756efd11f2466e8eb6cd6ec72b7ace6fcd23b812fc93fc276b53a1045c8442b72bf4a75bd0a92df782bd90e3ce0577ac9ba33ca01d
+Size (railties-7.0.7.gem) = 161792 bytes

Index: pkgsrc/lang/ruby/rails.mk
diff -u pkgsrc/lang/ruby/rails.mk:1.148 pkgsrc/lang/ruby/rails.mk:1.149
--- pkgsrc/lang/ruby/rails.mk:1.148     Sun Jul  9 03:30:32 2023
+++ pkgsrc/lang/ruby/rails.mk   Fri Aug 11 14:14:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: rails.mk,v 1.148 2023/07/09 03:30:32 taca Exp $
+# $NetBSD: rails.mk,v 1.149 2023/08/11 14:14:43 taca Exp $
 
 .if !defined(_RUBY_RAILS_MK)
 _RUBY_RAILS_MK=        # defined
@@ -50,7 +50,7 @@ _RUBY_RAILS_MK=       # defined
 RUBY_RAILS52_VERSION?= 5.2.8.1
 RUBY_RAILS60_VERSION?= 6.0.6.1
 RUBY_RAILS61_VERSION?= 6.1.7.4
-RUBY_RAILS70_VERSION?= 7.0.6
+RUBY_RAILS70_VERSION?= 7.0.7
 
 RUBY_RAILS_ACCEPTED?=  # empty
 RUBY_RAILS_DEFAULT?=   52

Index: pkgsrc/mail/ruby-actionmailbox70/distinfo
diff -u pkgsrc/mail/ruby-actionmailbox70/distinfo:1.14 pkgsrc/mail/ruby-actionmailbox70/distinfo:1.15
--- pkgsrc/mail/ruby-actionmailbox70/distinfo:1.14      Sun Jul  9 03:30:33 2023
+++ pkgsrc/mail/ruby-actionmailbox70/distinfo   Fri Aug 11 14:14:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:44 taca Exp $
 
-BLAKE2s (actionmailbox-7.0.6.gem) = b1931c118583ba4f7b882312c05f96b9205c51050243a1f7a87d2d3a21e7cf45
-SHA512 (actionmailbox-7.0.6.gem) = 4dd4f5685a4e6153e5bd837597867abaa40a1bba40dafc3a69e24d8668736c32a9da35bff201e19d7f71702d8d4abb707caf88d664200ad70e78e605e66e9542
-Size (actionmailbox-7.0.6.gem) = 22528 bytes
+BLAKE2s (actionmailbox-7.0.7.gem) = 782787a29e3478c20972c38c98316e8b5e78888ddc3f486220ea850b31450b15
+SHA512 (actionmailbox-7.0.7.gem) = f2779d83bbe3a1291157f87bf70543e37f5985c1f02a7e248a7ec93c4aa35f1791dbba1df1c3a81a0edee2703229dfb79b7cb9a76eb7a8d7427541bcc1c58e5a
+Size (actionmailbox-7.0.7.gem) = 22528 bytes

Index: pkgsrc/mail/ruby-actionmailer70/distinfo
diff -u pkgsrc/mail/ruby-actionmailer70/distinfo:1.14 pkgsrc/mail/ruby-actionmailer70/distinfo:1.15
--- pkgsrc/mail/ruby-actionmailer70/distinfo:1.14       Sun Jul  9 03:30:33 2023
+++ pkgsrc/mail/ruby-actionmailer70/distinfo    Fri Aug 11 14:14:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:44 taca Exp $
 
-BLAKE2s (actionmailer-7.0.6.gem) = 703d229367aaaa210b49909917e1a43159549b0d38af1a1cdbebfbf92cd8cd97
-SHA512 (actionmailer-7.0.6.gem) = 9dd1fb20cda7c057bfe35a4118b97cc5b6ce39bca543f6288ebb6f526bb4b4e6d9efc42c367c14349ae2b641993eba674ccfe4d6a573d1f5fc5c80acde6fa2e2
-Size (actionmailer-7.0.6.gem) = 30720 bytes
+BLAKE2s (actionmailer-7.0.7.gem) = 2786f92f1ef1d64810a931a2ddf55a38c5547f7c33f9d6c4c740ddc142bda531
+SHA512 (actionmailer-7.0.7.gem) = f4ef6a8adfe023647c185c8b02f53a019558bbd3a48b446134292cd74bfe593b2a8e05284ea193b5e992a7aa30ccd4719a78e22712de4b05cee6cf3a74c2ca47
+Size (actionmailer-7.0.7.gem) = 30720 bytes

Index: pkgsrc/textproc/ruby-actiontext70/distinfo
diff -u pkgsrc/textproc/ruby-actiontext70/distinfo:1.14 pkgsrc/textproc/ruby-actiontext70/distinfo:1.15
--- pkgsrc/textproc/ruby-actiontext70/distinfo:1.14     Sun Jul  9 03:30:33 2023
+++ pkgsrc/textproc/ruby-actiontext70/distinfo  Fri Aug 11 14:14:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:44 taca Exp $
 
-BLAKE2s (actiontext-7.0.6.gem) = 11b3729b76fd6c002794f7b22632e3aa91e24d9fa8ae00188fa019c0cc701117
-SHA512 (actiontext-7.0.6.gem) = 854eb32769f56268bae594275617ab52ba2e8e9afd3518236cdb1798ded64ae8033e25fc86179d8aa0d2a6bea24d1289e994b3f19611bd1e780b381e97a3c03c
-Size (actiontext-7.0.6.gem) = 92160 bytes
+BLAKE2s (actiontext-7.0.7.gem) = cb4f6622a7c71504563580e2be5b4d8a9f5d5eacf7e0d0b17aa80944b51032d6
+SHA512 (actiontext-7.0.7.gem) = ee4a7c381cde605b8f852ef9e524df471f2da1cdc899942cb8a9109cdacb67705507bccfb176aa62a68dd84168d7381d0231ad08eb7f8a78550289073b5d71b0
+Size (actiontext-7.0.7.gem) = 92160 bytes

Index: pkgsrc/www/ruby-actioncable70/distinfo
diff -u pkgsrc/www/ruby-actioncable70/distinfo:1.14 pkgsrc/www/ruby-actioncable70/distinfo:1.15
--- pkgsrc/www/ruby-actioncable70/distinfo:1.14 Sun Jul  9 03:30:33 2023
+++ pkgsrc/www/ruby-actioncable70/distinfo      Fri Aug 11 14:14:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:44 taca Exp $
 
-BLAKE2s (actioncable-7.0.6.gem) = f1bb10f643471be2f632ef6e8784939e1722fc6eead30386fc0596422bc91ba4
-SHA512 (actioncable-7.0.6.gem) = b9dfb8ee837f62ad2928e88f94bd189cfef27e447b6250c3d326b5db14b7a30016209fd7e0a1c02916cef57cce0fdddbaa59d54bb43596b8dd23ec86f87eca44
-Size (actioncable-7.0.6.gem) = 44544 bytes
+BLAKE2s (actioncable-7.0.7.gem) = 0862ee9eecc346bf93587d5dad5d949d5433518ec37f9b6bc44b631aed5b39f7
+SHA512 (actioncable-7.0.7.gem) = 63aaf43925c81e83a27699ee177b470af4d34b0d1e2785152ff131939e114e3d1d3a9203fa3e373db797490b08a39fa6700468ff744a11958781f4f48077a6b2
+Size (actioncable-7.0.7.gem) = 44544 bytes

Index: pkgsrc/www/ruby-actionpack70/distinfo
diff -u pkgsrc/www/ruby-actionpack70/distinfo:1.14 pkgsrc/www/ruby-actionpack70/distinfo:1.15
--- pkgsrc/www/ruby-actionpack70/distinfo:1.14  Sun Jul  9 03:30:32 2023
+++ pkgsrc/www/ruby-actionpack70/distinfo       Fri Aug 11 14:14:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:32 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:43 taca Exp $
 
-BLAKE2s (actionpack-7.0.6.gem) = bee638eb479d5b57b1177e9f34a7cc7c7e8b3285e6205237b535a2b857693f54
-SHA512 (actionpack-7.0.6.gem) = 583da182d1b61775b87f4eec674b4c2ae0e654276cad85d0b154471548c451cc60fe451ef732ac57baf7006c67efbe6c2f792c97b002e7ed1732cbd030a60a46
-Size (actionpack-7.0.6.gem) = 233472 bytes
+BLAKE2s (actionpack-7.0.7.gem) = 5cfdab231fc2117239ac9c2f50bed15bfaa26f530f487a5a871a89e485bc17b0
+SHA512 (actionpack-7.0.7.gem) = f7cc041c8498aca24ecc1bf3417baed43939e48a1729ec2d94b521dffcd55f5e2ae73b12c014a6def71142d6c6a390f4fce7843567a68513a0fd0fb79fb1692a
+Size (actionpack-7.0.7.gem) = 233472 bytes

Index: pkgsrc/www/ruby-actionview70/distinfo
diff -u pkgsrc/www/ruby-actionview70/distinfo:1.14 pkgsrc/www/ruby-actionview70/distinfo:1.15
--- pkgsrc/www/ruby-actionview70/distinfo:1.14  Sun Jul  9 03:30:32 2023
+++ pkgsrc/www/ruby-actionview70/distinfo       Fri Aug 11 14:14:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:32 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:43 taca Exp $
 
-BLAKE2s (actionview-7.0.6.gem) = cbf544d44b920429b42be5aea040b9d7ed04b2326c0acbdc1bb71b6c3fdfd2eb
-SHA512 (actionview-7.0.6.gem) = b83a39d3974b0fe574a42b45128033a0fec33fad0cea3b4d76cf12aedbb00dddfd44d71e4a1a6104cfd4580f84a171da712f8c3357c0eae2b413cf4f1b2f0d29
-Size (actionview-7.0.6.gem) = 179712 bytes
+BLAKE2s (actionview-7.0.7.gem) = 020b31a861b34f9fa43670876f13e71162a74f4abe6cbe9c2dac2a7e8b48d800
+SHA512 (actionview-7.0.7.gem) = 3008d61b2785bbc3668da2eec070203866c228aff3c16b97c285878567245990d69c578a121f41fe802a98e52a6580cfff88dd7b06cdb337a67b5503f1e76b06
+Size (actionview-7.0.7.gem) = 179712 bytes

Index: pkgsrc/www/ruby-rails70/distinfo
diff -u pkgsrc/www/ruby-rails70/distinfo:1.14 pkgsrc/www/ruby-rails70/distinfo:1.15
--- pkgsrc/www/ruby-rails70/distinfo:1.14       Sun Jul  9 03:30:33 2023
+++ pkgsrc/www/ruby-rails70/distinfo    Fri Aug 11 14:14:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/09 03:30:33 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/08/11 14:14:44 taca Exp $
 
-BLAKE2s (rails-7.0.6.gem) = 95d8dc8b93c70a83ad2f0cfe041f902ad7b2776f0eef4fbdce7d59be07cfd046
-SHA512 (rails-7.0.6.gem) = 573276ce78c9ca77adee512398d78b3e1378b1e2a584285b456ba49224bca0da1d07bb1d56eae32378ae8ae7ad6207a9296f94a200fe2cec4897306083852a42
-Size (rails-7.0.6.gem) = 7168 bytes
+BLAKE2s (rails-7.0.7.gem) = 187241660f3c1e3174558b852d0ab42902373d8bc53da95c28adbebf95f7b018
+SHA512 (rails-7.0.7.gem) = 40580115a486b54b1302da9e7ff704887f2f402ae210c31305fea1088365c0dc2baaaf05832e9ee3fca2ad0ddcb6310e9143d7e9532303ed6f9caf6e8807744d
+Size (rails-7.0.7.gem) = 7168 bytes



Home | Main Index | Thread Index | Old Index