Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (98d)  pkgsrc-2023Q3 (178d) 

2024-06-06 01:05:39 UTC Now

2013-10-28 23:37:33 UTC pkgsrc-2013Q3 commitmail json YAML

Pullup ticket #4248 - 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.13
- devel/ruby-activemodel32/distinfo                            1.13
- devel/ruby-activesupport32/distinfo                          1.13
- devel/ruby-railties32/distinfo                                1.13
- lang/ruby/rails.mk                                            1.45
- mail/ruby-actionmailer32/distinfo                            1.13
- www/ruby-actionpack32/distinfo                                1.13
- www/ruby-activeresource32/distinfo                            1.13
- www/ruby-rails32/distinfo                                    1.13

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:22:42 UTC 2013

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

  Log Message:
  Start update of Ruby on Rails 3.2.15.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:24:38 UTC 2013

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

  Log Message:
  Update ruby-activesupport32 to 3.2.15.

  ## Rails 3.2.15 (Oct 16, 2013) ##

  * Fix ActiveSupport::Cache::FileStore#cleanup to no longer rely on missing
    each_key method.

      *Murray Steele*

  * Add respond_to_missing? for TaggedLogging which is best practice when
    overriding method_missing. This permits wrapping TaggedLogging by another
    log abstraction such as em-logger.

      *Wolfram Arnold*

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:26:02 UTC 2013

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

  Log Message:
  Update ruby-activemodel32 to

  ## Rails 3.2.15 (Oct 16, 2013) ##

  *  No changes.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:27:20 UTC 2013

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

  Log Message:
  Update ruby-actionpack32 to 3.2.15.

  ## Rails 3.2.15 (Oct 16, 2013) ##

  * Fix `ActionDispatch::RemoteIp::GetIp#calculate_ip` to only check for
    spoofing attacks if both `HTTP_CLIENT_IP` and `HTTP_X_FORWARDED_FOR` are
    set.

    Fixes #12410
    Backports #10844

    *Tamir Duberstein*

  * Fix the assert_recognizes test method so that it works when there are
    constraints on the querystring.

    Issue/Pull Request #9368
    Backport #5219

    *Brian Hahn*

  * Fix to render partial by context(#11605).

    *Kassio Borges*

  * Fix `ActionDispatch::Assertions::ResponseAssertions#assert_redirected_to`
    does not show user-supplied message.

    Issue: when `assert_redirected_to` fails due to the response redirect not
    matching the expected redirect the user-supplied message (second parameter)
    is not shown. This message is only shown if the response is not a redirect.

    *Alexey Chernenkov*

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:30:05 UTC 2013

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

  Log Message:
  Update ruby-activerecord32 to 3.2.15.

  ## Rails 3.2.15 (Oct 16, 2013) ##

  * When calling the method .find_or_initialize_by_* from a collection_proxy it
    should set the inverse_of relation even when the entry was found on the db.

      *arthurnn*

  * Callbacks on has_many should access the in memory parent if a inverse_of is
    set.

      *arthurnn*

  * Fix `FinderMethods#last` unscoped primary key.

      Fixes #11917.

      *Eugene Kalenkovich*

  * Load fixtures from linked folders.

      *Kassio Borges*

  * When using optimistic locking, `update` was not passing the column to
    `quote_value` to allow the connection adapter to properly determine how to
    quote the value. This was affecting certain databases that use specific
    colmn types.

      Fixes: #6763

      *Alfred Wong*

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:31:00 UTC 2013

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

  Log Message:
  Update ruby-activeresource32 to 3.2.15.

  ## Rails 3.2.15 (Oct 16, 2013) ##

  * No changes.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:33:16 UTC 2013

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

  Log Message:
  Update ruby-actionmailer32 to 3.2.15.

  CHANGELOG.md says "No changes." but it fixes possible dos vulnerability.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:34:47 UTC 2013

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

  Log Message:
  Update ruby-railties32 to 3.2.15.

  CHANGELOG.md says "No changes." but really it contains a few bug fixes.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:38:03 UTC 2013

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

  Log Message:
  Update ruby-rails32 to 3.2.15.

  This is a bug fix release and also contains one security fix.

(tron)