Path to this page:
./
mail/ruby-actionmailer32,
Email composition, delivery, and receiving (for Rails 3.2)
Branch: pkgsrc-2012Q4,
Version: 3.2.12,
Package name: ruby193-actionmailer-3.2.12,
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).
Required to run:[
lang/ruby193-base] [
www/ruby-actionpack32] [
mail/ruby-mail]
Master sites:
SHA1: 5627c6d044cc52876128459d960f8805006b5f97
RMD160: bfd2028708576dce3827a151a3a052ba48daa9a8
Filesize: 21.5 KB
Version history: (Expand)
- (2013-02-15) Updated to version: ruby193-actionmailer-3.2.12
- (2013-01-21) Updated to version: ruby193-actionmailer-3.2.11
- (2013-01-06) Package added to pkgsrc.se, version ruby193-actionmailer-3.2.9 (created)
CVS history: (Expand)
2013-02-15 14:32:28 by Matthias Scheler | Files touched by this commit (9) | |
Log message:
Pullup ticket #4072 - requested by taca
databases/ruby-activerecord32: security update
devel/ruby-activemodel32: security update
devel/ruby-activesupport32: security update
devel/ruby-railties32: security update
mail/ruby-actionmailer32: security update
www/ruby-actionpack32: security update
www/ruby-activeresource32: security update
www/ruby-rails32: security update
Revisions pulled up:
- databases/ruby-activerecord32/distinfo 1.10
- devel/ruby-activemodel32/distinfo 1.10
- devel/ruby-activesupport32/distinfo 1.10
- devel/ruby-railties32/Makefile 1.4
- devel/ruby-railties32/distinfo 1.10
- lang/ruby/rails.mk 1.40
- mail/ruby-actionmailer32/distinfo 1.10
- www/ruby-actionpack32/distinfo 1.10
- www/ruby-activeresource32/distinfo 1.10
- www/ruby-rails32/distinfo 1.10
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:28:10 UTC 2013
Modified Files:
pkgsrc/lang/ruby: rails.mk
Log message:
Start update of Ruby on Rails 3.2.12.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:28:59 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activesupport32: distinfo
Log message:
Update ruby-activesupport32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:29:48 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activemodel32: distinfo
Log message:
Update ruby-activemodel32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:30:48 UTC 2013
Modified Files:
pkgsrc/www/ruby-activeresource32: distinfo
Log message:
Update ruby-activeresource32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:31:19 UTC 2013
Modified Files:
pkgsrc/databases/ruby-activerecord32: distinfo
Log message:
Update ruby-activerecord32 to 3.2.12.
## Rails 3.2.12 (unreleased) ##
* Quote numeric values being compared to non-numeric columns. Otherwise,
in some database, the string column values will be coerced to a numeric
allowing 0, 0.0 or false to match any string starting with a non-digit.
Example:
App.where(apikey: 0) # => SELECT * FROM users WHERE apikey = '0'
*Dylan Smith*
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:31:52 UTC 2013
Modified Files:
pkgsrc/www/ruby-actionpack32: distinfo
Log message:
Update ruby-actionpack32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:32:32 UTC 2013
Modified Files:
pkgsrc/mail/ruby-actionmailer32: distinfo
Log message:
Update of ruby-actionmailer32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:33:08 UTC 2013
Modified Files:
pkgsrc/devel/ruby-railties32: Makefile distinfo
Log message:
Update ruby-railties32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:33:42 UTC 2013
Modified Files:
pkgsrc/www/ruby-rails32: distinfo
Log message:
Update ruby-rails32 to 3.2.12.
Change of version only.
|
2013-01-18 16:41:59 by Matthias Scheler | Files touched by this commit (9) | |
Log message:
Pullup ticket #4025 - requested by taca
databases/ruby-activerecord32: security update
devel/ruby-activemodel32: security update
devel/ruby-activesupport32: security update
devel/ruby-railties32: security update
mail/ruby-actionmailer32: security update
www/ruby-actionpack32: security update
www/ruby-activeresource32: security update
www/ruby-rails32: security update
Revisions pulled up:
- databases/ruby-activerecord32/distinfo 1.9
- devel/ruby-activemodel32/distinfo 1.9
- devel/ruby-activesupport32/distinfo 1.9
- devel/ruby-railties32/distinfo 1.9
- lang/ruby/rails.mk 1.37
- mail/ruby-actionmailer32/distinfo 1.9
- www/ruby-actionpack32/distinfo 1.9
- www/ruby-activeresource32/distinfo 1.9
- www/ruby-rails32/distinfo 1.9
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:40:52 UTC 2013
Modified Files:
pkgsrc/lang/ruby: rails.mk
Log message:
Start update of Ruby on Rails 3.2.11.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:41:15 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activesupport32: distinfo
Log message:
Update ruby-activesupport32 to 3.2.11.
## Rails 3.2.10 (Jan 8, 2012) ##
* Hash.from_xml raises when it encounters type="symbol" or \
type="yaml".
Use Hash.from_trusted_xml to parse this XML.
CVE-2013-0156
*Jeremy Kemper*
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:41:45 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activemodel32: distinfo
Log message:
Update ruby-activemodel32 to 3.2.11.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:42:12 UTC 2013
Modified Files:
pkgsrc/www/ruby-activeresource32: distinfo
Log message:
Update ruby-activeresource32 to 3.2.11.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:43:18 UTC 2013
Modified Files:
pkgsrc/databases/ruby-activerecord32: distinfo
Log message:
Update ruby-activerecord32 to 3.2.11.
## Rails 3.2.11 ##
* Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:43:59 UTC 2013
Modified Files:
pkgsrc/www/ruby-actionpack32: distinfo
Log message:
Update ruby-actionpack32 to 3.2.11.
## Rails 3.2.11 ##
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:44:21 UTC 2013
Modified Files:
pkgsrc/mail/ruby-actionmailer32: distinfo
Log message:
Update ruby-actionmailer32 to 3.2.11.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:44:44 UTC 2013
Modified Files:
pkgsrc/devel/ruby-railties32: distinfo
Log message:
Update ruby-railties32 to 3.2.11.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:45:04 UTC 2013
Modified Files:
pkgsrc/www/ruby-rails32: distinfo
Log message:
Update ruby-railties32 to 3.2.11.
Only version has updated.
|
2013-01-18 15:09:40 by Matthias Scheler | Files touched by this commit (10) | |
Log message:
Pullup ticket #4021 - requested by taca
databases/ruby-activerecord32: security update
devel/ruby-activemodel32: security update
devel/ruby-activesupport32: security update
devel/ruby-railties32: security update
mail/ruby-actionmailer32: security update
www/ruby-actionpack32: security update
www/ruby-activeresource32: security update
www/ruby-rails32: security update
Revisions pulled up:
- databases/ruby-activerecord32/distinfo 1.8
- devel/ruby-activemodel32/distinfo 1.8
- devel/ruby-activesupport32/distinfo 1.8
- devel/ruby-railties32/PLIST 1.3
- devel/ruby-railties32/distinfo 1.8
- lang/ruby/rails.mk 1.34
- mail/ruby-actionmailer32/distinfo 1.8
- www/ruby-actionpack32/distinfo 1.8
- www/ruby-activeresource32/distinfo 1.8
- www/ruby-rails32/distinfo 1.8
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:17:48 UTC 2013
Modified Files:
pkgsrc/lang/ruby: rails.mk
Log message:
Start updating of Ruby on Rails 3.2.10.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:18:39 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activesupport32: distinfo
Log message:
Update ruby-activesupport32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:19:25 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activemodel32: distinfo
Log message:
Update ruby-activemodel32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:20:05 UTC 2013
Modified Files:
pkgsrc/www/ruby-activeresource32: distinfo
Log message:
Note update of ruby-activeresource32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:21:02 UTC 2013
Modified Files:
pkgsrc/databases/ruby-activerecord32: distinfo
Log message:
Update ruby-activerecord32 to 3.2.10.
## Rails 3.2.10 ##
* CVE-2012-5664 options hashes should only be extracted if there are extra
parameters.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:21:28 UTC 2013
Modified Files:
pkgsrc/www/ruby-actionpack32: distinfo
Log message:
Update ruby-actionpack32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:22:02 UTC 2013
Modified Files:
pkgsrc/mail/ruby-actionmailer32: distinfo
Log message:
Update ruby-actionmailer32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:22:25 UTC 2013
Modified Files:
pkgsrc/devel/ruby-railties32: PLIST distinfo
Log message:
Update ruby-railties32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:22:55 UTC 2013
Modified Files:
pkgsrc/www/ruby-rails32: distinfo
Log message:
Update ruby-rails32 to 3.2.10.
Only version has updated.
|