Path to this page:
./
mail/ruby-actionmailer60,
Email composition, delivery, and receiving (for Rails 6.0)
Branch: pkgsrc-2020Q3,
Version: 6.0.3.4,
Package name: ruby26-actionmailer60-6.0.3.4,
Maintainer: pkgsrc-usersAction 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 6.0.
Master sites:
SHA1: e2a0221f78f260b93ac57c1d40f2c0cabe82b1c9
RMD160: 521efcb8c0a10664d14d98ad76afe0505ee5b604
Filesize: 30 KB
Version history: (Expand)
- (2020-10-23) Updated to version: ruby26-actionmailer60-6.0.3.4
- (2020-10-09) Package added to pkgsrc.se, version ruby26-actionmailer60-6.0.3.3 (created)
CVS history: (Expand)
2020-10-23 18:25:02 by Benny Siegert | Files touched by this commit (15) | |
Log message:
Pullup ticket #6344 - requested by taca
www/ruby-rails60: security fix
Revisions pulled up:
- databases/ruby-activerecord60/distinfo 1.6
- devel/ruby-activejob60/distinfo 1.6
- devel/ruby-activemodel60/distinfo 1.6
- devel/ruby-activestorage60/distinfo 1.6
- devel/ruby-activesupport60/distinfo 1.6
- devel/ruby-railties60/distinfo 1.6
- lang/ruby/rails.mk 1.91
- mail/ruby-actionmailbox60/distinfo 1.6
- mail/ruby-actionmailer60/distinfo 1.6
- textproc/ruby-actiontext60/distinfo 1.6
- www/ruby-actioncable60/distinfo 1.6
- www/ruby-actionpack60/distinfo 1.6
- www/ruby-actionview60/distinfo 1.6
- www/ruby-rails60/Makefile 1.5
- www/ruby-rails60/distinfo 1.6
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Oct 19 14:50:32 UTC 2020
Modified Files:
pkgsrc/databases/ruby-activerecord60: distinfo
pkgsrc/devel/ruby-activejob60: distinfo
pkgsrc/devel/ruby-activemodel60: distinfo
pkgsrc/devel/ruby-activestorage60: distinfo
pkgsrc/devel/ruby-activesupport60: distinfo
pkgsrc/devel/ruby-railties60: distinfo
pkgsrc/lang/ruby: rails.mk
pkgsrc/mail/ruby-actionmailbox60: distinfo
pkgsrc/mail/ruby-actionmailer60: distinfo
pkgsrc/textproc/ruby-actiontext60: distinfo
pkgsrc/www/ruby-actioncable60: distinfo
pkgsrc/www/ruby-actionpack60: distinfo
pkgsrc/www/ruby-actionview60: distinfo
pkgsrc/www/ruby-rails60: Makefile distinfo
Log message:
www/ruby-rails60: update to 6.0.3.4
Update Ruby on Rails 6.0 related packages to 6.0.3.4.
This is security fix for ruby-actionpack60.
## Rails 6.0.3.4 (October 07, 2020) ##
* [CVE-2020-8264] Prevent XSS in Actionable Exceptions
|