./mail/ruby-actionmailer42, Email composition, delivery, and receiving (for Rails 4.2)

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


Branch: pkgsrc-2019Q1, Version: 4.2.11.1, Package name: ruby24-actionmailer42-4.2.11.1, 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).


Required to run:
[lang/ruby24-base] [mail/ruby-mail] [www/ruby-actionview42]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: b781b4aade8b9c5826fe674a8e300a7c488fc6e4
RMD160: 9bca37f33fcbc7c5dba8ef07808dcac824b808de
Filesize: 26.5 KB

Version history: (Expand)


CVS history: (Expand)


   2019-05-05 17:49:21 by Benny Siegert | Files touched by this commit (13) | Package updated
Log message:
Pullup ticket #5952 - requested by taca
www/ruby-rails42: security fix

Revisions pulled up:
- databases/ruby-activerecord42/distinfo                        1.4
- devel/ruby-activejob42/distinfo                               1.4
- devel/ruby-activemodel42/distinfo                             1.4
- devel/ruby-activesupport42/Makefile                           1.7
- devel/ruby-activesupport42/distinfo                           1.4
- devel/ruby-railties42/distinfo                                1.4
- lang/ruby/rails.mk                                            1.75
- mail/ruby-actionmailer42/distinfo                             1.4
- www/ruby-actionpack42/Makefile                                1.8
- www/ruby-actionpack42/distinfo                                1.4
- www/ruby-actionview42/distinfo                                1.4
- www/ruby-rails42/Makefile                                     1.8
- www/ruby-rails42/distinfo                                     1.4

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:10:49 UTC 2019

   Modified Files:
   	pkgsrc/lang/ruby: rails.mk

   Log message:
   lang/ruby: start update rails42 to 4.2.11

   Start update of ruby-rails42.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:11:22 UTC 2019

   Modified Files:
   	pkgsrc/devel/ruby-activesupport42: Makefile distinfo

   Log message:
   devel/ruby-activesupport42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:11:56 UTC 2019

   Modified Files:
   	pkgsrc/devel/ruby-activejob42: distinfo

   Log message:
   devel/ruby-activejob42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:12:26 UTC 2019

   Modified Files:
   	pkgsrc/devel/ruby-activemodel42: distinfo

   Log message:
   devel/ruby-activemodel42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:13:03 UTC 2019

   Modified Files:
   	pkgsrc/databases/ruby-activerecord42: distinfo

   Log message:
   databases/ruby-activerecord42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:13:39 UTC 2019

   Modified Files:
   	pkgsrc/www/ruby-actionview42: distinfo

   Log message:
   www/ruby-actionview42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:14:25 UTC 2019

   Modified Files:
   	pkgsrc/www/ruby-actionpack42: Makefile distinfo

   Log message:
   www/ruby-actionpack42: update to 4.2.11.1

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

   * Fix [CVE-2019-5418] and [CVE-2019-5419].

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:14:57 UTC 2019

   Modified Files:
   	pkgsrc/mail/ruby-actionmailer42: distinfo

   Log message:
   mail/ruby-actionmailer42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:15:29 UTC 2019

   Modified Files:
   	pkgsrc/devel/ruby-railties42: distinfo

   Log message:
   devel/ruby-railties42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:16:19 UTC 2019

   Modified Files:
   	pkgsrc/www/ruby-rails42: Makefile distinfo

   Log message:
   www/ruby-rails42: update to 4.2.11.1

   Update ruby-rails24 to 4.2.11.1; security fix of actionpack.