summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-07-13 14:44:08 +0000
committertaca <taca@pkgsrc.org>2022-07-13 14:44:08 +0000
commitb901e521bec1e116801714b1f5cb131f5d72cb34 (patch)
treed911f8f33fc0e3c097444402f18282be4e16ac1e /textproc
parentcdfe1aa67e8978ac27ae951e7ba7260206569b56 (diff)
downloadpkgsrc-b901e521bec1e116801714b1f5cb131f5d72cb34.tar.gz
www/ruby-rails60: update to 6.0.5.1
Rails 6.0.5.1 (2022-07-12) updates databases/ruby-activerecord60 only. databases/ruby-activerecord60 * Change ActiveRecord::Coders::YAMLColumn default to safe_load This adds two new configuration options The configuration options are as follows: o config.active_storage.use_yaml_unsafe_load When set to true, this configuration option tells Rails to use the old "unsafe" YAML loading strategy, maintaining the existing behavior but leaving the possible escalation vulnerability in place. Setting this option to true is *not* recommended, but can aid in upgrading. o config.active_record.yaml_column_permitted_classes The "safe YAML" loading method does not allow all classes to be deserialized by default. This option allows you to specify classes deemed "safe" in your application. For example, if your application uses Symbol and Time in serialized data, you can add Symbol and Time to the allowed list as follows: config.active_record.yaml_column_permitted_classes = [Symbol, Date, Time] [CVE-2022-32224]
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-actiontext60/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ruby-actiontext60/distinfo b/textproc/ruby-actiontext60/distinfo
index 5e42630278b..097d73abb75 100644
--- a/textproc/ruby-actiontext60/distinfo
+++ b/textproc/ruby-actiontext60/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/06/07 14:59:21 taca Exp $
+$NetBSD: distinfo,v 1.19 2022/07/13 14:44:10 taca Exp $
-BLAKE2s (actiontext-6.0.5.gem) = 221a97774bcec0c0d8cacb7bca63d29c56ca0ef2a8d37d42561d4f2a55c49ba3
-SHA512 (actiontext-6.0.5.gem) = caa11d9d5e4cea196bf541a36cb7ac121cd33d425221f1b35f64421ab7a44b93b79198ba5947fdf172ccd4dac443345812d1a6387ab956897a0c8455f32c3bad
-Size (actiontext-6.0.5.gem) = 17920 bytes
+BLAKE2s (actiontext-6.0.5.1.gem) = 4f22a2737e8c3a13c62eab07592c12fc7f6efece71648e57b05a48dde8806e99
+SHA512 (actiontext-6.0.5.1.gem) = 85af53c77955a87d35d3c6f199859fa9bd9ef0f24ccc0af62a8e2e8ae98fd0db82becc89e93703624eb0f1e8862b54bbf71945cd001797fd19a48e6e29a7a4a2
+Size (actiontext-6.0.5.1.gem) = 17920 bytes