Path to this page:
./
databases/ruby-activerecord32,
Object-relational mapper framework (part of Rails 3.2)
Branch: pkgsrc-2012Q4,
Version: 3.2.12,
Package name: ruby193-activerecord-3.2.12,
Maintainer: pkgsrc-users= Active Record -- Object-relational mapping put on rails
Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.
Required to run:[
devel/ruby-activemodel32] [
lang/ruby193-base] [
time/ruby-tzinfo] [
databases/ruby-arel]
Master sites:
SHA1: 7d4327c54900f45c60947a63350e865843e193ef
RMD160: 5d403e1289e66ec8c78718b353c4fccf02ac54e5
Filesize: 284.5 KB
Version history: (Expand)
- (2013-02-15) Updated to version: ruby193-activerecord-3.2.12
- (2013-01-21) Updated to version: ruby193-activerecord-3.2.11
- (2013-01-06) Package added to pkgsrc.se, version ruby193-activerecord-3.2.9 (created)
CVS history: (Expand)
2013-02-15 14:32:28 by Matthias Scheler | Files touched by this commit (9) | |
Log message:
Pullup ticket #4072 - 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.10
- devel/ruby-activemodel32/distinfo 1.10
- devel/ruby-activesupport32/distinfo 1.10
- devel/ruby-railties32/Makefile 1.4
- devel/ruby-railties32/distinfo 1.10
- lang/ruby/rails.mk 1.40
- mail/ruby-actionmailer32/distinfo 1.10
- www/ruby-actionpack32/distinfo 1.10
- www/ruby-activeresource32/distinfo 1.10
- www/ruby-rails32/distinfo 1.10
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:28:10 UTC 2013
Modified Files:
pkgsrc/lang/ruby: rails.mk
Log message:
Start update of Ruby on Rails 3.2.12.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:28:59 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activesupport32: distinfo
Log message:
Update ruby-activesupport32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:29:48 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activemodel32: distinfo
Log message:
Update ruby-activemodel32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:30:48 UTC 2013
Modified Files:
pkgsrc/www/ruby-activeresource32: distinfo
Log message:
Update ruby-activeresource32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:31:19 UTC 2013
Modified Files:
pkgsrc/databases/ruby-activerecord32: distinfo
Log message:
Update ruby-activerecord32 to 3.2.12.
## Rails 3.2.12 (unreleased) ##
* Quote numeric values being compared to non-numeric columns. Otherwise,
in some database, the string column values will be coerced to a numeric
allowing 0, 0.0 or false to match any string starting with a non-digit.
Example:
App.where(apikey: 0) # => SELECT * FROM users WHERE apikey = '0'
*Dylan Smith*
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:31:52 UTC 2013
Modified Files:
pkgsrc/www/ruby-actionpack32: distinfo
Log message:
Update ruby-actionpack32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:32:32 UTC 2013
Modified Files:
pkgsrc/mail/ruby-actionmailer32: distinfo
Log message:
Update of ruby-actionmailer32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:33:08 UTC 2013
Modified Files:
pkgsrc/devel/ruby-railties32: Makefile distinfo
Log message:
Update ruby-railties32 to 3.2.12.
Change of version only.
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 12 14:33:42 UTC 2013
Modified Files:
pkgsrc/www/ruby-rails32: distinfo
Log message:
Update ruby-rails32 to 3.2.12.
Change of version only.
|
2013-01-18 16:41:59 by Matthias Scheler | Files touched by this commit (9) | |
Log message:
Pullup ticket #4025 - 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.9
- devel/ruby-activemodel32/distinfo 1.9
- devel/ruby-activesupport32/distinfo 1.9
- devel/ruby-railties32/distinfo 1.9
- lang/ruby/rails.mk 1.37
- mail/ruby-actionmailer32/distinfo 1.9
- www/ruby-actionpack32/distinfo 1.9
- www/ruby-activeresource32/distinfo 1.9
- www/ruby-rails32/distinfo 1.9
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:40:52 UTC 2013
Modified Files:
pkgsrc/lang/ruby: rails.mk
Log message:
Start update of Ruby on Rails 3.2.11.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:41:15 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activesupport32: distinfo
Log message:
Update ruby-activesupport32 to 3.2.11.
## Rails 3.2.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:41:45 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activemodel32: distinfo
Log message:
Update ruby-activemodel32 to 3.2.11.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:42:12 UTC 2013
Modified Files:
pkgsrc/www/ruby-activeresource32: distinfo
Log message:
Update ruby-activeresource32 to 3.2.11.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:43:18 UTC 2013
Modified Files:
pkgsrc/databases/ruby-activerecord32: distinfo
Log message:
Update ruby-activerecord32 to 3.2.11.
## Rails 3.2.11 ##
* Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:43:59 UTC 2013
Modified Files:
pkgsrc/www/ruby-actionpack32: distinfo
Log message:
Update ruby-actionpack32 to 3.2.11.
## Rails 3.2.11 ##
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:44:21 UTC 2013
Modified Files:
pkgsrc/mail/ruby-actionmailer32: distinfo
Log message:
Update ruby-actionmailer32 to 3.2.11.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:44:44 UTC 2013
Modified Files:
pkgsrc/devel/ruby-railties32: distinfo
Log message:
Update ruby-railties32 to 3.2.11.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 9 12:45:04 UTC 2013
Modified Files:
pkgsrc/www/ruby-rails32: distinfo
Log message:
Update ruby-railties32 to 3.2.11.
Only version has updated.
|
2013-01-18 15:09:40 by Matthias Scheler | Files touched by this commit (10) | |
Log message:
Pullup ticket #4021 - 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.8
- devel/ruby-activemodel32/distinfo 1.8
- devel/ruby-activesupport32/distinfo 1.8
- devel/ruby-railties32/PLIST 1.3
- devel/ruby-railties32/distinfo 1.8
- lang/ruby/rails.mk 1.34
- mail/ruby-actionmailer32/distinfo 1.8
- www/ruby-actionpack32/distinfo 1.8
- www/ruby-activeresource32/distinfo 1.8
- www/ruby-rails32/distinfo 1.8
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:17:48 UTC 2013
Modified Files:
pkgsrc/lang/ruby: rails.mk
Log message:
Start updating of Ruby on Rails 3.2.10.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:18:39 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activesupport32: distinfo
Log message:
Update ruby-activesupport32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:19:25 UTC 2013
Modified Files:
pkgsrc/devel/ruby-activemodel32: distinfo
Log message:
Update ruby-activemodel32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:20:05 UTC 2013
Modified Files:
pkgsrc/www/ruby-activeresource32: distinfo
Log message:
Note update of ruby-activeresource32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:21:02 UTC 2013
Modified Files:
pkgsrc/databases/ruby-activerecord32: distinfo
Log message:
Update ruby-activerecord32 to 3.2.10.
## Rails 3.2.10 ##
* CVE-2012-5664 options hashes should only be extracted if there are extra
parameters.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:21:28 UTC 2013
Modified Files:
pkgsrc/www/ruby-actionpack32: distinfo
Log message:
Update ruby-actionpack32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:22:02 UTC 2013
Modified Files:
pkgsrc/mail/ruby-actionmailer32: distinfo
Log message:
Update ruby-actionmailer32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:22:25 UTC 2013
Modified Files:
pkgsrc/devel/ruby-railties32: PLIST distinfo
Log message:
Update ruby-railties32 to 3.2.10.
Only version has updated.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 5 14:22:55 UTC 2013
Modified Files:
pkgsrc/www/ruby-rails32: distinfo
Log message:
Update ruby-rails32 to 3.2.10.
Only version has updated.
|