Path to this page:
NOTICE: This package has been removed from pkgsrc./
www/ruby-actionpack52,
Toolkit for building modeling frameworks (part of Rails 5.2)
Branch: CURRENT,
Version: 5.2.8.1nb1,
Package name: ruby31-actionpack52-5.2.8.1nb1,
Maintainer: pkgsrc-usersAction Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.
This is for Ruby on Rails 5.2.
Required to run:[
www/ruby-rack] [
www/ruby-rack-test] [
lang/ruby26-base] [
www/ruby-actionview52]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 209.5 KB
Version history: (Expand)
- (2023-09-04) Package deleted from pkgsrc
- (2023-01-04) Updated to version: ruby31-actionpack52-5.2.8.1nb1
- (2022-07-13) Updated to version: ruby27-actionpack52-5.2.8.1
- (2022-06-07) Updated to version: ruby27-actionpack52-5.2.8
- (2022-05-05) Updated to version: ruby27-actionpack52-5.2.7.1
- (2022-03-13) Updated to version: ruby27-actionpack52-5.2.6.3
CVS history: (Expand)
2023-09-03 17:29:50 by Takahiro Kambe | Files touched by this commit (46) | |
Log message:
Remove Ruby on Rails 5.2 packages.
Ruby on Rails 5.2 reached EOL.
|
2023-06-29 18:01:04 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
www/ruby-actionpack60: decrement PKGREVISION.
PKGREVISION++ is enough...
|
2023-06-29 18:00:08 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
www/ruby-actionpack52: add fix for CVE-2023-28362
Apply similar patch as Rails 6.1.7.4/7.0.5.1.
Bump PKGREVISION.
|
2023-01-04 16:22:02 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
Switch dependency to www/ruby-rack2
Bump PKGREVISION.
|
2022-07-13 16:41:09 by Takahiro Kambe | Files touched by this commit (13) | |
Log message:
www/ruby-rails52: update to 5.2.8.1
Rails 5.2.8.1 (2022-07-12) updates databases/ruby-activerecord52 only.
databases/ruby-activerecord52
* 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:48:13 by Takahiro Kambe | Files touched by this commit (13) | |
Log message:
www/ruby-rails52: update to 5.2.8
Ruby on Rails 5.2.8 (2022-05-12)
Active Support
* Fix tag helper regression.
Action View
* Make `LoadInterlockAwareMonitor` work in Ruby 2.7.
* Retain Ruby 2.2 compatibility.
|
2022-05-05 05:05:24 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-actionpack52: update to 5.2.7.1
## Rails 5.2.7.1 (April 26, 2022) ##
* Allow Content Security Policy DSL to generate for API responses.
*Tim Wade*
## Rails 5.2.7 (March 10, 2022) ##
* No changes.
|
2022-03-13 16:04:27 by Takahiro Kambe | Files touched by this commit (12) | |
Log message:
www/ruby-rails52: update to 5.2.6.3
Ruby on Rails 5.2.6.3 is not latest version but it should be easy to pull-up
to pkgsrc-2021Q4.
Changes are in devel/ruby-activestorage52 only.
Rails 5.2.6.3 (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]
|