--- - branch: pkgsrc-2021Q4 date: Thu Mar 3 19:32:34 UTC 2022 files: - new: 1.1.2.1 old: '1.1' path: pkgsrc/databases/ruby-activerecord70/distinfo pathrev: pkgsrc/databases/ruby-activerecord70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/devel/ruby-activejob70/distinfo pathrev: pkgsrc/devel/ruby-activejob70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/devel/ruby-activemodel70/distinfo pathrev: pkgsrc/devel/ruby-activemodel70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/devel/ruby-activestorage70/distinfo pathrev: pkgsrc/devel/ruby-activestorage70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/devel/ruby-activesupport70/distinfo pathrev: pkgsrc/devel/ruby-activesupport70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/devel/ruby-railties70/distinfo pathrev: pkgsrc/devel/ruby-railties70/distinfo@1.1.2.1 type: modified - new: 1.109.2.4 old: 1.109.2.3 path: pkgsrc/lang/ruby/rails.mk pathrev: pkgsrc/lang/ruby/rails.mk@1.109.2.4 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/mail/ruby-actionmailbox70/distinfo pathrev: pkgsrc/mail/ruby-actionmailbox70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/mail/ruby-actionmailer70/distinfo pathrev: pkgsrc/mail/ruby-actionmailer70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/textproc/ruby-actiontext70/distinfo pathrev: pkgsrc/textproc/ruby-actiontext70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/www/ruby-actioncable70/distinfo pathrev: pkgsrc/www/ruby-actioncable70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/www/ruby-actionpack70/distinfo pathrev: pkgsrc/www/ruby-actionpack70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/www/ruby-actionview70/distinfo pathrev: pkgsrc/www/ruby-actionview70/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/www/ruby-rails70/distinfo pathrev: pkgsrc/www/ruby-rails70/distinfo@1.1.2.1 type: modified id: 20220303T193234Z.eaf0a0a33635f592f6433ad24b098467fc342e02 log: "Pullup ticket #6594 - requested by taca\nwww/ruby-rails70: security fix\n\nRevisions pulled up:\n- databases/ruby-activerecord70/distinfo 1.2-1.3\n- devel/ruby-activejob70/distinfo 1.2-1.3\n- devel/ruby-activemodel70/distinfo \ 1.2-1.3\n- devel/ruby-activestorage70/PLIST 1.2\n- devel/ruby-activestorage70/distinfo 1.2-1.3\n- devel/ruby-activesupport70/distinfo \ 1.2-1.3\n- devel/ruby-railties70/distinfo 1.2-1.3\n- lang/ruby/rails.mk 1.110,1.114\n- mail/ruby-actionmailbox70/distinfo \ 1.2-1.3\n- mail/ruby-actionmailer70/distinfo 1.2-1.3\n- textproc/ruby-actiontext70/distinfo 1.2-1.3\n- www/ruby-actioncable70/distinfo \ 1.2-1.3\n- www/ruby-actionpack70/distinfo 1.2-1.3\n- www/ruby-actionview70/distinfo 1.2-1.3\n- www/ruby-rails70/distinfo \ 1.2-1.3\n\n---\n Module Name:\tpkgsrc\n \ Committed By:\ttaca\n Date:\t\tSun Jan 16 14:02:54 UTC 2022\n\n Modified Files:\n \tpkgsrc/lang/ruby: rails.mk\n\n Log Message:\n lang/ruby: start update of Ruby on Rails 7.0.1\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n \ Date:\t\tSun Jan 16 14:05:14 UTC 2022\n\n Modified Files:\n \tpkgsrc/devel/ruby-activesupport70: distinfo\n\n Log Message:\n devel/ruby-activesupport70: update to 7.0.1\n\n \ 7.0.1 (2021-01-06)\n\n * Fix Class#descendants and DescendantsTracker#descendants compatibilit=\n y\n with Ruby 3.1.\n\n The native Class#descendants was reverted prior to Ruby 3.1 release, =\n but\n Class#subclasses was kept, breaking the feature detection.\n\n Jean Boussier\n\n---\n Module Name:\tpkgsrc\n \ Committed By:\ttaca\n Date:\t\tSun Jan 16 14:05:44 UTC 2022\n\n Modified Files:\n \tpkgsrc/devel/ruby-activemodel70: distinfo\n\n Log Message:\n devel/ruby-activemodel70: update to 7.0.1\n\n 7.0.1 (2021-01-06)\n\n * No change.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Jan 16 14:06:14 UTC 2022\n\n \ Modified Files:\n \tpkgsrc/devel/ruby-activejob70: distinfo\n\n Log Message:\n \ devel/ruby-activejob70: update to 7.0.1\n\n 7.0.1 (2021-01-06)\n\n * Allow testing discard_on/retry_on ActiveJob::DeserializationError\n\n Previously in perform_enqueued_jobs, deserialize_arguments_if_needed\n was called before calling perform_now. When a record no longer\n exists and is serialized using GlobalID this led to raising an\n ActiveJob::DeserializationError before reaching perform_now call.\n This behaviour makes difficult testing the job discard_on/retry_on\n \ logic.\n\n Now deserialize_arguments_if_needed call is postponed to when\n \ perform_now is called.\n\n Example:\n\n \tclass UpdateUserJob < ActiveJob::Base\n \ \t discard_on ActiveJob::DeserializationError\n\n \t def perform(user)\n \ \t # ...\n \t end\n \tend\n\n \t# In the test\n \tUser.destroy_all\n \ \tassert_nothing_raised do\n \t perform_enqueued_jobs only: UpdateUserJob\n \ \tend\n\n Jacopo Beschi\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n \ Date:\t\tSun Jan 16 14:06:39 UTC 2022\n\n Modified Files:\n \tpkgsrc/www/ruby-actionview70: distinfo\n\n Log Message:\n devel/ruby-actionview70: update to 7.0.1\n\n 7.0.1 (2021-01-06)\n\n * Fix button_to to work with a hash parameter as URL.\n\n MingyuanQin\n\n \ * Fix link_to with a model passed as an argument twice.\n\n Alex Ghiculescu\n\n---\n \ Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Jan 16 14:07:02 UTC 2022\n\n Modified Files:\n \tpkgsrc/www/ruby-actionpack70: distinfo\n\n \ Log Message:\n devel/ruby-actionpack70: update to 7.0.1\n\n 7.0.1 (2021-01-06)\n\n \ * Fix ActionController::Parameters methods to keep the original logger\n context when creating a new copy of the original object.\n\n Yutaka Kamei\n\n---\n \ Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Jan 16 14:07:29 UTC 2022\n\n Modified Files:\n \tpkgsrc/databases/ruby-activerecord70: distinfo\n\n \ Log Message:\n databases/ruby-activerecord70: update to 7.0.1\n\n 7.0.1 (2021-01-06)\n\n * Change QueryMethods#in_order_of to drop records not listed in values.=\n\n in_order_of now filters down to the values provided, to match the\n behavior of the Enumerable version.\n\n Kevin Newton\n\n * Allow named expression indexes to be revertible.\n\n Previously, the following code would raise an error in a reversible\n migration executed while rolling back, due to the index name not\n being used in the index removal.\n\n \tadd_index(:settings, \"(data->'property')\", using: :gin, name: :index_s=\n ettings_data_property)\n\n \ Fixes #43331.\n\n Oliver G=FCnther\n\n * Better error messages when association name is invalid in the\n argument of ActiveRecord::QueryMethods::WhereChain#missing.\n\n \ ykpythemind\n\n * Fix ordered migrations for single db in multi db environment.\n\n \ Himanshu\n\n * Extract on update CURRENT_TIMESTAMP for mysql2 adapter.\n\n \ Kazuhiro Masuda\n\n * Fix incorrect argument in PostgreSQL structure dump tasks.\n Updating the --no-comment argument added in Rails 7 to the correct\n \ --no-comments argument.\n\n Alex Dent\n\n * Fix schema dumping column default SQL values for sqlite3.\n\n fatkodima\n\n * Correctly parse complex check constraint expressions for PostgreSQL.\n\n fatkodima\n\n * Fix timestamptz attributes on PostgreSQL handle blank inputs.\n\n Alex Ghiculescu\n\n Fix migration compatibility to create SQLite references/belongs_to\n column as integer when migration version is 6.0.\n\n Reference/belongs_to in migrations with version 6.0 were creating\n columns as bigint instead of integer for the SQLite Adapter.\n\n Marcelo Lauxen\n\n * Fix joining through a polymorphic association.\n\n Alexandre Ruban\n\n * Fix QueryMethods#in_order_of to handle empty order list.\n\n Post.in_order_of(:id, []).to_a Also more explicitly set the column\n as secondary order, so that any other value is still ordered.\n\n \ Jean Boussier\n\n * Fix rails dbconsole for 3-tier config.\n\n Eileen M. Uchitelle\n\n * Fix quoting of column aliases generated by calculation methods.\n\n \ Since the alias is derived from the table name, we can't assume the\n result is a valid identifier.\n\n \tclass Test < ActiveRecord::Base\n \t self.table_name =3D '1abc'\n \tend\n \tTest.group(:id).count\n \t# syntax error at or near \"1\" (ActiveRecord::StatementInvalid)\n \t# LINE 1: SELECT COUNT(*) AS count_all, \"1abc\".\"id\" AS 1abc_id FROM \"1=\n ...\n\n Jean Boussier\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Jan 16 14:07:49 UTC 2022\n\n \ Modified Files:\n \tpkgsrc/devel/ruby-activestorage70: distinfo\n\n Log Message:\n devel/ruby-activestorage70: update to 7.0.1\n\n 7.0.1 (2021-01-06)\n\n \ * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Jan 16 14:08:13 UTC 2022\n\n Modified Files:\n \tpkgsrc/mail/ruby-actionmailer70: distinfo\n\n Log Message:\n mail/ruby-actionmailer70: update to 7.0.1\n\n \ * Keep configuration of smtp_settings consistent between 6.1 and 7.0.\n\n Andr=E9 Luis Leal Cardoso Junior\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n \ Date:\t\tSun Jan 16 14:08:57 UTC 2022\n\n Modified Files:\n \tpkgsrc/mail/ruby-actionmailbox70: distinfo\n\n Log Message:\n mail/ruby-actionmailbox70: update to 7.0.1\n\n \ 7.0.1 (2021-01-06)\n\n * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Jan 16 14:09:16 UTC 2022\n\n Modified Files:\n \tpkgsrc/www/ruby-actioncable70: distinfo\n\n Log Message:\n www/ruby-actioncable70: update to 7.0.1\n\n 7.0.1 (2021-01-06)\n\n * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Jan 16 14:10:09 UTC 2022\n\n Modified Files:\n \tpkgsrc/devel/ruby-railties70: distinfo\n\n Log Message:\n devel/ruby-railties70: 7.0.1 (2021-01-06)\n\n \ * Prevent duplicate entries in plugin Gemfile.\n\n Jonathan Hefner\n\n \ * Fix asset pipeline errors for plugin dummy apps.\n\n Jonathan Hefner\n\n \ * Fix generated route revocation.\n\n Jonathan Hefner\n\n * Addresses an issue in which Sidekiq jobs could not reload certain\n namespaces.\n See fxn/zeitwerk#198 for details.\n\n Xavier Noria\n\n * Fix plugin generator to a plugin that pass all the tests.\n\n Rafael Mendon=E7a Fran=E7a\n\n---\n \ Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Jan 16 14:10:40 UTC 2022\n\n Modified Files:\n \tpkgsrc/textproc/ruby-actiontext70: distinfo\n\n \ Log Message:\n textproc/ruby-actiontext70: 7.0.1 (2021-01-06)\n\n 7.0.1 (2021-01-06)\n\n * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Jan 16 14:12:56 UTC 2022\n\n Modified Files:\n \tpkgsrc/www/ruby-rails70: distinfo\n\n Log Message:\n www/ruby-rails70: update to 7.0.1\n\n This is meta gem (package) for Ruby on Rails 7.0.1.\n\n---\n Module Name:\tpkgsrc\n \ Committed By:\ttaca\n Date:\t\tSun Feb 13 07:39:14 UTC 2022\n\n Modified Files:\n \tpkgsrc/lang/ruby: rails.mk\n\n Log Message:\n lang/ruby: start update of ruby-rails70 to 7.0.2.2\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Feb 13 07:41:06 UTC 2022\n\n Modified Files:\n \tpkgsrc/devel/ruby-activesupport70: distinfo\n\n Log Message:\n devel/ruby-activesupport70: update to 7.0.2\n\n \ 7.0.2 (2022-02-08)\n\n * Fix ActiveSupport::EncryptedConfiguration to be compatible with Psych=\n 4\n\n Stephen Sugden\n\n * Improve File.atomic_write error handling.\n\n Daniel Pepper\n\n 7.0.2.1 (2022-02-11)\n\n * No changes.\n\n \ 7.0.2.2 (2022-02-11)\n\n * Fix Reloader method signature to work with the new Executor signature=\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n \ Date:\t\tSun Feb 13 07:41:59 UTC 2022\n\n Modified Files:\n \tpkgsrc/devel/ruby-activemodel70: distinfo\n\n Log Message:\n devel/ruby-activemodel70: update to 7.0.2\n\n \ 7.0.2 (2022-02-08)\n\n * Use different cache namespace for proxy calls\n\n \ Models can currently have different attribute bodies for the same met=\n \ hod\n names, leading to conflicts. Adding a new namespace :active_model_pro=\n \ xy\n fixes the issue.\n\n Chris Salzberg\n\n 7.0.2.1 (2022-02-11)\n\n \ * No changes.\n\n 7.0.2.2 (2022-02-11)\n\n * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Feb 13 07:42:23 UTC 2022\n\n \ Modified Files:\n \tpkgsrc/devel/ruby-activejob70: distinfo\n\n Log Message:\n \ devel/ruby-activejob70: update to 7.0.2\n\n 7.0.2 (2022-02-08)\n\n * No changes.\n\n 7.0.2.1 (2022-02-11)\n\n * No changes.\n\n 7.0.2.2 (2022-02-11)\n\n \ * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Feb 13 07:42:47 UTC 2022\n\n Modified Files:\n \tpkgsrc/www/ruby-actionview70: distinfo\n\n Log Message:\n www/ruby-actionview70: update to 7.0.2\n\n 7.0.2 (2022-02-08)\n\n * Ensure preload_link_tag preloads JavaScript modules correctly.\n\n \ M=E1ximo Mussini\n\n * Fix stylesheet_link_tag and similar helpers are being used to work in=\n\n objects with a response method.\n\n dark-panda\n\n \ 7.0.2.1 (2022-02-11)\n\n * No changes.\n\n 7.0.2.2 (2022-02-11)\n\n * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Feb 13 07:43:27 UTC 2022\n\n Modified Files:\n \tpkgsrc/www/ruby-actionpack70: distinfo\n\n Log Message:\n www/ruby-actionpack70: update to 7.0.2\n\n This update contains security fix for CVE-2022-23633.\n\n 7.0.2 (2022-02-08)\n\n \ * No changes.\n\n 7.0.2.1 (2022-02-11)\n\n * Under certain circumstances, the middleware isn't informed that the\n response body has been fully closed which result in request state\n not being fully reset before the next request\n\n \ [CVE-2022-23633]\n\n 7.0.2.2 (2022-02-11)\n\n * No changes.\n\n---\n \ Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Feb 13 07:43:55 UTC 2022\n\n Modified Files:\n \tpkgsrc/databases/ruby-activerecord70: distinfo\n\n \ Log Message:\n databases/ruby-activerecord70: update to 7.0.2\n\n 7.0.2 (2022-02-08)\n\n * Fix PG.connect keyword arguments deprecation warning on ruby 2.7.\n\n Nikita Vasilevsky\n\n * Fix the ability to exclude encryption params from being autofiltered.=\n\n Mark Gangl\n\n * Dump the precision for datetime columns following the new defaults.\n\n Rafael Mendon=E7a Fran=E7a\n\n * Make sure encrypted attributes are not being filtered twice.\n\n Nikita Vasilevsky\n\n \ * Dump the database schema containing the current Rails version.\n\n Since #42297, Rails now generate datetime columns with a default prec=\n ision\n of 6. This means that users upgrading to Rails 7.0 from 6.1, when lo=\n ading\n \ the database schema, would get the new precision value, which would n=\n \ ot\n match the production schema.\n\n To avoid this the schema dumper will generate the new format which wi=\n ll\n include the Rails version and will look like this:\n\n \tActiveRecord::Schema[7.0].define\n\n When upgrading from Rails 6.1 to Rails 7.0, you can run the rails\n app:update task that will set the current schema version to 6.1.\n\n Rafael Mendon=E7a Fran=E7a\n\n * Fix parsing expression for PostgreSQL generated column.\n\n fatkodima\n\n \ * Fix Mysql2::Error: Commands out of sync; you can't run this command n=\n \ ow\n when bulk-inserting fixtures that exceed max_allowed_packet configura=\n \ tion.\n\n Nikita Vasilevsky\n\n * Fix error when saving an association with a relation named record.\n\n Dorian Mari=E9\n\n * Fix MySQL::SchemaDumper behavior about datetime precision value.\n\n y0t4\n\n * Improve associated with no reflection error.\n\n Nikolai\n\n * Fix PG.connect keyword arguments deprecation warning on ruby 2.7.\n\n Fixes #44307.\n\n Nikita Vasilevsky\n\n \ * Fix passing options to check_constraint from change_table.\n\n Frederick Cheung\n\n 7.0.2.1 (2022-02-11)\n\n * No changes.\n\n 7.0.2.2 (2022-02-11)\n\n \ * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Feb 13 07:44:29 UTC 2022\n\n Modified Files:\n \tpkgsrc/devel/ruby-activestorage70: PLIST distinfo\n\n Log Message:\n devel/ruby-activestorage70: update to 7.0.2\n\n \ 7.0.2 (2022-02-08)\n\n * Revert the ability to pass service_name param to DirectUploadsControl=\n ler\n which was introduced in 7.0.0.\n\n That change caused a lot of problems to upgrade Rails applications so=\n we\n decided to remove it while in work in a more backwards compatible\n implementation.\n\n \ Gannon McGibbon\n\n * Allow applications to opt out of precompiling Active Storage JavaScri=\n pt\n assets.\n\n jlestavel\n\n 7.0.2.1 (2022-02-11)\n\n \ * No changes.\n\n 7.0.2.2 (2022-02-11)\n\n * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Feb 13 07:44:47 UTC 2022\n\n \ Modified Files:\n \tpkgsrc/mail/ruby-actionmailer70: distinfo\n\n Log Message:\n \ mail/ruby-actionmailer70: update to 7.0.2\n\n 7.0.2 (2022-02-08)\n\n * No changes.\n\n 7.0.2.1 (2022-02-11)\n\n * No changes.\n\n 7.0.2.2 (2022-02-11)\n\n \ * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Feb 13 07:45:05 UTC 2022\n\n Modified Files:\n \tpkgsrc/mail/ruby-actionmailbox70: distinfo\n\n Log Message:\n mail/ruby-actionmailbox70: update to 7.0.2\n\n \ 7.0.2 (2022-02-08)\n\n * No changes.\n\n 7.0.2.1 (2022-02-11)\n\n * No changes.\n\n 7.0.2.2 (2022-02-11)\n\n * No changes.\n\n---\n Module Name:\tpkgsrc\n \ Committed By:\ttaca\n Date:\t\tSun Feb 13 07:45:27 UTC 2022\n\n Modified Files:\n \tpkgsrc/www/ruby-actioncable70: distinfo\n\n Log Message:\n www/ruby-actioncable70: update to 7.0.2\n\n 7.0.2 (2022-02-08)\n\n * No changes.\n\n 7.0.2.1 (2022-02-11)\n\n \ * No changes.\n\n 7.0.2.2 (2022-02-11)\n\n * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Feb 13 07:45:49 UTC 2022\n\n \ Modified Files:\n \tpkgsrc/devel/ruby-railties70: distinfo\n\n Log Message:\n \ devel/ruby-railties70: update to 7.0.2\n\n 7.0.2 (2022-02-08)\n\n * No changes.\n\n 7.0.2.1 (2022-02-11)\n\n * No changes.\n\n 7.0.2.2 (2022-02-11)\n\n \ * No changes.\n\n---\n Module Name:\tpkgsrc\n Committed By:\ttaca\n Date:\t\tSun Feb 13 07:46:12 UTC 2022\n\n Modified Files:\n \tpkgsrc/textproc/ruby-actiontext70: distinfo\n\n Log Message:\n textproc/ruby-actiontext70: update to 7.0.2\n\n \ 7.0.2 (2022-02-08)\n\n * No changes.\n\n 7.0.2.1 (2022-02-11)\n\n * No changes.\n\n 7.0.2.2 (2022-02-11)\n\n * No changes.\n\n---\n Module Name:\tpkgsrc\n \ Committed By:\ttaca\n Date:\t\tSun Feb 13 07:47:25 UTC 2022\n\n Modified Files:\n \tpkgsrc/www/ruby-rails70: distinfo\n\n Log Message:\n www/ruby-rails70: update to 7.0.2\n\n This gem is a meta package for Ruby on Rails 7, so no changes here.\n" module: pkgsrc subject: 'CVS commit: [pkgsrc-2021Q4] pkgsrc' unixtime: '1646335954' user: bsiegert