./mail/ruby-actionmailer32, Email composition, delivery, and receiving (for Rails 3.2)

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


Branch: pkgsrc-2015Q4, Version: 3.2.22.2, Package name: ruby200-actionmailer-3.2.22.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).


Required to run:
[www/ruby-actionpack32] [lang/ruby200-base] [mail/ruby-mail25]

Master sites:

SHA1: d5fa20cbddd37cbfd4a665b3d37ad2d5f47f1394
RMD160: 5748dcf277c56470a2f5bf9a9fefbf1bb9e81029
Filesize: 21 KB

Version history: (Expand)


CVS history: (Expand)


   2016-03-08 19:58:35 by Benny Siegert | Files touched by this commit (9) | Package updated
Log message:
Pullup ticket #4947 - requested by taca
www/ruby-actionpack32: security fix

Revisions pulled up:
- databases/ruby-activerecord32/distinfo                        1.23
- devel/ruby-activemodel32/distinfo                             1.23
- devel/ruby-activesupport32/distinfo                           1.23
- devel/ruby-railties32/distinfo                                1.23
- lang/ruby/rails.mk                                            1.54
- mail/ruby-actionmailer32/distinfo                             1.23
- www/ruby-actionpack32/distinfo                                1.23
- www/ruby-activeresource32/distinfo                            1.23
- www/ruby-rails32/distinfo                                     1.23

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Mar  5 05:23:26 UTC 2016

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

   Log message:
   Start update of Ruby on Rails to  3.2.22.2.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Mar  5 05:24:32 UTC 2016

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

   Log message:
   Update ruby-activesupport32 to  3.2.22.2.

   No chnage except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Mar  5 05:24:59 UTC 2016

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

   Log message:
   Update ruby-activemodel32 to  3.2.22.2.

   No chnage except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Mar  5 05:25:33 UTC 2016

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

   Log message:
   Update ruby-activerecord32 to  3.2.22.2.

   No chnage except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Mar  5 05:26:08 UTC 2016

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

   Log message:
   Update ruby-activeresource32 to  3.2.22.2.

   No chnage except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Mar  5 05:27:42 UTC 2016

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

   Log message:
   Update ruby-actionpack32 to 3.2.22.2.

   Fixes CVE-2016-2097 and CVE-2016-2098.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Mar  5 05:28:40 UTC 2016

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

   Log message:
   Update ruby-actionmailer32 to 3.2.22.2.

   No chnage except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Mar  5 05:29:07 UTC 2016

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

   Log message:
   Update ruby-railties32 to 3.2.22.2.

   No chnage except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Mar  5 05:29:26 UTC 2016

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

   Log message:
   Update ruby-rails32 to 3.2.22.2.

   No chnage except version.
   2016-02-10 20:22:42 by Benny Siegert | Files touched by this commit (11) | Package updated
Log message:
Pullup ticket #4915 - requested by taca
devel/ruby-activemodel32: security fix
devel/ruby-activesupport32: security fix
devel/ruby-railties32: security fix
mail/ruby-actionmailer32: security fix
www/ruby-actionpack32: security fix
www/ruby-activeresource32: security fix
www/ruby-rails32: security fix

Revisions pulled up:
- databases/ruby-activerecord32/distinfo                        1.22
- devel/ruby-activemodel32/distinfo                             1.22
- devel/ruby-activesupport32/PLIST                              1.2
- devel/ruby-activesupport32/distinfo                           1.22
- devel/ruby-railties32/Makefile                                1.11
- devel/ruby-railties32/distinfo                                1.22
- lang/ruby/rails.mk                                            1.53
- mail/ruby-actionmailer32/distinfo                             1.22
- www/ruby-actionpack32/distinfo                                1.22
- www/ruby-activeresource32/distinfo                            1.22
- www/ruby-rails32/distinfo                                     1.22

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Feb  1 13:42:36 UTC 2016

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

   Log message:
   Start update of Ruby on Rails to 3.2.22.1.

   Also tweak _RAILS_{MAJOR,MINOR,TEENY} variable definition.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Feb  1 13:43:56 UTC 2016

   Modified Files:
   	pkgsrc/devel/ruby-activesupport32: PLIST distinfo

   Log message:
   Update ruby-activesupport32 to 3.2.22.1.

   * Add ActiveSupport::SecurityUtils module which is required for
     security fix of  actionpack.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Feb  1 13:45:10 UTC 2016

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

   Log message:
   Update ruby-activemodel32 to 3.2.22.1.

   * No change except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Feb  1 13:46:12 UTC 2016

   Modified Files:
   	pkgsrc/databases/ruby-activerecord32: Makefile distinfo

   Log message:
   Update ruby-activerecord32 to 3.2.22.1.

   * No change except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Feb  1 13:47:02 UTC 2016

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

   Log message:
   Update ruby-activeresource32 to 3.2.22.1.

   * No change except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Feb  1 13:48:02 UTC 2016

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

   Log message:
   Note update of ruby-actionpack32 to 3.2.22.1.

   * Use secure string comparisons for basic auth username / password.
     (CVE-2015-7576)
   * Stop caching mime types globally.  (CVE-2016-0751)
   * Don't short-circuit reject_if proc.  (CVE-2015-7577)
   * Allow :file to be outside rails root, but anything else must be inside
     the rails view directory.  (CVE-2016-0752)

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Feb  1 13:48:55 UTC 2016

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

   Log message:
   Update ruby-actionmailer32  to 3.2.22.1.

   * No change except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Feb  1 13:49:57 UTC 2016

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

   Log message:
   Update ruby-railties32 to 3.2.22.1.

   * No change except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Feb  1 13:50:48 UTC 2016

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

   Log message:
   Update ruby-rails32 to 3.2.22.1.

   * No change except version.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Feb  1 13:46:12 UTC 2016

   Modified Files:
	   pkgsrc/databases/ruby-activerecord32: Makefile distinfo

   Log message:
   Update ruby-activerecord32 to 3.2.22.1.

   * No change except version.