diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-31 15:54:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-31 15:56:10 +0000 |
commit | 49ebdcb8aff6bdfa648f9187099c0af96536f438 (patch) | |
tree | 430ff882b5289bb06384347f3a97d77782ab8718 /main/ruby-activerecord | |
parent | 688926b9e5cfa7f14e59ab8e8875d5bed5e26880 (diff) | |
download | aports-49ebdcb8aff6bdfa648f9187099c0af96536f438.tar.bz2 aports-49ebdcb8aff6bdfa648f9187099c0af96536f438.tar.xz |
main/ruby-activerecord: security upgrade to 2.3.14 (CVE-2011-2930)
fixes #977
Diffstat (limited to 'main/ruby-activerecord')
-rw-r--r-- | main/ruby-activerecord/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby-activerecord/APKBUILD b/main/ruby-activerecord/APKBUILD index 4835e88409..c8b701bd77 100644 --- a/main/ruby-activerecord/APKBUILD +++ b/main/ruby-activerecord/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: pkgname=ruby-activerecord _realname=activerecord -pkgver=2.3.11 +pkgver=2.3.14 pkgrel=0 pkgdesc="Ruby ActiveRecord pattern (Fowler, PoEAA) for ORM" url="https://rubyforge.org/projects/activerecord/" -arch="all" +arch="noarch" license="GPL" depends="ruby" depends_dev= |