pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-activerecord31 Update ruby-activerecord...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76a615cac6ac
branches:  trunk
changeset: 604610:76a615cac6ac
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jun 02 01:34:48 2012 +0000

description:
Update ruby-activerecord31 to 3.1.5.

## Rails 3.1.5 (May 31, 2012) ##

*   Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.

*   only log an error if there is a logger. fixes #5226

*   fix activerecord query_method regression with offset into Fixnum

*   predicate builder should not recurse for determining where columns.
    Thanks to Ben Murphy for reporting this! CVE-2012-2661

diffstat:

 databases/ruby-activerecord31/Makefile |  4 ++--
 databases/ruby-activerecord31/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 53e9e2fae613 -r 76a615cac6ac databases/ruby-activerecord31/Makefile
--- a/databases/ruby-activerecord31/Makefile    Sat Jun 02 01:34:21 2012 +0000
+++ b/databases/ruby-activerecord31/Makefile    Sat Jun 02 01:34:48 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/03/18 05:39:55 taca Exp $
+# $NetBSD: Makefile,v 1.3 2012/06/02 01:34:48 taca Exp $
 
 DISTNAME=      activerecord-${RUBY_RAILS_VERSION}
 CATEGORIES=    databases
@@ -11,7 +11,7 @@
 # Comment out dependency in gemspec but already depends indirectly one.
 #DEPENDS+=     ${RUBY_ACTIVESUPPORT_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIVEMODEL_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-arel>=2.2.1<2.3:../../databases/ruby-arel22
+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
diff -r 53e9e2fae613 -r 76a615cac6ac databases/ruby-activerecord31/distinfo
--- a/databases/ruby-activerecord31/distinfo    Sat Jun 02 01:34:21 2012 +0000
+++ b/databases/ruby-activerecord31/distinfo    Sat Jun 02 01:34:48 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/03/18 05:39:55 taca Exp $
+$NetBSD: distinfo,v 1.3 2012/06/02 01:34:48 taca Exp $
 
-SHA1 (activerecord-3.1.4.gem) = 3bc7c82f7907ce4ddded9a82cf41c78b8afddc56
-RMD160 (activerecord-3.1.4.gem) = cfe6cb5f1f3de73703c50b297ce801ff218e9b09
-Size (activerecord-3.1.4.gem) = 376320 bytes
+SHA1 (activerecord-3.1.5.gem) = 7d30ab2f8fba7223a936506f06ebefdff5ab7b4b
+RMD160 (activerecord-3.1.5.gem) = 69138dc9434680dfdf3f0a57f6262b33e9fb0a6e
+Size (activerecord-3.1.5.gem) = 377344 bytes



Home | Main Index | Thread Index | Old Index