Next | Query returned 16 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-02-11 15:23:42 by Takahiro Kambe | Files touched by this commit (12) | Package updated
Log message:
www/rails52: update to 5.2.4.5

## Rails 5.2.4.5 (February 10, 2021) ##

*   Fix possible DoS vector in PostgreSQL money type

    Carefully crafted input can cause a DoS via the regular expressions used
    for validating the money format in the PostgreSQL adapter.  This patch
    fixes the regexp.

    Thanks to @dee-see from Hackerone for this patch!

    [CVE-2021-22880]

    *Aaron Patterson*
   2020-09-10 16:13:12 by Takahiro Kambe | Files touched by this commit (12) | Package updated
Log message:
www/ruby-rails52: update to  5.2.4.4

Update Ruby on Rails 52 to 5.2.4.4.

Security fix in ruby-actionview52.

## Rails 5.2.4.4 (September 09, 2020) ##

*   [CVE-2020-15169] Fix potential XSS vulnerability in the `translate`/`t` helper

    *Jonathan Hefner*
   2020-05-19 17:39:12 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-activestorage52: update to 5.2.4.3

Update ruby-activestorage52 to 5.2.4.3.

## Rails 5.2.4.3 (May 18, 2020) ##

*   [CVE-2020-8162] Include Content-Length in signature for ActiveStorage direct \ 
upload
   2020-03-20 16:41:59 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-activestorage52: update to 5.2.4.2

Update ruby-activestorage52 to 5.2.4.2.

* No change except version.
   2019-04-14 12:33:55 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-activestorage52: update to 5.2.3

## Rails 5.2.3 (March 27, 2019) ##

*   No changes.

## Rails 5.2.2.1 (March 11, 2019) ##

*   No changes.
   2019-03-03 15:57:04 by Takahiro Kambe | Files touched by this commit (4)
Log message:
devel/ruby-activestorage52: add version 5.2.2 package

Add ruby-activestorage52 version 5.2.2 package.

# 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.

Next | Query returned 16 messages, browsing 11 to 20 | previous