summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca>2011-08-17 14:12:42 +0000
committertaca <taca>2011-08-17 14:12:42 +0000
commit165ab24db45ce7689c57ae4fcb67b165e01bf917 (patch)
tree7029cbafc58035db836175c0c057096b77e11893 /databases
parent4a55769b40580e68a67426cadc345da734091c53 (diff)
downloadpkgsrc-165ab24db45ce7689c57ae4fcb67b165e01bf917.tar.gz
Update ruby-activerecord package to 2.3.14.
2.3.14: Security fix: The quote_table_name method in the ActiveRecord adapaters for Ruby on Rails were initially created solely for the purpose of escaping reserved words encountered in table names. However over time 3rd party libraries, and rails itself, grew to rely on those functions as a way to sanitize potentially malicious user input. As a result these functions need to be hardened to manage malicious input rather than assuming they're being passed benign values generated by rails itself.
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-activerecord/PLIST4
-rw-r--r--databases/ruby-activerecord/distinfo8
2 files changed, 5 insertions, 7 deletions
diff --git a/databases/ruby-activerecord/PLIST b/databases/ruby-activerecord/PLIST
index 368c7df132b..1e9e96577cf 100644
--- a/databases/ruby-activerecord/PLIST
+++ b/databases/ruby-activerecord/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2011/06/11 03:13:46 taca Exp $
+@comment $NetBSD: PLIST,v 1.21 2011/08/17 14:12:42 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/README
@@ -198,8 +198,6 @@ ${GEM_LIBDIR}/test/fixtures/developers_projects.yml
${GEM_LIBDIR}/test/fixtures/edges.yml
${GEM_LIBDIR}/test/fixtures/entrants.yml
${GEM_LIBDIR}/test/fixtures/faces.yml
-${GEM_LIBDIR}/test/fixtures/fixture_database.sqlite3
-${GEM_LIBDIR}/test/fixtures/fixture_database_2.sqlite3
${GEM_LIBDIR}/test/fixtures/fk_test_has_fk.yml
${GEM_LIBDIR}/test/fixtures/fk_test_has_pk.yml
${GEM_LIBDIR}/test/fixtures/funny_jokes.yml
diff --git a/databases/ruby-activerecord/distinfo b/databases/ruby-activerecord/distinfo
index 5c47b371b80..bc02f6c666b 100644
--- a/databases/ruby-activerecord/distinfo
+++ b/databases/ruby-activerecord/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2011/06/11 03:13:46 taca Exp $
+$NetBSD: distinfo,v 1.23 2011/08/17 14:12:42 taca Exp $
-SHA1 (activerecord-2.3.12.gem) = baf4202d6f10869d3419713d63f5aea68c9f5d7e
-RMD160 (activerecord-2.3.12.gem) = dfcc5970e0297139f232a79802e49c0bcf561ca4
-Size (activerecord-2.3.12.gem) = 1037312 bytes
+SHA1 (activerecord-2.3.14.gem) = 31b021980a7f4b7459320ddff4fb75858cda2e82
+RMD160 (activerecord-2.3.14.gem) = 876ce70771df6ae2cfb43df0dc90e4d7ed106eed
+Size (activerecord-2.3.14.gem) = 541184 bytes