./mail/ruby-actionmailer52, Email composition, delivery, and receiving (for Rails 5.2)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q4, Version: 5.2.6.2, Package name: ruby27-actionmailer52-5.2.6.2, Maintainer: pkgsrc-users

Action Mailer is a framework for designing email-service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcome
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.

Action Mailer is in essence a wrapper around Action Controller and the
Mail gem. It provides a way to make emails using templates in the same
way that Action Controller renders views using templates.

Additionally, an Action Mailer class can be used to process incoming email,
such as allowing a weblog to accept new posts from an email (which could even
have been sent from a phone).

This is for Ruby on Rails 5.2.


Master sites:

Filesize: 28.5 KB

Version history: (Expand)


CVS history: (Expand)


   2022-03-03 20:00:07 by Benny Siegert | Files touched by this commit (12) | Package updated
Log message:
Pullup ticket #6587 - requested by taca
www/ruby-rails52: security fix

Revisions pulled up:
- databases/ruby-activerecord52/distinfo                        1.11
- devel/ruby-activejob52/distinfo                               1.11
- devel/ruby-activemodel52/distinfo                             1.11
- devel/ruby-activestorage52/distinfo                           1.11
- devel/ruby-activesupport52/distinfo                           1.11
- devel/ruby-railties52/distinfo                                1.11
- lang/ruby/rails.mk                                            1.111
- mail/ruby-actionmailer52/distinfo                             1.11
- www/ruby-actioncable52/distinfo                               1.11
- www/ruby-actionpack52/distinfo                                1.11
- www/ruby-actionview52/distinfo                                1.11
- www/ruby-rails52/distinfo                                     1.11

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Feb 13 07:26:07 UTC 2022

   Modified Files:
   	pkgsrc/databases/ruby-activerecord52: distinfo
   	pkgsrc/devel/ruby-activejob52: distinfo
   	pkgsrc/devel/ruby-activemodel52: distinfo
   	pkgsrc/devel/ruby-activestorage52: distinfo
   	pkgsrc/devel/ruby-activesupport52: distinfo
   	pkgsrc/devel/ruby-railties52: distinfo
   	pkgsrc/lang/ruby: rails.mk
   	pkgsrc/mail/ruby-actionmailer52: distinfo
   	pkgsrc/www/ruby-actioncable52: distinfo
   	pkgsrc/www/ruby-actionpack52: distinfo
   	pkgsrc/www/ruby-actionview52: distinfo
   	pkgsrc/www/ruby-rails52: distinfo

   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]