diff options
author | tron <tron> | 2013-01-18 15:08:37 +0000 |
---|---|---|
committer | tron <tron> | 2013-01-18 15:08:37 +0000 |
commit | befe6c187e7b060c42522c3cb24bad209e5cd372 (patch) | |
tree | 0aeceaac1b8d7959e48f124438b88af15a18b9fa /lang | |
parent | e1b84fa50a2ea837a2e84d9f5fdfb7b92401aed4 (diff) | |
download | pkgsrc-befe6c187e7b060c42522c3cb24bad209e5cd372.tar.gz |
Pullup ticket #4024 - requested by taca
databases/ruby-activerecord31: security update
devel/ruby-activemodel31: security update
devel/ruby-activesupport31: security update
devel/ruby-railties31: security update
mail/ruby-actionmailer31: security update
www/ruby-actionpack31: security update
www/ruby-activeresource31: security update
www/ruby-rails31: security update
Revisions pulled up:
- databases/ruby-activerecord31/distinfo 1.8
- devel/ruby-activemodel31/distinfo 1.8
- devel/ruby-activesupport31/distinfo 1.9
- devel/ruby-railties31/distinfo 1.8
- lang/ruby/rails.mk 1.36
- mail/ruby-actionmailer31/distinfo 1.8
- www/ruby-actionpack31/distinfo 1.9
- www/ruby-activeresource31/distinfo 1.8
- www/ruby-rails31/distinfo 1.8
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:33:28 UTC 2013
Modified Files:
pkgsrc/lang/ruby: rails.mk
Log Message:
Start update of Ruby on Rails 3.1.10.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:34:08 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activesupport31: distinfo
Log Message:
Update ruby-activesupport31 to 3.1.10.
## Rails 3.1.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:34:55 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activemodel31: distinfo
Log Message:
Update ruby-activemodel31 to 3.1.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:35:24 UTC 2013
Modified Files:
pkgsrc/www/ruby-activeresource31: distinfo
Log Message:
Update ruby-activeresource31 to 3.1.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:36:36 UTC 2013
Modified Files:
pkgsrc/databases/ruby-activerecord31: distinfo
Log Message:
Update ruby-activerecord31 to 3.1.10.
## Rails 3.1.10
* Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:37:05 UTC 2013
Modified Files:
pkgsrc/www/ruby-actionpack31: distinfo
Log Message:
Update ruby-actionpack31 to 3.1.10.
## Rails 3.1.10
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:37:52 UTC 2013
Modified Files:
pkgsrc/mail/ruby-actionmailer31: distinfo
Log Message:
Update ruby-actionpack31 to 3.1.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:38:11 UTC 2013
Modified Files:
pkgsrc/devel/ruby-railties31: distinfo
Log Message:
Update ruby-railties31 to 3.1.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:38:29 UTC 2013
Modified Files:
pkgsrc/www/ruby-rails31: distinfo
Log Message:
Update ruby-rails31 to 3.1.10.
Only version has updated.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rails.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rails.mk b/lang/ruby/rails.mk index 9b525728f9e..d7142331c69 100644 --- a/lang/ruby/rails.mk +++ b/lang/ruby/rails.mk @@ -1,4 +1,4 @@ -# $NetBSD: rails.mk,v 1.31.2.4 2013/01/18 14:51:10 tron Exp $ +# $NetBSD: rails.mk,v 1.31.2.5 2013/01/18 15:08:38 tron Exp $ .if !defined(_RUBY_RAILS_MK) _RUBY_RAILS_MK= # defined @@ -39,7 +39,7 @@ _RUBY_RAILS_MK= # defined # current Ruby on Rails versions. # RUBY_RAILS3_VERSION?= 3.0.19 -RUBY_RAILS31_VERSION?= 3.1.9 +RUBY_RAILS31_VERSION?= 3.1.10 RUBY_RAILS32_VERSION?= 3.2.10 RUBY_RAILS_SUPPORTED?= # defined |