--- - branch: pkgsrc-2020Q1 date: Thu Jun 4 08:51:18 UTC 2020 files: - new: 1.1.2.1 old: '1.1' path: pkgsrc/databases/ruby-activerecord60/PLIST pathrev: pkgsrc/databases/ruby-activerecord60/PLIST@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/databases/ruby-activerecord60/distinfo pathrev: pkgsrc/databases/ruby-activerecord60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/devel/ruby-activejob60/distinfo pathrev: pkgsrc/devel/ruby-activejob60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/devel/ruby-activemodel60/distinfo pathrev: pkgsrc/devel/ruby-activemodel60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/devel/ruby-activestorage60/distinfo pathrev: pkgsrc/devel/ruby-activestorage60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/devel/ruby-activesupport60/distinfo pathrev: pkgsrc/devel/ruby-activesupport60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/devel/ruby-railties60/distinfo pathrev: pkgsrc/devel/ruby-railties60/distinfo@1.1.2.1 type: modified - new: 1.83.2.2 old: 1.83.2.1 path: pkgsrc/lang/ruby/rails.mk pathrev: pkgsrc/lang/ruby/rails.mk@1.83.2.2 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/mail/ruby-actionmailbox60/distinfo pathrev: pkgsrc/mail/ruby-actionmailbox60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/mail/ruby-actionmailer60/distinfo pathrev: pkgsrc/mail/ruby-actionmailer60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/textproc/ruby-actiontext60/distinfo pathrev: pkgsrc/textproc/ruby-actiontext60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/www/ruby-actioncable60/distinfo pathrev: pkgsrc/www/ruby-actioncable60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/www/ruby-actionpack60/distinfo pathrev: pkgsrc/www/ruby-actionpack60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/www/ruby-actionview60/distinfo pathrev: pkgsrc/www/ruby-actionview60/distinfo@1.1.2.1 type: modified - new: 1.1.2.1 old: '1.1' path: pkgsrc/www/ruby-rails60/distinfo pathrev: pkgsrc/www/ruby-rails60/distinfo@1.1.2.1 type: modified id: 20200604T085118Z.70c06ac164e088eff1187a5c1277f1cbf6baa44a log: "Pullup ticket #6214 - requested by taca\nwww/ruby-rails60: security fix\n\nRevisions pulled up:\n- databases/ruby-activerecord60/PLIST 1.2\n- databases/ruby-activerecord60/distinfo 1.2-1.3\n- devel/ruby-activejob60/distinfo \ 1.2-1.3\n- devel/ruby-activemodel60/distinfo 1.2-1.3\n- devel/ruby-activestorage60/distinfo 1.2-1.3\n- devel/ruby-activesupport60/distinfo \ 1.2-1.3\n- devel/ruby-railties60/distinfo 1.2-1.3\n- mail/ruby-actionmailbox60/distinfo 1.2-1.3\n- mail/ruby-actionmailer60/distinfo \ 1.2-1.3\n- textproc/ruby-actiontext60/distinfo 1.2-1.3\n- www/ruby-actioncable60/distinfo 1.2-1.3\n- www/ruby-actionpack60/distinfo \ 1.2-1.3\n- www/ruby-actionview60/distinfo 1.2-1.3\n- www/ruby-rails60/distinfo 1.2-1.3\n\n---\n \ Module Name: pkgsrc\n Committed By: taca\n Date: Sat May 16 14:15:25 UTC 2020\n\n Modified Files:\n pkgsrc/devel/ruby-activesupport60: distinfo\n\n Log Message:\n devel/ruby-activesupport60: update to 6.0.3\n\n \ Update ruby-activesupport60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n \ * `Array#to_sentence` no longer returns a frozen string.\n\n Before:\n\n \ ['one', 'two'].to_sentence.frozen?\n # => true\n\n After:\n\n \ ['one', 'two'].to_sentence.frozen?\n # => false\n\n *Nicolas Dular*\n\n * Update `ActiveSupport::Messages::Metadata#fresh?` to work for cookies with expiry set when\n `ActiveSupport.parse_json_times = true`.\n\n \ *Christian Gregg*\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Sat May 16 14:16:16 UTC 2020\n\n Modified Files:\n pkgsrc/devel/ruby-activemodel60: distinfo\n\n Log Message:\n devel/ruby-activemodel60: updat to 6.0.3\n\n Update ruby-activemodel60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: \ Sat May 16 14:16:55 UTC 2020\n\n Modified Files:\n pkgsrc/devel/ruby-activejob60: distinfo\n\n Log Message:\n devel/ruby-activejob60: update to 6.0.3\n\n Update ruby-activejob60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n * While using `perform_enqueued_jobs` test helper enqueued jobs must be stored for the later check with\n `assert_enqueued_with`.\n\n *Dmitry Polushkin*\n\n \ * Add queue name support to Que adapter\n\n *Brad Nauta*, *Wojciech WnÄ\x99trzak*\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: \ Sat May 16 14:17:34 UTC 2020\n\n Modified Files:\n pkgsrc/www/ruby-actionview60: distinfo\n\n Log Message:\n www/ruby-actionview60: update to 6.0.3\n\n Update ruby-actionview60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n * annotated_source_code returns an empty array so TemplateErrors without a\n template in the backtrace are surfaced properly by DebugExceptions.\n\n *Guilherme Mansur*, *Kasper Timm Hansen*\n\n * Add autoload for SyntaxErrorInTemplate so syntax errors are correctly raised by DebugExceptions.\n\n *Guilherme Mansur*, *Gannon McGibbon*\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: \ Sat May 16 14:18:09 UTC 2020\n\n Modified Files:\n pkgsrc/www/ruby-actionpack60: distinfo\n\n Log Message:\n www/ruby-actionpack60: update to 6.0.3\n\n Update ruby-actionpack60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n * Include child session assertion count in ActionDispatch::IntegrationTest\n\n `IntegrationTest#open_session` uses `dup` to create the new session, which\n meant it had its own copy of `@assertions`. This prevented the assertions\n from being correctly counted and reported.\n\n Child sessions now have their `attr_accessor` overriden to delegate to the\n root session.\n\n Fixes #32142\n\n *Sam Bostock*\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: \ Sat May 16 14:18:56 UTC 2020\n\n Modified Files:\n pkgsrc/databases/ruby-activerecord60: PLIST distinfo\n\n Log Message:\n databases/ruby-activerecord60: update to 6.0.3\n\n Update ruby-activerecord60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n * Recommend applications don't use the `database` kwarg in `connected_to`\n\n \ The database kwarg in `connected_to` was meant to be used for one-off scripts but is often used in requests. This is really dangerous because it re-establishes a connection every time. It's deprecated in 6.1 and will be removed in 6.2 without replacement. This change soft deprecates it in 6.0 by removing documentation.\n\n \ *Eileen M. Uchitelle*\n\n * Fix support for PostgreSQL 11+ partitioned indexes.\n\n *Sebastián Palma*\n\n * Add support for beginless ranges, introduced in Ruby 2.7.\n\n *Josh Goodall*\n\n * Fix insert_all with enum values\n\n Fixes #38716.\n\n *Joel Blum*\n\n * Regexp-escape table name for MS SQL\n\n Add `Regexp.escape` to one method in ActiveRecord, so that table names with regular expression characters in them work as expected. Since MS SQL Server uses \"[\" and \"]\" to quote table and column names, and those characters are regular expression characters, methods like `pluck` and `select` fail in certain cases when used with the MS SQL Server adapter.\n\n *Larry Reid*\n\n * Store advisory locks on their own named connection.\n\n Previously advisory locks were taken out against a connection when a migration started. This works fine in single database applications but doesn't work well when migrations need to open new connections which results in the lock getting dropped.\n\n In order to fix this we are storing the advisory lock on a new connection with the connection specification name `AdisoryLockBase`. The caveat is that we need to maintain at least 2 connections to a database while migrations are running in order to do this.\n\n *Eileen M. Uchitelle*, *John Crepezzi*\n\n * Ensure `:reading` connections always raise if a write is attempted.\n\n Now Rails will raise an `ActiveRecord::ReadOnlyError` if any connection on the reading handler attempts to make a write. If your reading role needs to write you should name the role something other than `:reading`.\n\n *Eileen M. Uchitelle*\n\n \ * Enforce fresh ETag header after a collection's contents change by adding\n \ ActiveRecord::Relation#cache_key_with_version. This method will be used by\n ActionController::ConditionalGet to ensure that when collection cache versioning\n is enabled, requests using ConditionalGet don't return the same ETag header\n after a collection is modified. Fixes #38078.\n\n *Aaron Lipman*\n\n * A database URL can now contain a querystring value that contains an equal sign. This is needed to support passing PostgresSQL `options`.\n\n *Joshua Flanagan*\n\n * Retain explicit selections on the base model after applying `includes` and `joins`.\n\n Resolves #34889.\n\n *Patrick Rebsch*\n\n---\n \ Module Name: pkgsrc\n Committed By: taca\n Date: Sat May 16 14:20:09 UTC 2020\n\n Modified Files:\n pkgsrc/mail/ruby-actionmailer60: distinfo\n\n Log Message:\n mail/ruby-actionmailer60: update to 6.0.3\n\n \ Update ruby-actionmailer60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n \ * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Sat May 16 14:20:46 UTC 2020\n\n Modified Files:\n pkgsrc/mail/ruby-actionmailbox60: distinfo\n\n Log Message:\n mail/ruby-actionmailbox60: update to 6.0.3\n\n \ Update ruby-actionmailbox60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n \ * Update Mandrill inbound email route to respond appropriately to HEAD requests for URL health checks from Mandrill.\n\n *Bill Cromie*\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: Sat May 16 14:21:24 UTC 2020\n\n Modified Files:\n pkgsrc/www/ruby-actioncable60: distinfo\n\n \ Log Message:\n www/ruby-actioncable60: update to 6.0.3\n\n Update to ruby-actioncable60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n * No changes.\n\n---\n \ Module Name: pkgsrc\n Committed By: taca\n Date: Sat May 16 14:22:16 UTC 2020\n\n Modified Files:\n pkgsrc/devel/ruby-railties60: distinfo\n\n Log Message:\n devel/ruby-railties60: update to 6.0.3\n\n Update ruby-railties60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n * Cache compiled view templates when running tests by default\n\n When generating a new app without `--skip-spring`, caching classes is\n disabled in `environments/test.rb`. This implicitly disables caching\n view templates too. This change will enable view template caching by\n adding this to the generated `environments/test.rb`:\n\n \ ````ruby\n config.action_view.cache_template_loading = true\n ````\n\n \ *Jorge Manrubia*\n\n * `Rails::Application#eager_load!` is available again to load application code\n manually as it was possible in previous versions.\n\n Please, note this is not integrated with the whole eager loading logic that\n runs when Rails boots with eager loading enabled, you can think of this\n method as a vanilla recursive code loader.\n\n This ability has been restored because there are some use cases for it, such\n as indexers that need to have all application classes and modules in memory.\n\n *Xavier Noria*\n\n * Generators that inherit from NamedBase respect `--force` option\n\n \ *Josh Brody*\n\n * Regression fix: The Rake task `zeitwerk:check` supports eager loaded\n namespaces which do not have eager load paths, like the recently added\n `i18n`. These namespaces are only required to respond to `eager_load!`.\n\n \ *Xavier Noria*\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Sat May 16 14:22:55 UTC 2020\n\n Modified Files:\n pkgsrc/devel/ruby-activestorage60: distinfo\n\n Log Message:\n devel/ruby-activestorage60: update to 6.0.3\n\n \ Update ruby-activestorage60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n \ * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Sat May 16 14:23:36 UTC 2020\n\n Modified Files:\n pkgsrc/textproc/ruby-actiontext60: distinfo\n\n Log Message:\n textproc/ruby-actiontext60: update to 6.0.3\n\n \ Update ruby-actiontext60 to 6.0.3.\n\n ## Rails 6.0.3 (May 06, 2020) ##\n\n \ * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Sat May 16 14:24:28 UTC 2020\n\n Modified Files:\n pkgsrc/www/ruby-rails60: distinfo\n\n Log Message:\n www/ruby-rails60: update to 6.0.3\n\n Finally, update ruby-rails60 to 6.0.3.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: Tue May 19 17:10:27 UTC 2020\n\n Modified Files:\n \ pkgsrc/devel/ruby-activesupport60: distinfo\n\n Log Message:\n devel/ruby-activesupport60: update to 6.0.3.1\n\n Update ruby-activesupport60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * [CVE-2020-8165] Deprecate Marshal.load on raw cache read in RedisCacheStore\n\n * [CVE-2020-8165] Avoid Marshal.load on raw cache value in MemCacheStore\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: Tue May 19 17:11:10 UTC 2020\n\n Modified Files:\n \ pkgsrc/devel/ruby-activemodel60: distinfo\n\n Log Message:\n devel/ruby-activemodel60: update to 6.0.3.1\n\n Update ruby-activemodel60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: Tue May 19 17:11:43 UTC 2020\n\n Modified Files:\n \ pkgsrc/devel/ruby-activejob60: distinfo\n\n Log Message:\n devel/ruby-activejob60: update to 6.0.3.1\n\n Update ruby-activejob60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: Tue May 19 17:12:16 UTC 2020\n\n Modified Files:\n \ pkgsrc/www/ruby-actionview60: distinfo\n\n Log Message:\n www/ruby-actionview60: update to 6.0.3.1\n\n Update ruby-actionview60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * [CVE-2020-8167] Check that request is same-origin prior to including CSRF token in XHRs\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: Tue May 19 17:12:50 UTC 2020\n\n Modified Files:\n \ pkgsrc/www/ruby-actionpack60: distinfo\n\n Log Message:\n www/ruby-actionpack60: update to 6.0.3.1\n\n Update ruby-actionpack60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * [CVE-2020-8166] HMAC raw CSRF token before masking it, so it cannot be used to reconstruct a per-form token\n\n * [CVE-2020-8164] Return self when calling #each, #each_pair, and #each_value instead of the raw @parameters hash\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Tue May 19 17:13:24 UTC 2020\n\n Modified Files:\n pkgsrc/databases/ruby-activerecord60: distinfo\n\n Log Message:\n databases/ruby-activerecord60: update to 6.0.3.1\n\n \ Update ruby-activerecord60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Tue May 19 17:14:04 UTC 2020\n\n Modified Files:\n pkgsrc/mail/ruby-actionmailer60: distinfo\n\n Log Message:\n mail/ruby-actionmailer60: update to 6.0.3.1\n\n \ Update ruby-actionmailer60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Tue May 19 17:14:41 UTC 2020\n\n Modified Files:\n pkgsrc/mail/ruby-actionmailbox60: distinfo\n\n Log Message:\n mail/ruby-actionmailbox60: update to 6.0.3.1\n\n \ Update ruby-actionmailbox60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Tue May 19 17:15:14 UTC 2020\n\n Modified Files:\n pkgsrc/www/ruby-actioncable60: distinfo\n\n Log Message:\n www/ruby-actioncable60: update to 6.0.3.1\n\n \ Update ruby-actioncable60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Tue May 19 17:15:47 UTC 2020\n\n Modified Files:\n pkgsrc/devel/ruby-railties60: distinfo\n\n Log Message:\n devel/ruby-railties60: update to 6.0.3.1\n\n Update ruby-railties60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: \ Tue May 19 17:16:26 UTC 2020\n\n Modified Files:\n pkgsrc/devel/ruby-activestorage60: distinfo\n\n Log Message:\n devel/ruby-activestorage60: update to 6.0.3.1\n\n \ Update ruby-activestorage60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * [CVE-2020-8162] Include Content-Length in signature for ActiveStorage direct upload\n\n---\n Module Name: pkgsrc\n Committed By: taca\n Date: \ Tue May 19 17:17:01 UTC 2020\n\n Modified Files:\n pkgsrc/textproc/ruby-actiontext60: distinfo\n\n Log Message:\n textproc/ruby-actiontext60: update to 6.0.3.1\n\n \ Update ruby-actiontext60 to 6.0.3.1.\n\n ## Rails 6.0.3.1 (May 18, 2020) ##\n\n * No changes.\n\n---\n Module Name: pkgsrc\n Committed By: taca\n \ Date: Tue May 19 17:17:45 UTC 2020\n\n Modified Files:\n pkgsrc/www/ruby-rails60: distinfo\n\n Log Message:\n www/ruby-rails60: update to 6.0.3.1.\n\n Finally, update ruby-rails60 to 6.0.3.1.\n" module: pkgsrc subject: 'CVS commit: [pkgsrc-2020Q1] pkgsrc' unixtime: '1591260678' user: bsiegert