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:10:07 UTC 2025

Modified Files:
        pkgsrc/databases/ruby-activerecord71: distinfo
        pkgsrc/devel/ruby-activejob71: distinfo
        pkgsrc/devel/ruby-activemodel71: distinfo
        pkgsrc/devel/ruby-activestorage71: distinfo
        pkgsrc/devel/ruby-activesupport71: distinfo
        pkgsrc/devel/ruby-railties71: distinfo
        pkgsrc/lang/ruby: rails.mk
        pkgsrc/mail/ruby-actionmailbox71: distinfo
        pkgsrc/mail/ruby-actionmailer71: distinfo
        pkgsrc/textproc/ruby-actiontext71: distinfo
        pkgsrc/www/ruby-actioncable71: distinfo
        pkgsrc/www/ruby-actionpack71: distinfo
        pkgsrc/www/ruby-actionview71: distinfo
        pkgsrc/www/ruby-rails71: distinfo

Log Message:
www/ruby-rails71: update to 7.1.6

Ruby on Rails 7.1.6 (2025-10-28)

This is the final release of Ruby on Rails 7.1.x.

Active Support

* No changes.

Active Model

* No changes.

Active Record

* Gracefully handle Timeout.timeout firing during connection configuration.

  Use of Timeout.timeout could result in improperly initialized database
  connection.

  This could lead to a partially configured connection being used, resulting
  in various exceptions, the most common being with the PostgreSQLAdapter
  raising undefined method key?' for nilorTypeError: wrong argument type nil
  (expected PG::TypeMap)`.

  Jean Boussier

* Fix error handling during connection configuration.

  Active Record wasn't properly handling errors during the connection
  configuration phase.  This could lead to a partially configured connection
  being used, resulting in various exceptions, the most common being with
  the PostgreSQLAdapter raising undefined method key?' for nilorTypeError:
  wrong argument type nil (expected PG::TypeMap)`.

  Jean Boussier

* Fix prepared statements on mysql2 adapter.

  Jean Boussier

* Fix a race condition in ActiveRecord::Base#method_missing when lazily
  defining attributes.

  If multiple thread were concurrently triggering attribute definition on
  the same model, it could result in a NoMethodError being raised.

  Jean Boussier

Action View

* No changes.

Action Pack

* No changes.

Active Job

* No changes.

Action Mailer

* No changes.

Action Cable

* Fixed compatibility with redis gem 5.4.1

  Jean Boussier

Active Storage

* No changes.

Action Mailbox

* No changes.

Action Text

* No changes.

Railties

* No changes.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/ruby-activerecord71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activejob71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activemodel71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activestorage71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activesupport71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-railties71/distinfo
cvs rdiff -u -r1.183 -r1.184 pkgsrc/lang/ruby/rails.mk
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/ruby-actionmailbox71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/ruby-actionmailer71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/ruby-actiontext71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actioncable71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actionpack71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actionview71/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-rails71/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-activerecord71/distinfo
diff -u pkgsrc/databases/ruby-activerecord71/distinfo:1.11 pkgsrc/databases/ruby-activerecord71/distinfo:1.12
--- pkgsrc/databases/ruby-activerecord71/distinfo:1.11  Thu Aug 14 15:19:03 2025
+++ pkgsrc/databases/ruby-activerecord71/distinfo       Mon Nov  3 08:10:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:03 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:06 taca Exp $
 
-BLAKE2s (activerecord-7.1.5.2.gem) = fffcd9b8340b10ab6cbb58de6b9afb418cafd6e422db516fe9645fe014830f87
-SHA512 (activerecord-7.1.5.2.gem) = 1d8e4a957726c18f90cf2f15dbee2472d9388b084e09e340cb8d0785f10f8eedc4c3d793f6e280ec7e806a34f54b53b20537c8bccb9f7bc1614356aada69ba2b
-Size (activerecord-7.1.5.2.gem) = 548352 bytes
+BLAKE2s (activerecord-7.1.6.gem) = d412dea1c4cfbde5d2d19f86c54871066569c292669dc0b3afa06387cf60eb9f
+SHA512 (activerecord-7.1.6.gem) = 691abfa8e7689549bf9fff346d8f26ceefae1de7df72a68b2d1e60d2353a1cc3e5553e2e0dfd8279e16a3ded11f201eea9ce5b9f3c724887afde1a0937289483
+Size (activerecord-7.1.6.gem) = 548864 bytes

Index: pkgsrc/devel/ruby-activejob71/distinfo
diff -u pkgsrc/devel/ruby-activejob71/distinfo:1.11 pkgsrc/devel/ruby-activejob71/distinfo:1.12
--- pkgsrc/devel/ruby-activejob71/distinfo:1.11 Thu Aug 14 15:19:03 2025
+++ pkgsrc/devel/ruby-activejob71/distinfo      Mon Nov  3 08:10:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:03 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:05 taca Exp $
 
-BLAKE2s (activejob-7.1.5.2.gem) = 176d6f61ad720af268e9a65dfc973fd79194907115ae3e183917398b95d843d2
-SHA512 (activejob-7.1.5.2.gem) = 2838e7ea430dd6e7378292894c901c8d92576e82a5f36cf748bd4eeba219704dd98b1cf40588a563cda791d5405df80ff0113871bd3a92cd7e151cd52f0b8b86
-Size (activejob-7.1.5.2.gem) = 37376 bytes
+BLAKE2s (activejob-7.1.6.gem) = 8c1af455a7e9bb46d8e2a52006026b0167f187c6cc8ea7e9bf014b7f39173b31
+SHA512 (activejob-7.1.6.gem) = 3b86c971a7cb3711058d972711822dc32dfd10f0171de672dff0a4df3517976f26cd118ae569c27cac555fc745110c5b66fc469e86aaac4aabf31f1c7bca61e5
+Size (activejob-7.1.6.gem) = 37376 bytes

Index: pkgsrc/devel/ruby-activemodel71/distinfo
diff -u pkgsrc/devel/ruby-activemodel71/distinfo:1.11 pkgsrc/devel/ruby-activemodel71/distinfo:1.12
--- pkgsrc/devel/ruby-activemodel71/distinfo:1.11       Thu Aug 14 15:19:03 2025
+++ pkgsrc/devel/ruby-activemodel71/distinfo    Mon Nov  3 08:10:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:03 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:05 taca Exp $
 
-BLAKE2s (activemodel-7.1.5.2.gem) = 56a9b40298ac4fb58e4d7050140059080d31e7494d48ac8e8728bd722f0d545a
-SHA512 (activemodel-7.1.5.2.gem) = 27795a12d444cc76226d578af3054ff14ff8400ba8552060118a1a12fcc414643207ccd39dfc73bf3e9506f74882f33433962a88f55415b7591ff858627ad9ff
-Size (activemodel-7.1.5.2.gem) = 69632 bytes
+BLAKE2s (activemodel-7.1.6.gem) = d9369207ea0ec882d70b9e7078a6f4e8195273f880f05f15a415d0e510a858c1
+SHA512 (activemodel-7.1.6.gem) = d712a719d86563273108e2af342f275be753127d9437b1075a51e042ceec5dfbd3da23dbf7d4ba8b288a754dc57c5d1505026521a91af39e402d7c5dcb2ee49d
+Size (activemodel-7.1.6.gem) = 69632 bytes

Index: pkgsrc/devel/ruby-activestorage71/distinfo
diff -u pkgsrc/devel/ruby-activestorage71/distinfo:1.11 pkgsrc/devel/ruby-activestorage71/distinfo:1.12
--- pkgsrc/devel/ruby-activestorage71/distinfo:1.11     Thu Aug 14 15:19:03 2025
+++ pkgsrc/devel/ruby-activestorage71/distinfo  Mon Nov  3 08:10:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:03 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:06 taca Exp $
 
-BLAKE2s (activestorage-7.1.5.2.gem) = fce4342dfeb21b1c9dedda8cdcf283b95080d23d1fd350b05fd404a87b2e3fac
-SHA512 (activestorage-7.1.5.2.gem) = c6f17d1129dc771e1d9310ca279f6ae167fe655fd4f6b49cfd5a1f08e5f5dfdd7f37a4a17cb01f4229e5644b606db89ff1d3030b645612cd0a5053e362b733e1
-Size (activestorage-7.1.5.2.gem) = 67584 bytes
+BLAKE2s (activestorage-7.1.6.gem) = a38051d3bbf70dc3ba68cd1f5e67175c291ff9e15a61f84730a0953b57dc9193
+SHA512 (activestorage-7.1.6.gem) = 8628e73e80071495ef7553aa4c54cbb2b1245ae30542e051490ab21c173aa2af88227bf9a837157115c9f4c80f53c2e6b6073032caf4d4b8b3c0098f8ed1e0ca
+Size (activestorage-7.1.6.gem) = 67584 bytes

Index: pkgsrc/devel/ruby-activesupport71/distinfo
diff -u pkgsrc/devel/ruby-activesupport71/distinfo:1.11 pkgsrc/devel/ruby-activesupport71/distinfo:1.12
--- pkgsrc/devel/ruby-activesupport71/distinfo:1.11     Thu Aug 14 15:19:03 2025
+++ pkgsrc/devel/ruby-activesupport71/distinfo  Mon Nov  3 08:10:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:03 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:05 taca Exp $
 
-BLAKE2s (activesupport-7.1.5.2.gem) = 343b4190fdccddeb7687e48ab23291d0ce75dd4d73fe9aae1e1abec059edcf8a
-SHA512 (activesupport-7.1.5.2.gem) = 4a1add87f02f794ff12acaf43330e31b185d9e76f27e8b02b2a5aeefaf8f15b92cc8d933b33a409742d6ae0de620667473911b8cce15e4f1fc62d7bba36e0032
-Size (activesupport-7.1.5.2.gem) = 258560 bytes
+BLAKE2s (activesupport-7.1.6.gem) = 7a49dbcfaa8193be86479a0aadec807b1bdaa9554b1d5aa02d0fc7b50ccecd01
+SHA512 (activesupport-7.1.6.gem) = 69cea8d4bd2db3506670e45baf4a1976236ff5983e5359cc5e80a4386ba762678e5ff6e81a8b0e02327d19d5006ac587b328ef36efb41d139918b06e3f56c7ab
+Size (activesupport-7.1.6.gem) = 258560 bytes

Index: pkgsrc/devel/ruby-railties71/distinfo
diff -u pkgsrc/devel/ruby-railties71/distinfo:1.11 pkgsrc/devel/ruby-railties71/distinfo:1.12
--- pkgsrc/devel/ruby-railties71/distinfo:1.11  Thu Aug 14 15:19:04 2025
+++ pkgsrc/devel/ruby-railties71/distinfo       Mon Nov  3 08:10:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:04 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:06 taca Exp $
 
-BLAKE2s (railties-7.1.5.2.gem) = ad4d2e45abbd5ee97978e2a0c2341bda74b8ab98ea3660dc2b64acba6d4215c6
-SHA512 (railties-7.1.5.2.gem) = 49bca9ecb7deea3694767ec4070daa1f7ed2f526cb0e92c78fb1592915ddca8e83d4fb9a1bcea247332f189b4d6323217d7b6c921b45c9a46bf6ea88949ccef8
-Size (railties-7.1.5.2.gem) = 182272 bytes
+BLAKE2s (railties-7.1.6.gem) = f19598e85d8769bc8e78595bdd350547f9cf66254e5075a3435cbd8e56579db8
+SHA512 (railties-7.1.6.gem) = 3f1eac58c4409f3546b2c0f7910c914819b3b6a7830c0f734402f1abb30ce84f96a587b7dc21428032ea11270c7c05fc5b8be0340741c8a637a6c983bafe48e1
+Size (railties-7.1.6.gem) = 182272 bytes

Index: pkgsrc/lang/ruby/rails.mk
diff -u pkgsrc/lang/ruby/rails.mk:1.183 pkgsrc/lang/ruby/rails.mk:1.184
--- pkgsrc/lang/ruby/rails.mk:1.183     Mon Nov  3 07:53:32 2025
+++ pkgsrc/lang/ruby/rails.mk   Mon Nov  3 08:10:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: rails.mk,v 1.183 2025/11/03 07:53:32 taca Exp $
+# $NetBSD: rails.mk,v 1.184 2025/11/03 08:10:05 taca Exp $
 
 .if !defined(_RUBY_RAILS_MK)
 _RUBY_RAILS_MK=        # defined
@@ -49,7 +49,7 @@ _RUBY_RAILS_MK=       # defined
 #
 RUBY_RAILS61_VERSION?= 6.1.7.10
 RUBY_RAILS70_VERSION?= 7.0.10
-RUBY_RAILS71_VERSION?= 7.1.5.2
+RUBY_RAILS71_VERSION?= 7.1.6
 RUBY_RAILS72_VERSION?= 7.2.2.2
 RUBY_RAILS80_VERSION?= 8.0.3
 

Index: pkgsrc/mail/ruby-actionmailbox71/distinfo
diff -u pkgsrc/mail/ruby-actionmailbox71/distinfo:1.11 pkgsrc/mail/ruby-actionmailbox71/distinfo:1.12
--- pkgsrc/mail/ruby-actionmailbox71/distinfo:1.11      Thu Aug 14 15:19:04 2025
+++ pkgsrc/mail/ruby-actionmailbox71/distinfo   Mon Nov  3 08:10:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:04 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:06 taca Exp $
 
-BLAKE2s (actionmailbox-7.1.5.2.gem) = 6c2773ad315e2b2c02df80fd474adbc9750ac1d0f70b495135971c95931ead2f
-SHA512 (actionmailbox-7.1.5.2.gem) = 6c39953ad2acc06f657a7c8bbdfafb1c53bfccddd319a128bc68b046c26cc21d5217fc1f3e10c49dd1c15481714b984ca5759fcb0c149fefad8d3b285001e38d
-Size (actionmailbox-7.1.5.2.gem) = 22528 bytes
+BLAKE2s (actionmailbox-7.1.6.gem) = add941522fbfd62e8c49e663a41d5be39e3d99b497cadc4820f5d4a2adb9f721
+SHA512 (actionmailbox-7.1.6.gem) = 97c2346fb934593d3d385aed711124afc23451553d358805a3c5d372160547f2d67decc9273463aada6be6ce0029238e9f917503ab63f5f0197ed8e7ef3ffca2
+Size (actionmailbox-7.1.6.gem) = 22528 bytes

Index: pkgsrc/mail/ruby-actionmailer71/distinfo
diff -u pkgsrc/mail/ruby-actionmailer71/distinfo:1.11 pkgsrc/mail/ruby-actionmailer71/distinfo:1.12
--- pkgsrc/mail/ruby-actionmailer71/distinfo:1.11       Thu Aug 14 15:19:04 2025
+++ pkgsrc/mail/ruby-actionmailer71/distinfo    Mon Nov  3 08:10:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:04 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:06 taca Exp $
 
-BLAKE2s (actionmailer-7.1.5.2.gem) = 0f1e6427424241cae6c7d0eff7cc7d4918a395e68e5c3ff99a7fb6a55f700129
-SHA512 (actionmailer-7.1.5.2.gem) = e687ef76f8533b75ed54bf197ed9670fc6edb8527f9ecad4bf725d70e09c8424437d37ea4f285ce6f71aa78a0581fb729086f72b03d6264532d84409d202b38a
-Size (actionmailer-7.1.5.2.gem) = 34304 bytes
+BLAKE2s (actionmailer-7.1.6.gem) = 6645a9b9e18211ca4036a2f1f499e10fa2b2904b781d4e9b7e0f53a83d1ef655
+SHA512 (actionmailer-7.1.6.gem) = faccfcd6d76651ffad06dcd3b4d76b5a9d6935d1bdc11da337e54e2f0c7acf573440fd36e31087d47884f4891ab9f223ff81572df46857380dd2794b1c57fbd1
+Size (actionmailer-7.1.6.gem) = 34304 bytes

Index: pkgsrc/textproc/ruby-actiontext71/distinfo
diff -u pkgsrc/textproc/ruby-actiontext71/distinfo:1.11 pkgsrc/textproc/ruby-actiontext71/distinfo:1.12
--- pkgsrc/textproc/ruby-actiontext71/distinfo:1.11     Thu Aug 14 15:19:04 2025
+++ pkgsrc/textproc/ruby-actiontext71/distinfo  Mon Nov  3 08:10:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:04 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:07 taca Exp $
 
-BLAKE2s (actiontext-7.1.5.2.gem) = 67d3eaf0efd7880afafef68d367f0311d7a891b6db620edad9a16d28f8a5ed36
-SHA512 (actiontext-7.1.5.2.gem) = 70126c002f6aae2f33c8a869d1ad2515c84535509df84677f108d5fa7a431844dde5a68e957b7a4919b47e7b685da93b31f55e9d6634b4999e23b1d8dcd8f1c9
-Size (actiontext-7.1.5.2.gem) = 137216 bytes
+BLAKE2s (actiontext-7.1.6.gem) = 36cc494a0215f8a30a38b27a2dc684a272228ff4b537b6b7186ccfec0978c337
+SHA512 (actiontext-7.1.6.gem) = 22c3d7346c5e2505523d6e854a81574003b40873810cdce095d1d927c6114c6d87b4c5bf1001b121e6a909f2311f20d8e6a6751dfb3235caa597be66e4d7f5ff
+Size (actiontext-7.1.6.gem) = 137216 bytes

Index: pkgsrc/www/ruby-actioncable71/distinfo
diff -u pkgsrc/www/ruby-actioncable71/distinfo:1.11 pkgsrc/www/ruby-actioncable71/distinfo:1.12
--- pkgsrc/www/ruby-actioncable71/distinfo:1.11 Thu Aug 14 15:19:04 2025
+++ pkgsrc/www/ruby-actioncable71/distinfo      Mon Nov  3 08:10:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:04 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:06 taca Exp $
 
-BLAKE2s (actioncable-7.1.5.2.gem) = d3433ae77df2665bf46b34d4eeb7846360e732b6d3e9350af852205cb23b3745
-SHA512 (actioncable-7.1.5.2.gem) = af56cd787787e8de8581112731fca8147c082ca7d6d41b8bec12eae14fcbf971c7832bf3eea3a8a4f7d9c96c4907bf2e5efe8976df4d567e0bd8cd19917d4fa9
-Size (actioncable-7.1.5.2.gem) = 48128 bytes
+BLAKE2s (actioncable-7.1.6.gem) = 62c01516d5db468fc09daf5cd339b213f9a36a1f21d123bf40e3e5a9e3369175
+SHA512 (actioncable-7.1.6.gem) = 8ac8ee806b32e1047adce1535224426c8e1862655556b867cd9fc57cdccce8f08d481b4f92c4d18438664fa5abacf14870a9cd1443976354012ae154f2efd4cf
+Size (actioncable-7.1.6.gem) = 48128 bytes

Index: pkgsrc/www/ruby-actionpack71/distinfo
diff -u pkgsrc/www/ruby-actionpack71/distinfo:1.11 pkgsrc/www/ruby-actionpack71/distinfo:1.12
--- pkgsrc/www/ruby-actionpack71/distinfo:1.11  Thu Aug 14 15:19:03 2025
+++ pkgsrc/www/ruby-actionpack71/distinfo       Mon Nov  3 08:10:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:03 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:06 taca Exp $
 
-BLAKE2s (actionpack-7.1.5.2.gem) = f5493634e8a993625e9525159e1b67ce70778d422151eb1b1d61fcd8214e34be
-SHA512 (actionpack-7.1.5.2.gem) = 98284159759edc40d5d771b803d2209f09fc1d27052998041cf4f1ecc7baf299b264f5bc544a67e33ac2c5a2f4ffcd9ee9d89bb9345224d760b2fec12434884a
-Size (actionpack-7.1.5.2.gem) = 246272 bytes
+BLAKE2s (actionpack-7.1.6.gem) = 343f461b696b97c64138fcff7131e8f3d511313e584bb2b99e7d1291eecc2fa6
+SHA512 (actionpack-7.1.6.gem) = bcd3a5dcf84978f57e48876cf4d19a904d1f385feea52932c199c24fc4458cc112451e4cd9fba9a5c520db41de1e7224412f21a853b17ed021c465eb00fc9fde
+Size (actionpack-7.1.6.gem) = 246272 bytes

Index: pkgsrc/www/ruby-actionview71/distinfo
diff -u pkgsrc/www/ruby-actionview71/distinfo:1.11 pkgsrc/www/ruby-actionview71/distinfo:1.12
--- pkgsrc/www/ruby-actionview71/distinfo:1.11  Thu Aug 14 15:19:03 2025
+++ pkgsrc/www/ruby-actionview71/distinfo       Mon Nov  3 08:10:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:03 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:06 taca Exp $
 
-BLAKE2s (actionview-7.1.5.2.gem) = a959b97c0a84eff5981d70bc2db17beb0a611f59b7b0e447c11e74feff8d8c0a
-SHA512 (actionview-7.1.5.2.gem) = 4d3e970d060db42ec6c56e0b7134ec3de18b286b27fe223201b579b54fc81825a92c7bed21c4891951b46b61cb1e4bb0f947b6897efdb4eed1f9d0f09c0b69fc
-Size (actionview-7.1.5.2.gem) = 188416 bytes
+BLAKE2s (actionview-7.1.6.gem) = e7a5c1822feb4795654a3f3ce63f6bde05485ef12a50639c14552421f4e2debe
+SHA512 (actionview-7.1.6.gem) = 7d4b6d7c8d2eecbe56ddb530bef30c7d9c261a5af7f321ce42d69f7fddc85650ad6f68a16ae14ea168e36a8e2e2b9d02c1c62cede35429df28ae13da682baf20
+Size (actionview-7.1.6.gem) = 188416 bytes

Index: pkgsrc/www/ruby-rails71/distinfo
diff -u pkgsrc/www/ruby-rails71/distinfo:1.11 pkgsrc/www/ruby-rails71/distinfo:1.12
--- pkgsrc/www/ruby-rails71/distinfo:1.11       Thu Aug 14 15:19:04 2025
+++ pkgsrc/www/ruby-rails71/distinfo    Mon Nov  3 08:10:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/14 15:19:04 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/11/03 08:10:07 taca Exp $
 
-BLAKE2s (rails-7.1.5.2.gem) = 107ff53dbdf769626aa2fe3486c3dc46cafea9f644a582c23e068192486c9074
-SHA512 (rails-7.1.5.2.gem) = 6f8969916aeab34601d1ca5c036fa0dbf8db5f0e62a3416e586f71b6476ee761ed80da88d42917a53bcadd8e9a28ff92132b0e572a35b9d2ef0889201d6090cd
-Size (rails-7.1.5.2.gem) = 7168 bytes
+BLAKE2s (rails-7.1.6.gem) = 875e8d652f24e6a7ec46bb74e723f37542834a073dcb3ba21fbb9d9e45c88715
+SHA512 (rails-7.1.6.gem) = 103f8b7a575061d6744e8b795d8c2400529591f38d966701e377df9d9b529181d17396f78c1cd89981d14483242b2e84beef77a15802b6fa49e20217e2a4d295
+Size (rails-7.1.6.gem) = 7168 bytes



Home | Main Index | Thread Index | Old Index