Path to this page:
Next | Query returned 2 messages, browsing 1 to 10 | previous
CVS Commit History:
2013-12-09 18:25:09 by Matthias Scheler | Files touched by this commit (9) | |
Log message:
Pullup ticket #4266 - 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.14
- devel/ruby-activemodel32/distinfo 1.14
- devel/ruby-activesupport32/distinfo 1.14
- devel/ruby-railties32/distinfo 1.14
- lang/ruby/rails.mk 1.46
- mail/ruby-actionmailer32/distinfo 1.14
- www/ruby-actionpack32/distinfo 1.14
- www/ruby-activeresource32/distinfo 1.14
- www/ruby-rails32/distinfo 1.14
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 4 15:41:48 UTC 2013
Modified Files:
pkgsrc/lang/ruby: rails.mk
Log message:
Start update of Ruby on Rails 3.2.16.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 4 15:42:52 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activesupport32: distinfo
Log message:
Update ruby-activesupport32 to 3.2.16.
Only version number has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 4 15:43:29 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activemodel32: distinfo
Log message:
Update ruby-activemodel32 to 3.2.16.
Only version number has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 4 15:44:05 UTC 2013
Modified Files:
pkgsrc/databases/ruby-activerecord32: distinfo
Log message:
ruby-activerecord32 to 3.2.16.
Only version number has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 4 15:44:42 UTC 2013
Modified Files:
pkgsrc/www/ruby-activeresource32: distinfo
Log message:
Update ruby-activeresource32 to 3.2.16.
Only version number has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 4 15:45:38 UTC 2013
Modified Files:
pkgsrc/www/ruby-actionpack32: distinfo
Log message:
Update ruby-actionpack32 to 3.2.16, security update.
* Deep Munge the parameters for GET and POST Fixes CVE-2013-6417
* Stop using i18n's built in HTML error handling. Fixes: CVE-2013-4491
* Escape the unit value provided to number_to_currency Fixes CVE-2013-6415
* Only use valid mime type symbols as cache keys CVE-2013-6414
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 4 15:46:15 UTC 2013
Modified Files:
pkgsrc/mail/ruby-actionmailer32: distinfo
Log message:
Update ruby-actionmailer32 to 3.2.16.
Only version number has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 4 15:46:48 UTC 2013
Modified Files:
pkgsrc/devel/ruby-railties32: distinfo
Log message:
Update ruby-railties32 to 3.2.16.
Only version number has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 4 15:47:17 UTC 2013
Modified Files:
pkgsrc/www/ruby-rails32: distinfo
Log message:
Update ruby-rails32 to 3.2.16.
Only version number has updated.
|
2013-10-29 00:37:33 by Matthias Scheler | Files touched by this commit (9) | |
Log message:
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.
|
Next | Query returned 2 messages, browsing 1 to 10 | previous