Path to this page:
./
mail/ruby-actionmailer60,
Email composition, delivery, and receiving (for Rails 6.0)
Branch: pkgsrc-2022Q4,
Version: 6.0.6.1,
Package name: ruby31-actionmailer60-6.0.6.1,
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:
Filesize: 30.5 KB
Version history: (Expand)
- (2023-03-04) Updated to version: ruby31-actionmailer60-6.0.6.1
- (2022-12-27) Package added to pkgsrc.se, version ruby31-actionmailer60-6.0.6 (created)
CVS history: (Expand)
2023-03-04 14:58:17 by S.P.Zeidler | Files touched by this commit (14) | |
Log message:
Pullup ticket #6732 - requested by taca
databases/ruby-activerecord60: security update
devel/ruby-activejob60: distinfo update
devel/ruby-activemodel60: distinfo update
devel/ruby-activestorage60: distinfo update
devel/ruby-activesupport60: distinfo update
devel/ruby-railties60: distinfo update
mail/ruby-actionmailbox60: distinfo update
mail/ruby-actionmailer60: distinfo update
textproc/ruby-actiontext60: distinfo update
www/ruby-actioncable60: distinfo update
www/ruby-actionpack60: distinfo update
www/ruby-actionpack60: distinfo update
www/ruby-actionview60: distinfo update
www/ruby-rails60: distinfo update
Revisions pulled up:
- databases/ruby-activerecord60/distinfo 1.21
- devel/ruby-activejob60/distinfo 1.21
- devel/ruby-activemodel60/distinfo 1.21
- devel/ruby-activestorage60/distinfo 1.21
- devel/ruby-activesupport60/distinfo 1.21
- devel/ruby-railties60/distinfo 1.21
- lang/ruby/rails.mk 1.138
- mail/ruby-actionmailbox60/distinfo 1.21
- mail/ruby-actionmailer60/distinfo 1.21
- textproc/ruby-actiontext60/distinfo 1.21
- www/ruby-actioncable60/distinfo 1.21
- www/ruby-actionpack60/Makefile 1.5
- www/ruby-actionpack60/distinfo 1.21
- www/ruby-actionview60/distinfo 1.21
- www/ruby-rails60/distinfo 1.21
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Thu Jan 19 14:27:26 UTC 2023
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: Makefile distinfo
pkgsrc/www/ruby-actionview60: distinfo
pkgsrc/www/ruby-rails60: distinfo
Log message:
www/ruby-rails60: update to 6.0.6.1
Only databases/ruby-activerecord61 has updated.
Rails 6.0.6.1 (2023-01-17)
* Make `sanitize_as_sql_comment` more strict
Though this method was likely never meant to take user input, it was
attempting sanitization. That sanitization could be bypassed with
carefully crafted input.
This commit makes the sanitization more robust by replacing any
occurrances of "/*" or "*/" with "/ *" or \
"* /". It also performs a
first pass to remove one surrounding comment to avoid compatibility
issues for users relying on the existing removal.
This also clarifies in the documentation of annotate that it should not
be provided user input.
[CVE-2023-22794]
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/ruby-activerecord60/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-activejob60/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-activemodel60/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-activestorage60/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-activesupport60/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-railties60/distinfo
cvs rdiff -u -r1.137 -r1.138 pkgsrc/lang/ruby/rails.mk
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/ruby-actionmailbox60/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/ruby-actionmailer60/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/ruby-actiontext60/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-actioncable60/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-actionpack60/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-actionpack60/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-actionview60/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-rails60/distinfo
|