diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-10 23:18:25 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-10 23:26:51 +0000 |
commit | 1a4d4860aadd2c44dfb659ae0b31215e604cb806 (patch) | |
tree | 03008c9e9d28db269b61b530f5a1d6fd722ae0a8 /main/ruby-activerecord | |
parent | 0988ba37c63ae26e936a6563747ac9c31e14c10a (diff) | |
download | aports-1a4d4860aadd2c44dfb659ae0b31215e604cb806.tar.bz2 aports-1a4d4860aadd2c44dfb659ae0b31215e604cb806.tar.xz |
main/ruby-rails: upgrade rails pacakges to 3.8.11
This should fix CVE-2013-0155 and CVE-2013-0156
(cherry picked from commit 44b292eee8cdce936dc038e83ee24cbf9f38c89f)
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 866d9338ab..5e6dc0b956 100644 --- a/main/ruby-activerecord/APKBUILD +++ b/main/ruby-activerecord/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> _gemname=activerecord pkgname=ruby-$_gemname -pkgver=3.2.8 +pkgver=3.2.11 pkgrel=0 pkgdesc="Ruby ActiveRecord pattern (Fowler, PoEAA) for ORM" url="https://rubyforge.org/projects/activerecord/" @@ -33,4 +33,4 @@ package() { "$pkgdir"/$_geminstdir/.require_paths } -md5sums="2c28e8a6547f49e5964b31528bf1f48e activerecord-3.2.8.gem" +md5sums="0a015404f80bdd7b03b03c667d976e9f activerecord-3.2.11.gem" |