Path to this page:
./
devel/ruby-activestorage52,
Local and cloud file storage framework (part of Rails 5.2)
Branch: CURRENT,
Version: 5.2.8,
Package name: ruby27-activestorage52-5.2.8,
Maintainer: pkgsrc-users# Active Storage
Active Storage makes it simple to upload and reference files in cloud services
like [Amazon S3](https://aws.amazon.com/s3/), [Google Cloud
Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure
Storage](https://azure.microsoft.com/en-us/services/storage/), and attach
those files to Active Records. Supports having one main service and mirrors
in other services for redundancy. It also provides a disk service for testing
or local deployments, but the focus is on cloud storage.
Files can be uploaded from the server to the cloud or directly from the client
to the cloud.
Image files can furthermore be transformed using on-demand variants for
quality, aspect ratio, size, or any other
[MiniMagick](https://github.com/minimagick/minimagick) supported
transformation.
This is for Ruby on Rails 5.2.
Required to run:[
devel/ruby-marcel] [
lang/ruby26-base] [
www/ruby-actionpack52] [
databases/ruby-activerecord52]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 45.5 KB
Version history: (Expand)
- (2022-06-07) Updated to version: ruby27-activestorage52-5.2.8
- (2022-05-05) Updated to version: ruby27-activestorage52-5.2.7.1
- (2022-03-13) Updated to version: ruby27-activestorage52-5.2.6.3
- (2022-02-13) Updated to version: ruby27-activestorage52-5.2.6.2
- (2021-10-07) Updated to version: ruby27-activestorage52-5.2.6
- (2021-07-04) Updated to version: ruby26-activestorage52-5.2.6
CVS history: (Expand)
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:06:04 by Takahiro Kambe | Files touched by this commit (1) |  |
Log message:
devel/ruby-activestorage52: update to 5.2.7.1
## Rails 5.2.7.1 (April 26, 2022) ##
* No changes.
## Rails 5.2.7 (March 10, 2022) ##
* Fix `ActiveStorage.supported_image_processing_methods` and
`ActiveStorage.unsupported_image_processing_arguments` that were not being \
applied.
*Rafael Mendonça França*
|
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]
|
2022-02-13 08:26:07 by Takahiro Kambe | Files touched by this commit (12) |  |
Log message:
www/ruby-rails52: update to 5.2.6.2
This update contains security fix for CVE-2022-23633 in
Active Support 5.2.6.2 (2022-02-11)
* Fix Reloader method signature to work with the new Executor signature.
Action Pack 5.2.6.2 (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]
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-04 08:24:47 by Takahiro Kambe | Files touched by this commit (12) |  |
Log message:
www/ruby-rails52: update to 5.2.6
Ruby on Rails 5.2.6 (2021-05-05)
There are changes in www/ruby-actionpack52 only, including security fix.
Action Pack
* Accept base64_urlsafe CSRF tokens to make forward compatible.
Base64 strict-encoded CSRF tokens are not inherently websafe, which
makes them difficult to deal with. For example, the common practice
of sending the CSRF token to a browser in a client-readable cookie
does not work properly out of the box: the value has to be
url-encoded and decoded to survive transport.
In this version, we generate Base64 urlsafe-encoded CSRF tokens,
which are inherently safe to transport. Validation accepts both
urlsafe tokens, and strict-encoded tokens for backwards
compatibility.
How the tokes are encoded is controllr by the
action_controller.urlsafe_csrf_tokens config.
In Rails 5.2.5, the CSRF token format was accidentally changed to
urlsafe-encoded.
Atention: If you already upgraded your application to 5.2.5, set the
config urlsafe_csrf_tokens to true, otherwise your form submission
will start to fail during the deploy of this new version.
Rails.application.config.action_controller.urlsafe_csrf_tokens = true
If you are upgrading from 5.2.4.x, you don't need to change this
configuration.
Scott Blum, Étienne Barrié
|
2021-04-11 15:20:09 by Takahiro Kambe | Files touched by this commit (13) |  |
Log message:
www/ruby-rails52: update to 5.2.5
Real changes are in devel/ruby-activestorage52 only.
## Rails 5.2.5 (March 26, 2021) ##
* Marcel is upgraded to version 1.0.0 to avoid a dependency on GPL-licensed
mime types data.
*George Claghorn*
* The Poppler PDF previewer renders a preview image using the original
document's crop box rather than its media box, hiding print margins. This
matches the behavior of the MuPDF previewer.
*Vincent Robert*
|