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: Thu Jan 19 14:34:27 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: Makefile distinfo
pkgsrc/www/ruby-actionview70: distinfo
pkgsrc/www/ruby-rails70: distinfo
Log Message:
www/ruby-rails70: update to 7.0.4.1
Rails 7.0.4.1 (2023-01-17)
devel/ruby-activesupport70
* Avoid regex backtracking in Inflector.underscore
[CVE-2023-22796]
www/ruby-actionpack70
* Fix sec issue with _url_host_allowed?
Disallow certain strings from `_url_host_allowed?` to avoid a redirect
to malicious sites.
[CVE-2023-22797]
* Avoid regex backtracking on If-None-Match header
[CVE-2023-22795]
* Use string#split instead of regex for domain parts
[CVE-2023-22792]
databases/ruby-activerecord70
* 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]
* Added integer width check to PostgreSQL::Quoting
Given a value outside the range for a 64bit signed integer type
PostgreSQL will treat the column type as numeric. Comparing
integer values against numeric values can result in a slow
sequential scan.
This behavior is configurable via
ActiveRecord::Base.raise_int_wider_than_64bit which defaults to true.
[CVE-2022-44566]
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/ruby-activerecord70/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-activejob70/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-activemodel70/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-activestorage70/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-activesupport70/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-railties70/distinfo
cvs rdiff -u -r1.139 -r1.140 pkgsrc/lang/ruby/rails.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/ruby-actionmailbox70/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/ruby-actionmailer70/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/ruby-actiontext70/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-actioncable70/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-actionpack70/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-actionpack70/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-actionview70/distinfo
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/databases/ruby-activerecord70/distinfo:1.9
--- pkgsrc/databases/ruby-activerecord70/distinfo:1.8 Sat Sep 10 12:45:48 2022
+++ pkgsrc/databases/ruby-activerecord70/distinfo Thu Jan 19 14:34:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:45:48 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:26 taca Exp $
-BLAKE2s (activerecord-7.0.4.gem) = ac1552d7801acfaa7edca7a90c9d03873b13cf99612f2e2d467fb9f5e3e03337
-SHA512 (activerecord-7.0.4.gem) = 95586e7dde5bd4b339213f979099dae2ab03e5c4d85d275792fd84e58801069ca466dc13c2ef7a19fb3865523491a8b264c5998ffeecf5e7b09fd37e99da66f9
-Size (activerecord-7.0.4.gem) = 476160 bytes
+BLAKE2s (activerecord-7.0.4.1.gem) = f11741831453b708a02605a4017d0b8c3c12142652abe6ca4146a9dadc65c9d4
+SHA512 (activerecord-7.0.4.1.gem) = 32b3b365f30198a93c36b28daf290a6f0b46ff7ed4647b134f89764b64d2f76158075bca4efd78c385da4979a531d1c85a1b1128919c804ba6e70f2b4c509962
+Size (activerecord-7.0.4.1.gem) = 477184 bytes
Index: pkgsrc/devel/ruby-activejob70/distinfo
diff -u pkgsrc/devel/ruby-activejob70/distinfo:1.8 pkgsrc/devel/ruby-activejob70/distinfo:1.9
--- pkgsrc/devel/ruby-activejob70/distinfo:1.8 Sat Sep 10 12:43:58 2022
+++ pkgsrc/devel/ruby-activejob70/distinfo Thu Jan 19 14:34:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:43:58 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:26 taca Exp $
-BLAKE2s (activejob-7.0.4.gem) = bc15ed7c8406aa07d877b4f632e974ebf8332ebc282178829108799374d8a369
-SHA512 (activejob-7.0.4.gem) = bece7af9af747c2d791e1a70f5dbdbab4123bf5357c5cd40079d42717663ebb62b23e9132e9e255d626be28d1d20292b23d73251b95055beb85e6eb49a9fbac5
-Size (activejob-7.0.4.gem) = 33280 bytes
+BLAKE2s (activejob-7.0.4.1.gem) = d8976476e94afe70966f8333e4d30df1d5a7ecc1387905dafe5372f6cdc02dc6
+SHA512 (activejob-7.0.4.1.gem) = 4a4c6dbb324b54ea2627f7666f5fbda93bf34c825d2fc30b3737a56c56ecd849c2908818dacd73456f9f2eb3dd52fc9d400dd3ae1e447db6a510291d50649fa9
+Size (activejob-7.0.4.1.gem) = 33280 bytes
Index: pkgsrc/devel/ruby-activemodel70/distinfo
diff -u pkgsrc/devel/ruby-activemodel70/distinfo:1.8 pkgsrc/devel/ruby-activemodel70/distinfo:1.9
--- pkgsrc/devel/ruby-activemodel70/distinfo:1.8 Sat Sep 10 12:43:04 2022
+++ pkgsrc/devel/ruby-activemodel70/distinfo Thu Jan 19 14:34:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:43:04 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:26 taca Exp $
-BLAKE2s (activemodel-7.0.4.gem) = e531e5b449bd49fc583fc92c6add43354b2d684fafb2098ddf01c196eeca9973
-SHA512 (activemodel-7.0.4.gem) = 0e4450310a565a826aacdd38c0575ce8c5d332f0ea92795c3ead3fc929ee05a233457764d9c42d50936adff5cf3e8b11c1721cd584b575c2d26cbb46286931cf
-Size (activemodel-7.0.4.gem) = 61440 bytes
+BLAKE2s (activemodel-7.0.4.1.gem) = 4a8f471f552e329fadbe52966e143b27b5d357a2a331b934c7b508cfccba0333
+SHA512 (activemodel-7.0.4.1.gem) = 70e89b9e54864da3d3f3fdceaa57837ca7ad565fc700d7d29b6588e019adaf43cdc4189442371733a1d6a56d7ee4323f59e05b1ae937da477fb3607639c51839
+Size (activemodel-7.0.4.1.gem) = 61440 bytes
Index: pkgsrc/devel/ruby-activestorage70/distinfo
diff -u pkgsrc/devel/ruby-activestorage70/distinfo:1.8 pkgsrc/devel/ruby-activestorage70/distinfo:1.9
--- pkgsrc/devel/ruby-activestorage70/distinfo:1.8 Sat Sep 10 12:46:12 2022
+++ pkgsrc/devel/ruby-activestorage70/distinfo Thu Jan 19 14:34:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:46:12 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:26 taca Exp $
-BLAKE2s (activestorage-7.0.4.gem) = 4ca86e14af0ac67ce0d2fa50c785cd0e36c924757460d91afe05898c60b46bb1
-SHA512 (activestorage-7.0.4.gem) = fc30ddb0222a978112a43e363174a42d21bf8ed034a1a9e461c6b2e2c43d3076f1938395916320c3930f0598bd7004643f2b512ca2bff018a5e568da44aeaf26
-Size (activestorage-7.0.4.gem) = 65536 bytes
+BLAKE2s (activestorage-7.0.4.1.gem) = 64535d2c72f1205928a0b7e3e90c0e91b8cd999fcac2f004c83e6ee0ce8f5c1e
+SHA512 (activestorage-7.0.4.1.gem) = f2d2894070fb51646577a0b3e870e901c379682e4be64949d681894570a2021b250753bcae88f0787e99855b982d741f3a6a361116260e363356d8f7f92693a6
+Size (activestorage-7.0.4.1.gem) = 65536 bytes
Index: pkgsrc/devel/ruby-activesupport70/distinfo
diff -u pkgsrc/devel/ruby-activesupport70/distinfo:1.8 pkgsrc/devel/ruby-activesupport70/distinfo:1.9
--- pkgsrc/devel/ruby-activesupport70/distinfo:1.8 Sat Sep 10 12:41:51 2022
+++ pkgsrc/devel/ruby-activesupport70/distinfo Thu Jan 19 14:34:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:41:51 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:25 taca Exp $
-BLAKE2s (activesupport-7.0.4.gem) = 7b10d729eab6f9be346456954eb3c487981769beac8869008c14001166a312d0
-SHA512 (activesupport-7.0.4.gem) = 54859a1cccda0940a91be3be8a68087a4cb8ae6f5850dc3ae92bb79a722b04f34a5d9a61456146c2d7c994e95cd5f1b40c16766e0ef54828acc91edb5aba1d2b
-Size (activesupport-7.0.4.gem) = 224256 bytes
+BLAKE2s (activesupport-7.0.4.1.gem) = ebc65a0714449d192a1bff298958564482f4832a033d374006551f95f5c9bf91
+SHA512 (activesupport-7.0.4.1.gem) = e2d9ce2b9a37f1e2c6c2c03dca6e475121a1001c90d2135f0b109ea108ce16b2b1a06a0db5271a2a7ab4a64c6c93034dc7b1a05a978dfecc86345a2da94628a5
+Size (activesupport-7.0.4.1.gem) = 224256 bytes
Index: pkgsrc/devel/ruby-railties70/distinfo
diff -u pkgsrc/devel/ruby-railties70/distinfo:1.8 pkgsrc/devel/ruby-railties70/distinfo:1.9
--- pkgsrc/devel/ruby-railties70/distinfo:1.8 Sat Sep 10 12:47:47 2022
+++ pkgsrc/devel/ruby-railties70/distinfo Thu Jan 19 14:34:27 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:47:47 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:27 taca Exp $
-BLAKE2s (railties-7.0.4.gem) = 18611ced7a36cfa36f40da7b2515a1107c341ce237f980e9cfe8daeb44358a4e
-SHA512 (railties-7.0.4.gem) = ce7a7b32114f3a92aa736840133937f8f35820201aecf5d541cee1cc243ef4ebccf84bd4f0ae47b290a6ba3e865728486d5d163352b08e615e9365887da228e8
-Size (railties-7.0.4.gem) = 160768 bytes
+BLAKE2s (railties-7.0.4.1.gem) = 2bcae9380fffaa1ee0934d7dfd04de94ce12e639af07f909a23bbcdc381be421
+SHA512 (railties-7.0.4.1.gem) = c1be23b04bd2242502d1359c003d25b725eb6f5da8dc91f47ef0c6985f9cbebf51ba8e90d8f1f95a06b963ee43e12ab2c9b96f253227a2022865472451067ccb
+Size (railties-7.0.4.1.gem) = 160768 bytes
Index: pkgsrc/lang/ruby/rails.mk
diff -u pkgsrc/lang/ruby/rails.mk:1.139 pkgsrc/lang/ruby/rails.mk:1.140
--- pkgsrc/lang/ruby/rails.mk:1.139 Thu Jan 19 14:31:09 2023
+++ pkgsrc/lang/ruby/rails.mk Thu Jan 19 14:34:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: rails.mk,v 1.139 2023/01/19 14:31:09 taca Exp $
+# $NetBSD: rails.mk,v 1.140 2023/01/19 14:34:25 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.1
-RUBY_RAILS70_VERSION?= 7.0.4
+RUBY_RAILS70_VERSION?= 7.0.4.1
RUBY_RAILS_ACCEPTED?= # empty
RUBY_RAILS_DEFAULT?= 52
Index: pkgsrc/mail/ruby-actionmailbox70/distinfo
diff -u pkgsrc/mail/ruby-actionmailbox70/distinfo:1.8 pkgsrc/mail/ruby-actionmailbox70/distinfo:1.9
--- pkgsrc/mail/ruby-actionmailbox70/distinfo:1.8 Sat Sep 10 12:47:02 2022
+++ pkgsrc/mail/ruby-actionmailbox70/distinfo Thu Jan 19 14:34:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:47:02 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:26 taca Exp $
-BLAKE2s (actionmailbox-7.0.4.gem) = 4403805d6dffe9711551ab5f6610a3dd5b09df43de4466f2d18744b0ed7fcafa
-SHA512 (actionmailbox-7.0.4.gem) = 2bfbad2567effde522fdcc5681f4c77b32f6a08b90e877b84f94aa630140a0ec3a0535e28fd2141aa24b38b877dabe19f41d59d84a40f5902ced570d6a5f80eb
-Size (actionmailbox-7.0.4.gem) = 22016 bytes
+BLAKE2s (actionmailbox-7.0.4.1.gem) = fa01f6b35feaf197d82247b2724001e3f1e71e8ea6b4452e254b7d17d32c756c
+SHA512 (actionmailbox-7.0.4.1.gem) = 931e5945f994da52dc5366307eb958384240a95a6706abf0b2b4dc97b0ea2df7d6b5b161823accb4aa0464269c682a51e3eecb8b7fe3171937243302a9de989e
+Size (actionmailbox-7.0.4.1.gem) = 22016 bytes
Index: pkgsrc/mail/ruby-actionmailer70/distinfo
diff -u pkgsrc/mail/ruby-actionmailer70/distinfo:1.8 pkgsrc/mail/ruby-actionmailer70/distinfo:1.9
--- pkgsrc/mail/ruby-actionmailer70/distinfo:1.8 Sat Sep 10 12:46:38 2022
+++ pkgsrc/mail/ruby-actionmailer70/distinfo Thu Jan 19 14:34:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:46:38 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:26 taca Exp $
-BLAKE2s (actionmailer-7.0.4.gem) = 99c04ed5233a035716bf75a6f8ffa96218e3813f9a0acfb93c8ea76b1b78735f
-SHA512 (actionmailer-7.0.4.gem) = e03a7eb7928c09187786daed0fa357440070fe9bed7ce02922eb05c95e6f41d18627a0bfdff073fb8c7654e38dfe492bc8232101875ee650d19f286c30e8e7dc
-Size (actionmailer-7.0.4.gem) = 30720 bytes
+BLAKE2s (actionmailer-7.0.4.1.gem) = 7c9aeb63c14c296ff78c503fd07217b2faf9dbc16cbe290d94b53934c90eb5c7
+SHA512 (actionmailer-7.0.4.1.gem) = cda706f1834e0cfcc7d59f2454f22b2176593982bf5604b1c64a3f37b38af6cc309063d19bb166f8bd361001646020e7027432967f99318329ca7c72f3c64ca9
+Size (actionmailer-7.0.4.1.gem) = 30720 bytes
Index: pkgsrc/textproc/ruby-actiontext70/distinfo
diff -u pkgsrc/textproc/ruby-actiontext70/distinfo:1.8 pkgsrc/textproc/ruby-actiontext70/distinfo:1.9
--- pkgsrc/textproc/ruby-actiontext70/distinfo:1.8 Sat Sep 10 12:48:10 2022
+++ pkgsrc/textproc/ruby-actiontext70/distinfo Thu Jan 19 14:34:27 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:48:10 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:27 taca Exp $
-BLAKE2s (actiontext-7.0.4.gem) = 0910fa7e8dbb40b86756ba906637c571aacae32b2d077594e6165fff09bd8ac3
-SHA512 (actiontext-7.0.4.gem) = 172dc16ef50266ec985d18b99b9c9e69132cd7afe93f8c5afc3ee8f5c224b906f46f54b191bcfdcc9ed1cf2a782f10d7572d3988df6e54b9e2a289ebd5f77c10
-Size (actiontext-7.0.4.gem) = 92160 bytes
+BLAKE2s (actiontext-7.0.4.1.gem) = 8b8bb2845ea045e069e943b3239cdcf808068dcb3e0aa1c55d1768e365597eaf
+SHA512 (actiontext-7.0.4.1.gem) = 00c57c2b505fa5ed9c77bab9298b911bc048f6328c8d805245eb1b757d25eb7ec9d5905757064db6ced643e75478288fb9c9e3c27a4773ee637dfe61cfa4b9fc
+Size (actiontext-7.0.4.1.gem) = 92160 bytes
Index: pkgsrc/www/ruby-actioncable70/distinfo
diff -u pkgsrc/www/ruby-actioncable70/distinfo:1.8 pkgsrc/www/ruby-actioncable70/distinfo:1.9
--- pkgsrc/www/ruby-actioncable70/distinfo:1.8 Sat Sep 10 12:47:25 2022
+++ pkgsrc/www/ruby-actioncable70/distinfo Thu Jan 19 14:34:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:47:25 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:26 taca Exp $
-BLAKE2s (actioncable-7.0.4.gem) = caa756908a3399527f511def7bcee122b3bf282eb3639a96a2a18df401c52390
-SHA512 (actioncable-7.0.4.gem) = a713080401a8d3254945f2830ac0257872c69c65847bf911c162c5e81ead341f09f740a069d848891600b719ed37dc5f460ac4f339169e119316ef8eed4c4c62
-Size (actioncable-7.0.4.gem) = 44032 bytes
+BLAKE2s (actioncable-7.0.4.1.gem) = 5e9d2e6746ea3d5f2f5a8fbe6bd777e848110ef7fface23340983ee7e63ecfce
+SHA512 (actioncable-7.0.4.1.gem) = 8b561122ff98f5a1888eabd3a22d9ea7bfbd1bfd0da5e27588ccbfe178e2d1b8e9a2cf5ad07a8771e3801c996e58a3177ea3a1980ada5405c608c8d54cf23d3c
+Size (actioncable-7.0.4.1.gem) = 44032 bytes
Index: pkgsrc/www/ruby-actionpack70/Makefile
diff -u pkgsrc/www/ruby-actionpack70/Makefile:1.5 pkgsrc/www/ruby-actionpack70/Makefile:1.6
--- pkgsrc/www/ruby-actionpack70/Makefile:1.5 Wed Jan 4 15:22:02 2023
+++ pkgsrc/www/ruby-actionpack70/Makefile Thu Jan 19 14:34:26 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/01/04 15:22:02 taca Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/19 14:34:26 taca Exp $
DISTNAME= actionpack-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-${RAILS_VERSION}
-PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-actionpack70/distinfo
diff -u pkgsrc/www/ruby-actionpack70/distinfo:1.8 pkgsrc/www/ruby-actionpack70/distinfo:1.9
--- pkgsrc/www/ruby-actionpack70/distinfo:1.8 Sat Sep 10 12:45:13 2022
+++ pkgsrc/www/ruby-actionpack70/distinfo Thu Jan 19 14:34:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:45:13 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:26 taca Exp $
-BLAKE2s (actionpack-7.0.4.gem) = a30bcdd148e5e033641f0e43c2328a344978293254dcf83a25b6bcb9dc8ba4df
-SHA512 (actionpack-7.0.4.gem) = c73c2d756d97154d4e70d590b2757cc1cfbc5eef5c7d92af40109e0c3075cd8f94563ff656e1f3f8af4d25188aaf8e577ce51a172cb5ad3a494d4d2515954ad3
-Size (actionpack-7.0.4.gem) = 231424 bytes
+BLAKE2s (actionpack-7.0.4.1.gem) = 459e0a7d06831ba379249f9f5e6acb3b82a9b241515287b2567b9100e693dd06
+SHA512 (actionpack-7.0.4.1.gem) = e446136635ae9d355dbe705926eea2338ba8c94ba85e879f59ea6234e19fc5930756a0b84b69f29bbef662c22d22ec3b791f5cb8e654a85e80697f16bcc4cb6e
+Size (actionpack-7.0.4.1.gem) = 231424 bytes
Index: pkgsrc/www/ruby-actionview70/distinfo
diff -u pkgsrc/www/ruby-actionview70/distinfo:1.8 pkgsrc/www/ruby-actionview70/distinfo:1.9
--- pkgsrc/www/ruby-actionview70/distinfo:1.8 Sat Sep 10 12:44:34 2022
+++ pkgsrc/www/ruby-actionview70/distinfo Thu Jan 19 14:34:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:44:34 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:26 taca Exp $
-BLAKE2s (actionview-7.0.4.gem) = 49316cb09d89eccd8db9a7e5bca35e70ac6d7a245e6889eb18adc897e9467d17
-SHA512 (actionview-7.0.4.gem) = 5281bb2dc4e7f5ce63bd5f6f20672693924752d0c7bdbcd44b6b52b479a6ca39a186f99401b47240968b4f01d492db67cc27a2b4ba20d33383e7051876a8e729
-Size (actionview-7.0.4.gem) = 179200 bytes
+BLAKE2s (actionview-7.0.4.1.gem) = 07cb469e99a1cac77bc0415e4cfe3a07db751527b3ff966b24d93ff7739d7295
+SHA512 (actionview-7.0.4.1.gem) = 4192de3db5f6db4ac5ba6a2267f1d230c7100af25f451cd39c12bb31d58f55a58bc67edc23b022b4b5ed7c5387cea980e388760d59cbbb9bd61791172f827042
+Size (actionview-7.0.4.1.gem) = 179200 bytes
Index: pkgsrc/www/ruby-rails70/distinfo
diff -u pkgsrc/www/ruby-rails70/distinfo:1.8 pkgsrc/www/ruby-rails70/distinfo:1.9
--- pkgsrc/www/ruby-rails70/distinfo:1.8 Sat Sep 10 12:49:39 2022
+++ pkgsrc/www/ruby-rails70/distinfo Thu Jan 19 14:34:27 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/09/10 12:49:39 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/01/19 14:34:27 taca Exp $
-BLAKE2s (rails-7.0.4.gem) = fd2407d994aa4d4c1b73d81fd8fe720f08a05ace4fccded25c80d4a849a517b2
-SHA512 (rails-7.0.4.gem) = 2df3363df5f380dc9d0cf8e19985f07f20bb2a5e1c50f776636b2d53e3415333490201ab5600a52bf878391de411344ff8c8d43c93a2aba243dd0be3ee1a3a05
-Size (rails-7.0.4.gem) = 6656 bytes
+BLAKE2s (rails-7.0.4.1.gem) = ffb6688b1e7c920dd941202636ff993f00f868c03c04d551f413bda12a3ce554
+SHA512 (rails-7.0.4.1.gem) = 265e77df4fafd3acf0d327497564a1db6331663b21693f67d2517465419f08b12596369de87bce6b6c4a464be4ff52466d9d27da0d41891472fd8b0379e9fe45
+Size (rails-7.0.4.1.gem) = 6656 bytes
Home |
Main Index |
Thread Index |
Old Index