<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/ruby-activerecord60, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-09-10T08:18:59Z</updated>
<entry>
<title>www/ruby-rails60: update to 6.0.6</title>
<updated>2022-09-10T08:18:59Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-09-10T08:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5d781e1cf65a9229fcec23b0dfbd3680835d403e'/>
<id>urn:sha1:5d781e1cf65a9229fcec23b0dfbd3680835d403e</id>
<content type='text'>
Ruby on Rails 6.0.6 release on 9th September 2022 and
Active Record is only updated.

databases/ruby-activerecord60

* Symbol is allowed by default for YAML columns

  Étienne Barrié</content>
</entry>
<entry>
<title>www/ruby-rails60: update to 6.0.5.1</title>
<updated>2022-07-13T14:44:08Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-07-13T14:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b901e521bec1e116801714b1f5cb131f5d72cb34'/>
<id>urn:sha1:b901e521bec1e116801714b1f5cb131f5d72cb34</id>
<content type='text'>
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]</content>
</entry>
<entry>
<title>www/ruby-rails60: update to 6.0.5</title>
<updated>2022-06-07T14:59:20Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-06-07T14:59:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6cb9b2db6fdcdf9b0272f463b23e98bce946f865'/>
<id>urn:sha1:6cb9b2db6fdcdf9b0272f463b23e98bce946f865</id>
<content type='text'>
Ruby on Rails 6.0.5 (2022-05-12)

Active Support

* Fix tag helper regression.

Action Text

* Disentangle Action Text from ApplicationController

  Allow Action Text to be used without having an ApplicationController
  defined.

  This makes sure:

    - Action Text attachments render the correct URL host in mailers.
    - an ActionController::Renderer isn't allocated per request.
    - Sidekiq doesn't hang with the "classic" autoloader.</content>
</entry>
<entry>
<title>Update rest of Ruby on Rails 60 components.</title>
<updated>2022-05-05T03:24:54Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-05-05T03:24:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=722bd11f88db16423e51678cf2f79619de7e5179'/>
<id>urn:sha1:722bd11f88db16423e51678cf2f79619de7e5179</id>
<content type='text'>
No change except version.</content>
</entry>
<entry>
<title>www/ruby-rails60: update to 6.0.4.7</title>
<updated>2022-03-13T15:08:21Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-03-13T15:08:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8b83aed0daf94357e21e10491af10c7c2d7abf58'/>
<id>urn:sha1:8b83aed0daf94357e21e10491af10c7c2d7abf58</id>
<content type='text'>
Changes are in devel/ruby-activestorage60 only.


## Rails 6.0.4.7 (March 08, 2022) ##

* Added image transformation validation via configurable allow-list.

  Variant now offers a configurable allow-list for
  transformation methods in addition to a configurable deny-list for arguments.

  [CVE-2022-21831]</content>
</entry>
<entry>
<title>www/ruby-rails60: update to  6.0.4.6</title>
<updated>2022-02-13T07:31:21Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-02-13T07:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a012041fc63036146569e9942cbf9ed99170e844'/>
<id>urn:sha1:a012041fc63036146569e9942cbf9ed99170e844</id>
<content type='text'>
This update contains security fix for CVE-2022-23633 in ruby-actionpack60.

Active Support 6.0.4.6 (2022-02-11)

* Fix Reloader method signature to work with the new Executor signature.

Action Pack 6.0.4.6

6.0.4.5 (2022-02-11)

* Under certain circumstances, the middleware isn't informed that the
  response body has been fully closed which result in request state
  not being fully reset before the next request.

  [CVE-2022-23633]

Other packages have no change.</content>
</entry>
<entry>
<title>databases/ruby-activerecord60: update to 6.0.4.4</title>
<updated>2021-12-19T05:13:37Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2021-12-19T05:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=79929fd274ba72b5f17abda24893115a2fda8545'/>
<id>urn:sha1:79929fd274ba72b5f17abda24893115a2fda8545</id>
<content type='text'>
No change except version.</content>
</entry>
<entry>
<title>databases: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T10:09:13Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T10:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=110d5bf2cb42630a7f459b1e8f899f8e59991e1b'/>
<id>urn:sha1:110d5bf2cb42630a7f459b1e8f899f8e59991e1b</id>
<content type='text'>
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz</content>
</entry>
<entry>
<title>databases: Remove SHA1 distfile hashes</title>
<updated>2021-10-07T13:35:05Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T13:35:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=461331b2af81f67812062f24d93a6ed5e8abfee9'/>
<id>urn:sha1:461331b2af81f67812062f24d93a6ed5e8abfee9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>www/ruby-rails60: update to 6.0.4.1</title>
<updated>2021-08-22T07:12:49Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2021-08-22T07:12:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d852ac530634013f85b107dd160016e9a0edd006'/>
<id>urn:sha1:d852ac530634013f85b107dd160016e9a0edd006</id>
<content type='text'>
Update Ruby on Rails 6.0 pacakges to 6.0.4.1.

Real changes are in Action Pack (www/ruby-actionpack60).

## Rails 6.0.4.1 (August 19, 2021) ##

* [CVE-2021-22942] Fix possible open redirect in Host Authorization middleware.

  Specially crafted "X-Forwarded-Host" headers in combination with certain
  "allowed host" formats can cause the Host Authorization middleware in Action
  Pack to redirect users to a malicious website.</content>
</entry>
</feed>
