pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2012Q2] pkgsrc



Module Name:    pkgsrc
Committed By:   tron
Date:           Sun Aug 12 14:49:00 UTC 2012

Modified Files:
        pkgsrc/databases/ruby-activerecord32 [pkgsrc-2012Q2]: distinfo
        pkgsrc/devel/ruby-activemodel32 [pkgsrc-2012Q2]: distinfo
        pkgsrc/devel/ruby-activesupport32 [pkgsrc-2012Q2]: distinfo
        pkgsrc/devel/ruby-railties32 [pkgsrc-2012Q2]: distinfo
        pkgsrc/lang/ruby [pkgsrc-2012Q2]: rails.mk
        pkgsrc/mail/ruby-actionmailer32 [pkgsrc-2012Q2]: distinfo
        pkgsrc/www/ruby-actionpack32 [pkgsrc-2012Q2]: distinfo
        pkgsrc/www/ruby-activeresource32 [pkgsrc-2012Q2]: distinfo
        pkgsrc/www/ruby-rails32 [pkgsrc-2012Q2]: distinfo

Log Message:
Pullup ticket #3896 - 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.5
- devel/ruby-activemodel32/distinfo                             1.5
- devel/ruby-activesupport32/distinfo                           1.5
- devel/ruby-railties32/distinfo                                1.5
- lang/ruby/rails.mk                                            1.27
- mail/ruby-actionmailer32/distinfo                             1.5
- www/ruby-actionpack32/distinfo                                1.5
- www/ruby-activeresource32/distinfo                            1.5
- www/ruby-rails32/distinfo                                     1.5

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Tue Jul 31 12:50:28 UTC 2012

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

   Log Message:
   Start update of Ruby on Rails 3.2.7.

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Tue Jul 31 12:51:18 UTC 2012

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

   Log Message:
   Update ruby-activesupport32 to 3.2.7.

   ## Rails 3.2.7 (unreleased)

   * Hash#fetch(fetch) is not the same as doing hash[key]
   * adds a missing require [fixes #6896]
   * make sure the inflection rules are loaded when cherry-picking
     active_support/core_ext/string/inflections.rb [fixes #6884]
   * Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require
   * bump AS deprecation_horizon to 4.0

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Tue Jul 31 12:52:25 UTC 2012

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

   Log Message:
   Update ruby-activemodel32 to 3.2.7.

   ## Rails 3.2.7 (unreleased)

   * `validates_inclusion_of` and `validates_exclusion_of` now accept `:within`
     option as alias of `:in` as documented.

   * Fix the the backport of the object dup with the ruby 1.9.3p194.

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Tue Jul 31 12:53:01 UTC 2012

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

   Log Message:
   Update ruby-activeresource32 to 3.2.7.

   ## Rails 3.2.7 (unreleased)

   *   No changes.

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Tue Jul 31 12:53:46 UTC 2012

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

   Log Message:
   Update ruby-activerecord32 to 3.2.7.

   ## Rails 3.2.7 (unreleased) ##

   *   `:finder_sql` and `:counter_sql` options on collection associations
       are deprecated. Please transition to using scopes.

       *Jon Leighton*

   *   `:insert_sql` and `:delete_sql` options on `has_and_belongs_to_many`
       associations are deprecated. Please transition to using `has_many
       :through`

       *Jon Leighton*

   *   `composed_of` has been deprecated. You'll have to write your own accessor
       and mutator methods if you'd like to use value objects to represent some
       portion of your models.

       *Steve Klabnik*

   *   `update_attribute` has been deprecated. Use `update_column` if
       you want to bypass mass-assignment protection, validations, callbacks,
       and touching of updated_at. Otherwise please use `update_attributes`.

       *Steve Klabnik*

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Tue Jul 31 12:55:32 UTC 2012

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

   Log Message:
   Update ruby-actionpack32 to 3.2.7.

   ## Rails 3.2.7 (unreleased) ##

   * Do not convert digest auth strings to symbols. CVE-2012-3424

   * Bump Journey requirements to 1.0.4

   * Add support for optional root segments containing slashes

   * Fixed bug creating invalid HTML in select options

   * Show in log correct wrapped keys

   * Fix NumberHelper options wrapping to prevent verbatim blocks being rendered
     instead of line continuations.

   * ActionController::Metal doesn't have logger method, check it and then
     delegate

   * ActionController::Caching depends on RackDelegation and
     AbstractController::Callbacks

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Tue Jul 31 12:56:13 UTC 2012

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

   Log Message:
   Update ruby-actionmailer32 to 3.2.7.

   ## Rails 3.2.7 (unreleased)

   *   No changes.

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Tue Jul 31 12:56:46 UTC 2012

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

   Log Message:
   Update ruby-railties32 to 3.2.7.

   ## Rails 3.2.7 (unreleased)

   * Since Rails 3.2, use layout false to render no layout
   * Use strict_args_position! if available from Thor

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Tue Jul 31 12:57:33 UTC 2012

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

   Log Message:
   Update Update ruby-rails32 to 3.2.17.

   This is a meta-like package and no changes.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/databases/ruby-activerecord32/distinfo
cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/devel/ruby-activemodel32/distinfo
cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/devel/ruby-activesupport32/distinfo
cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/devel/ruby-railties32/distinfo
cvs rdiff -u -r1.24.2.2 -r1.24.2.3 pkgsrc/lang/ruby/rails.mk
cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/mail/ruby-actionmailer32/distinfo
cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/www/ruby-actionpack32/distinfo
cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/www/ruby-activeresource32/distinfo
cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/www/ruby-rails32/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index