./www/ruby-actionpack32, Toolkit for building modeling frameworks (part of Rails 3.2)

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


Branch: pkgsrc-2014Q2, Version: 3.2.19, Package name: ruby200-actionpack-3.2.19, Maintainer: pkgsrc-users

Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.


Required to run:
[misc/ruby-sprockets22] [www/ruby-rack-test] [www/ruby-rack-cache] [www/ruby-erubis] [www/ruby-rack14] [www/ruby-journey] [devel/ruby-activemodel32] [lang/ruby200-base]

Master sites: (Expand)

SHA1: 44285b467d5c89d6fcc7ccb0d75e18371373a097
RMD160: 811daab00fbf7ad15b03b6a7f2653aa32a1a219a
Filesize: 285.5 KB

Version history: (Expand)


CVS history: (Expand)


   2014-07-09 23:12:10 by Matthias Scheler | Files touched by this commit (9) | Package updated
Log message:
Pullup ticket #4448 - 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

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

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  6 07:36:35 UTC 2014

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

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

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  6 07:38:16 UTC 2014

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

   Log message:
   Update ruby-activesupport32 to 3.2.19.

   ## Rails 3.2.19 (Jul 2, 2014) ##

   *   Make sure Active Support configurations are applied correctly.

       Before this change configuration set using `config.active_support`
       would not be set.

       *Rafael Mendon=E7a Fran=E7a*

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  6 07:38:50 UTC 2014

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

   Log message:
   Update ruby-activemodel32 to 3.2.19.

   ## Rails 3.2.19 (Jul 2, 2014) ##

   * No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  6 07:40:52 UTC 2014

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

   Log message:
   Update ruby-activeresource32 to 3.2.19.

   ## Rails 3.2.19 (Jul 2, 2014) ##

   * No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  6 07:41:43 UTC 2014

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

   Log message:
   Update ruby-actionpack32 to 3.2.19.

   ## Rails 3.2.19 (Jul 2, 2014) ##

   *   Fix regression when using `ActionView::Helpers::TranslationHelper#t=
   ranslate` with
       `options[:raise]`.

       This regression was introduced at ec16ba75a5493b9da972eea08bae630eb=
   a35b62f.

       *Shota Fukumori (sora_h)*

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  6 07:42:15 UTC 2014

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

   Log message:
   Update ruby-actionmailer32 to 3.2.19.

   ## Rails 3.2.19 (Jul 2, 2014) ##

   * No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  6 07:42:48 UTC 2014

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

   Log message:
   Update ruby-railties32 to 3.2.19.

   ## Rails 3.2.19 (Jul 2, 2014) ##

   * No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  6 07:43:50 UTC 2014

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

   Log message:
   Update ruby-rails32 to 3.2.19.

   This is meta package like ruby gem.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul  6 07:40:12 UTC 2014

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

   Log message:
   Update ruby-activerecord32 to 3.2.19, security fix.

   ## Rails 3.2.19 (Jul 2, 2014) ##

   *   Fix SQL Injection Vulnerability in 'bitstring' quoting.

       Fixes CVE-2014-3482.

       *Rafael Mendonḋ®a Franḋ®a*