diff options
author | taca <taca@pkgsrc.org> | 2012-06-14 14:55:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-14 14:55:35 +0000 |
commit | dfbae3c653c1ff5b8e7dfb7086f1b3b0864e7b00 (patch) | |
tree | 2e8b6d6855b597166287f56335305b63fbcba9b3 | |
parent | 6d37b9e2b76a803ff74d99c756005f0b31b6be7e (diff) | |
download | pkgsrc-dfbae3c653c1ff5b8e7dfb7086f1b3b0864e7b00.tar.gz |
Update ruby-activerecord31 to 3.1.6.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.
## Rails 3.1.6 (Jun 12, 2012)
* protect against the nesting of hashes changing the
table context in the next call to build_from_hash. This fix
covers this case as well.
CVE-2012-2695
-rw-r--r-- | databases/ruby-activerecord31/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-activerecord31/distinfo | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/databases/ruby-activerecord31/Makefile b/databases/ruby-activerecord31/Makefile index 1e758a4a931..e4687ac4ffa 100644 --- a/databases/ruby-activerecord31/Makefile +++ b/databases/ruby-activerecord31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/06/02 01:34:48 taca Exp $ +# $NetBSD: Makefile,v 1.4 2012/06/14 14:55:35 taca Exp $ DISTNAME= activerecord-${RUBY_RAILS_VERSION} CATEGORIES= databases @@ -15,6 +15,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-arel>=2.2.3<2.3:../../databases/ruby-arel22 DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=0.3.29<0.4:../../time/ruby-tzinfo RUBY_RAILS_SUPPORTED= 31 +RUBY_RAILS_STRICT_DEP= yes .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-activerecord31/distinfo b/databases/ruby-activerecord31/distinfo index 0af61f9c847..f1e24d5d940 100644 --- a/databases/ruby-activerecord31/distinfo +++ b/databases/ruby-activerecord31/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/06/02 01:34:48 taca Exp $ +$NetBSD: distinfo,v 1.4 2012/06/14 14:55:35 taca Exp $ -SHA1 (activerecord-3.1.5.gem) = 7d30ab2f8fba7223a936506f06ebefdff5ab7b4b -RMD160 (activerecord-3.1.5.gem) = 69138dc9434680dfdf3f0a57f6262b33e9fb0a6e -Size (activerecord-3.1.5.gem) = 377344 bytes +SHA1 (activerecord-3.1.6.gem) = 3f75495054e9d8042b3a136eb06de29368a2c50c +RMD160 (activerecord-3.1.6.gem) = a3f9e3c57aae69ffd5f668b452ae7e331be4fb4d +Size (activerecord-3.1.6.gem) = 377856 bytes |