Path to this page:
NOTICE: This package has been removed from pkgsrc./
www/ruby-actionview60,
Rendering framework putting the V in MVC (part of Rails 6.0)
Branch: CURRENT,
Version: 6.0.6.1,
Package name: ruby31-actionview60-6.0.6.1,
Maintainer: pkgsrc-usersAction View provides simple, battle-tested conventions and helpers for
building web pages.
This is for Ruby on Rails 6.0.
Required to run:[
textproc/ruby-builder] [
www/ruby-rails-html-sanitizer] [
textproc/ruby-rails-dom-testing] [
textproc/ruby-erubi] [
lang/ruby26-base] [
devel/ruby-activesupport60]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 166.5 KB
Version history: (Expand)
- (2023-09-04) Package deleted from pkgsrc
- (2023-01-19) Updated to version: ruby31-actionview60-6.0.6.1
- (2022-09-10) Updated to version: ruby27-actionview60-6.0.6
- (2022-07-13) Updated to version: ruby27-actionview60-6.0.5.1
- (2022-06-07) Updated to version: ruby27-actionview60-6.0.5
- (2022-05-05) Updated to version: ruby27-actionview60-6.0.4.8
CVS history: (Expand)
2023-09-03 17:50:53 by Takahiro Kambe | Files touched by this commit (54) | |
Log message:
Remove Ruby on Rails 6.0 packages.
Ruby on Rails 6.0 reached EOL.
|
2023-01-19 15:27:26 by Takahiro Kambe | Files touched by this commit (15) | |
Log message:
www/ruby-rails60: update to 6.0.6.1
Only databases/ruby-activerecord61 has updated.
Rails 6.0.6.1 (2023-01-17)
* 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]
|
2022-09-10 10:19:00 by Takahiro Kambe | Files touched by this commit (14) | |
Log message:
www/ruby-rails60: update to 6.0.6
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é
|
2022-07-13 16:44:10 by Takahiro Kambe | Files touched by this commit (15) | |
Log message:
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]
|
2022-06-07 16:59:21 by Takahiro Kambe | Files touched by this commit (16) | |
Log message:
www/ruby-rails60: update to 6.0.5
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.
|
2022-05-05 05:23:12 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
www/ruby-actionview60: update to 6.0.4.8
## Rails 6.0.4.8 (April 26, 2022) ##
* Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.
Escape dangerous characters in names of tags and names of attributes in the
tag helpers, following the XML specification. Rename the option
`:escape_attributes` to `:escape`, to simplify by applying the option to the
whole tag.
*Álvaro Martín Fraguas*
|
2022-03-13 16:08:23 by Takahiro Kambe | Files touched by this commit (14) | |
Log message:
www/ruby-rails60: update to 6.0.4.7
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]
|
2022-02-13 08:31:23 by Takahiro Kambe | Files touched by this commit (14) | |
Log message:
www/ruby-rails60: update to 6.0.4.6
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.
|