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:           Mon Nov  3 08:51:49 UTC 2025
Modified Files:
        pkgsrc/databases/ruby-activerecord80: distinfo
        pkgsrc/devel/ruby-activejob80: distinfo
        pkgsrc/devel/ruby-activemodel80: distinfo
        pkgsrc/devel/ruby-activestorage80: distinfo
        pkgsrc/devel/ruby-activesupport80: distinfo
        pkgsrc/devel/ruby-railties80: distinfo
        pkgsrc/lang/ruby: rails.mk
        pkgsrc/mail/ruby-actionmailbox80: distinfo
        pkgsrc/mail/ruby-actionmailer80: distinfo
        pkgsrc/textproc/ruby-actiontext80: distinfo
        pkgsrc/www/ruby-actioncable80: distinfo
        pkgsrc/www/ruby-actionpack80: distinfo
        pkgsrc/www/ruby-actionview80: distinfo
        pkgsrc/www/ruby-rails80: distinfo
Log Message:
www/ruby-rails80: update to 8.0.4
8.0.4 (2025-10-28)
Active Support
* Fix Enumerable#sole to return the full tuple instead of just the first
  element of the tuple.  [Olivier Bellone]
* Fix parallel tests hanging when worker processes die abruptly.
  Previously, if a worker process was killed (e.g., OOM killed, kill -9)
  during parallel test execution, the test suite would hang forever waiting
  for the dead worker.  [Joshua Young]
* Fix NameError when class_attribute is defined on instance singleton classes.
  Previously, calling class_attribute on an instance's singleton class would
  raise a NameError when accessing the attribute through the instance.
    object = MyClass.new
    object.singleton_class.class_attribute :foo, default: "bar"
    object.foo # previously raised NameError, now returns "bar"
  [Joshua Young]
Active Record
* Fix SQLite3 data loss during table alterations with CASCADE foreign keys.
  When altering a table in SQLite3 that is referenced by child tables with
  ON DELETE CASCADE foreign keys, ActiveRecord would silently delete all
  data from the child tables.  This occurred because SQLite requires table
  recreation for schema changes, and during this process the original table
  is temporarily dropped, triggering CASCADE deletes on child tables.
  The root cause was incorrect ordering of operations.  The original code
  wrapped disable_referential_integrity inside a transaction, but PRAGMA
  foreign_keys cannot be modified inside a transaction in SQLite -
  attempting to do so simply has no effect.  This meant foreign keys
  remained enabled during table recreation, causing CASCADE deletes to fire.
  The fix reverses the order to follow the official SQLite 12-step ALTER
  TABLE procedure: disable_referential_integrity now wraps the transaction
  instead of being wrapped by it.  This ensures foreign keys are properly
  disabled before the transaction starts and re-enabled after it commits,
  preventing CASCADE deletes while maintaining data integrity through atomic
  transactions.  [Ruy Rocha]
* Add support for bound SQL literals in CTEs.  [Nicolas Bachschmidt]
* Fix belongs_to associations not to clear the entire composite primary key.
  When clearing a belongs_to association that references a model with
  composite primary key, only the optional part of the key should be
  cleared.  [zzak]
* Fix invalid records being autosaved when distantly associated records are
  marked for deletion.  [Ian Terrell, axlekb AB]
Action View
* Restore add_default_name_and_id method.  [Hartley McGuire]
Action Pack
* Submit test requests using as: :html with Content-Type:
  x-www-form-urlencoded  [Sean Doyle]
Active Model
Active Job
Action Mailer
Action Cable
Active Storage
Action Mailbox
Action Text
Railties
* No changes.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/ruby-activerecord80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activejob80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activemodel80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activestorage80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activesupport80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-railties80/distinfo
cvs rdiff -u -r1.185 -r1.186 pkgsrc/lang/ruby/rails.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/ruby-actionmailbox80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/ruby-actionmailer80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/ruby-actiontext80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-actioncable80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-actionpack80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-actionview80/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-rails80/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-activerecord80/distinfo
diff -u pkgsrc/databases/ruby-activerecord80/distinfo:1.4 pkgsrc/databases/ruby-activerecord80/distinfo:1.5
--- pkgsrc/databases/ruby-activerecord80/distinfo:1.4   Tue Sep 23 04:17:02 2025
+++ pkgsrc/databases/ruby-activerecord80/distinfo       Mon Nov  3 08:51:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:17:02 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:48 taca Exp $
 
-BLAKE2s (activerecord-8.0.3.gem) = ae2e77cae399ac20d889bbad1897e72fc5b50abeb1ee32820fed722e14ce778c
-SHA512 (activerecord-8.0.3.gem) = c709f56e79bb69d40b583188c2bcf0f1da70cd54bf7a4fae715aeb150adf8bf587299163eb89af8771fc4286c5b604a4fcf796a0a63ed17a6532966d00684394
-Size (activerecord-8.0.3.gem) = 547840 bytes
+BLAKE2s (activerecord-8.0.4.gem) = 3f375ebb5071f27fa6c5a390effbd46bed1b6d8326f3051f15abe941f2724423
+SHA512 (activerecord-8.0.4.gem) = bf763c7bc2cb8fe0f89c597e637b2bf4b24386df0a746f57f82dc25bd575900d3eafe4d6c186f830d994a74c3460688fa99ca16ca78c8ca2d602dc808c89e174
+Size (activerecord-8.0.4.gem) = 548864 bytes
Index: pkgsrc/devel/ruby-activejob80/distinfo
diff -u pkgsrc/devel/ruby-activejob80/distinfo:1.4 pkgsrc/devel/ruby-activejob80/distinfo:1.5
--- pkgsrc/devel/ruby-activejob80/distinfo:1.4  Tue Sep 23 04:16:06 2025
+++ pkgsrc/devel/ruby-activejob80/distinfo      Mon Nov  3 08:51:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:16:06 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:47 taca Exp $
 
-BLAKE2s (activejob-8.0.3.gem) = 9a1ef40d2cb68919992c0eda30115ede6247ded6f451cea8263181bea6ad454b
-SHA512 (activejob-8.0.3.gem) = f631db506f0fe3705ed7a84ac81934d16eed3aa4ce502b0e91c697d146321d87a3741a05456c8f31a9581ec8b56cdf12092a9b6106397307552a9d2ce416e44f
-Size (activejob-8.0.3.gem) = 35840 bytes
+BLAKE2s (activejob-8.0.4.gem) = fb00267ede5ddea94e56fe6b6912a835c44ab791b65cc4a94c09b2be82aa381d
+SHA512 (activejob-8.0.4.gem) = 81de93c8d748971c55ce46c7c60af4b6fb634d0d67dde5478c4ae1d2daa307a9f7f71417bbd2936d7fafa2ddd99ee600c2570b32ee8d9b7ab2d4791321fa95ea
+Size (activejob-8.0.4.gem) = 35840 bytes
Index: pkgsrc/devel/ruby-activemodel80/distinfo
diff -u pkgsrc/devel/ruby-activemodel80/distinfo:1.4 pkgsrc/devel/ruby-activemodel80/distinfo:1.5
--- pkgsrc/devel/ruby-activemodel80/distinfo:1.4        Tue Sep 23 04:15:36 2025
+++ pkgsrc/devel/ruby-activemodel80/distinfo    Mon Nov  3 08:51:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:15:36 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:47 taca Exp $
 
-BLAKE2s (activemodel-8.0.3.gem) = 80cf2fbfca2c694009c156962759675bffe386108ca86c2ee25e4de2021d8a70
-SHA512 (activemodel-8.0.3.gem) = 92598405315a70a707758b38e7b4c8b5981b1636f4ffa333573dbfbbd66035c507d69d7acf81220cfbcaa173b14fb710db106824f293420f3442e49dda00864e
-Size (activemodel-8.0.3.gem) = 69120 bytes
+BLAKE2s (activemodel-8.0.4.gem) = 341f81083851d760b2f2425abeebe9a2f53b1e71267b7f34a9e56ea1d97a90e1
+SHA512 (activemodel-8.0.4.gem) = 20ddc69c86566f0af6cbf8776d57687719aff0704c1fdbfbbe7377febd56d40d5964fc11d63fa701ec97446381e1eafaf1199dffa77e53e667750a72cfe2aa45
+Size (activemodel-8.0.4.gem) = 69120 bytes
Index: pkgsrc/devel/ruby-activestorage80/distinfo
diff -u pkgsrc/devel/ruby-activestorage80/distinfo:1.4 pkgsrc/devel/ruby-activestorage80/distinfo:1.5
--- pkgsrc/devel/ruby-activestorage80/distinfo:1.4      Tue Sep 23 04:20:27 2025
+++ pkgsrc/devel/ruby-activestorage80/distinfo  Mon Nov  3 08:51:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:20:27 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:48 taca Exp $
 
-BLAKE2s (activestorage-8.0.3.gem) = a0adeba1ae20d97ebe1d7dab61f7d15b35a5ed6ae1278c59e0e86fe8fd94f96a
-SHA512 (activestorage-8.0.3.gem) = b3b8548b31e820ab6b1372276d9e04e8b3e6f3a7ced274c70fa8333f001d7fd81161dc25b69d73c15cee718bc0ba165543e1a79a7673821bd179625bdc0aaded
-Size (activestorage-8.0.3.gem) = 66560 bytes
+BLAKE2s (activestorage-8.0.4.gem) = 1dbfd60f1093638b041338b16c860625013ccc5f66a796b4b661fee58c93385f
+SHA512 (activestorage-8.0.4.gem) = 624db3d6fc80ff4d2175be141d0206051ae2e88147c12ab0f19cde291aaa89aceb3c74e0d9ac0d0e403c177be3dc571a5094b08a41d8938426d86b0f2bdc9a5b
+Size (activestorage-8.0.4.gem) = 66560 bytes
Index: pkgsrc/devel/ruby-activesupport80/distinfo
diff -u pkgsrc/devel/ruby-activesupport80/distinfo:1.4 pkgsrc/devel/ruby-activesupport80/distinfo:1.5
--- pkgsrc/devel/ruby-activesupport80/distinfo:1.4      Tue Sep 23 04:14:49 2025
+++ pkgsrc/devel/ruby-activesupport80/distinfo  Mon Nov  3 08:51:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:14:49 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:47 taca Exp $
 
-BLAKE2s (activesupport-8.0.3.gem) = d94d0f2f2c0120dd936f6ad9dcab1580b7e8827473a5f85d63ad7d7030827a45
-SHA512 (activesupport-8.0.3.gem) = f46b6710c65d7b59e0c7f1eb48641aa4ef0568b2d64147866e1dfa699c0b4c068bf443cc9967190ed47c2f6ea98137668a300455792982061e280a7df605bb4f
-Size (activesupport-8.0.3.gem) = 252416 bytes
+BLAKE2s (activesupport-8.0.4.gem) = 321fb2cd8c0e3203e73d0668bf451b3f05b533842745705f6156b7839369aebe
+SHA512 (activesupport-8.0.4.gem) = e22ce03c63ece3f6603cf5b282832ca61c267e82c984f06c52bfe23d8e5e80d9adcb0f133ff7ad7e536dc4abc9b77da6223dedab2d4c1804ec81c7c23a7d1e14
+Size (activesupport-8.0.4.gem) = 252928 bytes
Index: pkgsrc/devel/ruby-railties80/distinfo
diff -u pkgsrc/devel/ruby-railties80/distinfo:1.4 pkgsrc/devel/ruby-railties80/distinfo:1.5
--- pkgsrc/devel/ruby-railties80/distinfo:1.4   Tue Sep 23 04:20:04 2025
+++ pkgsrc/devel/ruby-railties80/distinfo       Mon Nov  3 08:51:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:20:04 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:48 taca Exp $
 
-BLAKE2s (railties-8.0.3.gem) = 2d3b9da91ece68ceffe8a4ab1485550b9fbed83cc5f9b7494edefc27d2041edb
-SHA512 (railties-8.0.3.gem) = e97b2c79f54c83d0b7fa4e74a18c017e54b5f50a3d65dcece51d614ab9867a316d78b294c3e1b57588ceb68d3188fa5b99473203015fcca7cb783198fd436643
-Size (railties-8.0.3.gem) = 198144 bytes
+BLAKE2s (railties-8.0.4.gem) = b566e61674784036fc917f33e1362e73de54b99c594839f8b4648512cdeff243
+SHA512 (railties-8.0.4.gem) = 7e62953d2e5c2af8457f0a3e0898a8ee1c990434b122d2cf48d152b3bbefbbfca177e690e090fcc44895a438e6036aa0145ca89a8c9974ac21422132e1a0270d
+Size (railties-8.0.4.gem) = 198144 bytes
Index: pkgsrc/lang/ruby/rails.mk
diff -u pkgsrc/lang/ruby/rails.mk:1.185 pkgsrc/lang/ruby/rails.mk:1.186
--- pkgsrc/lang/ruby/rails.mk:1.185     Mon Nov  3 08:33:28 2025
+++ pkgsrc/lang/ruby/rails.mk   Mon Nov  3 08:51:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: rails.mk,v 1.185 2025/11/03 08:33:28 taca Exp $
+# $NetBSD: rails.mk,v 1.186 2025/11/03 08:51:47 taca Exp $
 
 .if !defined(_RUBY_RAILS_MK)
 _RUBY_RAILS_MK=        # defined
@@ -51,7 +51,7 @@ RUBY_RAILS61_VERSION?=        6.1.7.10
 RUBY_RAILS70_VERSION?= 7.0.10
 RUBY_RAILS71_VERSION?= 7.1.6
 RUBY_RAILS72_VERSION?= 7.2.3
-RUBY_RAILS80_VERSION?= 8.0.3
+RUBY_RAILS80_VERSION?= 8.0.4
 
 RUBY_RAILS_ACCEPTED?=  # empty
 RUBY_RAILS_DEFAULT?=   72
Index: pkgsrc/mail/ruby-actionmailbox80/distinfo
diff -u pkgsrc/mail/ruby-actionmailbox80/distinfo:1.4 pkgsrc/mail/ruby-actionmailbox80/distinfo:1.5
--- pkgsrc/mail/ruby-actionmailbox80/distinfo:1.4       Tue Sep 23 04:21:20 2025
+++ pkgsrc/mail/ruby-actionmailbox80/distinfo   Mon Nov  3 08:51:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:21:20 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:48 taca Exp $
 
-BLAKE2s (actionmailbox-8.0.3.gem) = 58fa76374739af6f047d5b0aaf33facec4f098ebf0d79d26cddf90ccbac29c0f
-SHA512 (actionmailbox-8.0.3.gem) = 8e6f6da4c9c0f98d1380bb7c8ac3dd07fb8347a08fdcd062a8ddd2b850565f2fcc1cf07e75d9c55761ce0fe5a456cad9eddb16566696955e6c747f21ea1f37df
-Size (actionmailbox-8.0.3.gem) = 22016 bytes
+BLAKE2s (actionmailbox-8.0.4.gem) = 4b248c7cc2081de1090c93ca3a6f9a07872304aa9ce8ea114ac1b5423adb1282
+SHA512 (actionmailbox-8.0.4.gem) = 746999d80a40f852516d14e549403f6be2957b4d70b2264b28df224a9d4df9ab6c4426007c6676781188a30a56839508aadd53cbbc9ac51ac9b5000dacbf236b
+Size (actionmailbox-8.0.4.gem) = 22016 bytes
Index: pkgsrc/mail/ruby-actionmailer80/distinfo
diff -u pkgsrc/mail/ruby-actionmailer80/distinfo:1.4 pkgsrc/mail/ruby-actionmailer80/distinfo:1.5
--- pkgsrc/mail/ruby-actionmailer80/distinfo:1.4        Tue Sep 23 04:20:53 2025
+++ pkgsrc/mail/ruby-actionmailer80/distinfo    Mon Nov  3 08:51:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:20:53 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:48 taca Exp $
 
-BLAKE2s (actionmailer-8.0.3.gem) = e5a47669a1afd439a0e94a9da31bd7305b8c6ac4d5f685278b6ea9e38aed429f
-SHA512 (actionmailer-8.0.3.gem) = 20e6e29537f146d1aa752405c55658a4d062197c00cc6ad2c072791e680544d27d025334fb6603f5377f80d423e56f8edac80326fde7032178216b93679124cc
-Size (actionmailer-8.0.3.gem) = 32256 bytes
+BLAKE2s (actionmailer-8.0.4.gem) = 533a7cb616e91adf704131631f3506bd8bf4a576a4d09bb82ac6a9cb942d7e1d
+SHA512 (actionmailer-8.0.4.gem) = 0c60d6df4819863d06bb22a163edef6ce12df42c82023af0daa897398c02dc8ab5678f8137694c7933673a7ac2facb1b6980b1297a59ffe7d16395301aad4907
+Size (actionmailer-8.0.4.gem) = 32256 bytes
Index: pkgsrc/textproc/ruby-actiontext80/distinfo
diff -u pkgsrc/textproc/ruby-actiontext80/distinfo:1.4 pkgsrc/textproc/ruby-actiontext80/distinfo:1.5
--- pkgsrc/textproc/ruby-actiontext80/distinfo:1.4      Tue Sep 23 04:21:53 2025
+++ pkgsrc/textproc/ruby-actiontext80/distinfo  Mon Nov  3 08:51:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:21:53 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:49 taca Exp $
 
-BLAKE2s (actiontext-8.0.3.gem) = 7440bab1fcf9edc4af63b7aea0ee4e44d453914d4ebd9a6171305f1f2722ad84
-SHA512 (actiontext-8.0.3.gem) = 4ba557936425c1e522dd68e030589f058929904973c20435cfb444b67a16dc2de3c89299bc13804fcc6773c4812c1650ba47816e85ec7a4c3fbb777f842497e8
-Size (actiontext-8.0.3.gem) = 141824 bytes
+BLAKE2s (actiontext-8.0.4.gem) = 5f8e4b8b86e55a29c977fa4471350f5d1be37e71e68fd5464bbd0a36a943a93f
+SHA512 (actiontext-8.0.4.gem) = 7249f32037f3690aeb6c197d4e7eaaa47aa2a58dbda8b383da84a1d0b1956d823e8e3926a6e9027b9749bca8cf4d90a738f60b51a8a5b8b866c380b277c09bc9
+Size (actiontext-8.0.4.gem) = 141824 bytes
Index: pkgsrc/www/ruby-actioncable80/distinfo
diff -u pkgsrc/www/ruby-actioncable80/distinfo:1.4 pkgsrc/www/ruby-actioncable80/distinfo:1.5
--- pkgsrc/www/ruby-actioncable80/distinfo:1.4  Tue Sep 23 04:19:28 2025
+++ pkgsrc/www/ruby-actioncable80/distinfo      Mon Nov  3 08:51:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:19:28 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:48 taca Exp $
 
-BLAKE2s (actioncable-8.0.3.gem) = 66cd42267bb2cdc554b94692bd8e07d90883df9889593de59849f3b2857209ed
-SHA512 (actioncable-8.0.3.gem) = a4baeaca5c2e5de1f0b88806e07576e5f3a8c62ad259f68381ecfd51a467cf826e607005e1242baae1ed1588ad4be0e635ecace0b05c7319343cb1eabfd439d6
-Size (actioncable-8.0.3.gem) = 47616 bytes
+BLAKE2s (actioncable-8.0.4.gem) = d4fddb87ebf7150cef18fe6efcb64d341fa26980a79039d3d975e8087050eeb8
+SHA512 (actioncable-8.0.4.gem) = 3483d4d63505a83d3e792df3e6d69ad66a1385d1849baa523b5d55723fb4a5969c18e2e972cde67183daac7ea225d2d884eb3a43fb9e7697c3876607c0ec4b7a
+Size (actioncable-8.0.4.gem) = 47616 bytes
Index: pkgsrc/www/ruby-actionpack80/distinfo
diff -u pkgsrc/www/ruby-actionpack80/distinfo:1.4 pkgsrc/www/ruby-actionpack80/distinfo:1.5
--- pkgsrc/www/ruby-actionpack80/distinfo:1.4   Tue Sep 23 04:18:47 2025
+++ pkgsrc/www/ruby-actionpack80/distinfo       Mon Nov  3 08:51:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:18:47 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:48 taca Exp $
 
-BLAKE2s (actionpack-8.0.3.gem) = e9e068786c06ac6f814ec29d76f9919cdff506e4575b48a86c4a93d52e008dff
-SHA512 (actionpack-8.0.3.gem) = e7635c40c3e239f1d7ac52f4b1d7c10042b9a1ef724cd8b702b60e11363105fde4ad9a72eeedfa1271311e011776f76c43d0bca5b3beb3c1a16afb5800a5fb5d
-Size (actionpack-8.0.3.gem) = 249856 bytes
+BLAKE2s (actionpack-8.0.4.gem) = 39d40a5da845654ee7edd5e2cd5f7ab1182466d46f9433302b5cbf908e2ebddd
+SHA512 (actionpack-8.0.4.gem) = 8753e1399b0d000a36945da26756639e503f91b9fbcdd788fad776322802008f8aef8c5f2700c49dc1ac70c38f926c1477676bff5f6129e665e0dd5c0305f5e2
+Size (actionpack-8.0.4.gem) = 249856 bytes
Index: pkgsrc/www/ruby-actionview80/distinfo
diff -u pkgsrc/www/ruby-actionview80/distinfo:1.4 pkgsrc/www/ruby-actionview80/distinfo:1.5
--- pkgsrc/www/ruby-actionview80/distinfo:1.4   Tue Sep 23 04:18:10 2025
+++ pkgsrc/www/ruby-actionview80/distinfo       Mon Nov  3 08:51:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:18:10 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:48 taca Exp $
 
-BLAKE2s (actionview-8.0.3.gem) = 66c43dc37c709b7f0c3357756e5bfc44fb4b5c767ffae77378997e58dacaeb22
-SHA512 (actionview-8.0.3.gem) = 124b6978a776576362a99865caefd57d939ee88e526ed00f7852dcaaf23f10cecc287d1f54c84df343cdef00590011172b872c7a2ce36c1f7e985d1970080b35
-Size (actionview-8.0.3.gem) = 188928 bytes
+BLAKE2s (actionview-8.0.4.gem) = 718f6eb606a73f8afa7df3310e606fb650ab201660392b8066328a160b8ce3a1
+SHA512 (actionview-8.0.4.gem) = 8858f450d9c7dd2c107ec3a0b04209f19d5332095425ce09d282aec6c93cd484c8d0d8aa37cf81d9e4af61510d83cd73aef6149a9ed49d529549835f72a2755f
+Size (actionview-8.0.4.gem) = 188928 bytes
Index: pkgsrc/www/ruby-rails80/distinfo
diff -u pkgsrc/www/ruby-rails80/distinfo:1.4 pkgsrc/www/ruby-rails80/distinfo:1.5
--- pkgsrc/www/ruby-rails80/distinfo:1.4        Tue Sep 23 04:22:46 2025
+++ pkgsrc/www/ruby-rails80/distinfo    Mon Nov  3 08:51:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/09/23 04:22:46 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/11/03 08:51:49 taca Exp $
 
-BLAKE2s (rails-8.0.3.gem) = 03a8b0518bd81f70c7d6c96290446385afba02e6585c153658b0353d9e9b67a0
-SHA512 (rails-8.0.3.gem) = 05e5c3715b7d09aa934a51d27da578ac649e74c6904dba7b6d1fb22b611bea7c543d4d7bc1d03a7ab3b71b457cdb3d666247592ab963c54bf75b9483e8501a30
-Size (rails-8.0.3.gem) = 7168 bytes
+BLAKE2s (rails-8.0.4.gem) = 6d9fb84551e02632f01c4bbbedf489334a40a9f20e9691a80bd789ff103f2eab
+SHA512 (rails-8.0.4.gem) = 820448ad7c2e63d384983512bafa0e48cc87da997351308f12b95e3e9160cd8b3ffce941fdf1d7a898b31e7ec635aa9dc01c77f7c309216a314fea20660dc278
+Size (rails-8.0.4.gem) = 7168 bytes
Home |
Main Index |
Thread Index |
Old Index