summaryrefslogtreecommitdiff
path: root/textproc/ruby-json/patches
diff options
context:
space:
mode:
authortaca <taca>2011-09-12 13:42:29 +0000
committertaca <taca>2011-09-12 13:42:29 +0000
commit58e12a7c00b5867991fd54c788d378cbd6c9cb1c (patch)
treea1b9c23c7f2835ef08d8c60eef128c73cca4cfb3 /textproc/ruby-json/patches
parent75c1022510eaaf3eae4079e2783356b867ebbe76 (diff)
downloadpkgsrc-58e12a7c00b5867991fd54c788d378cbd6c9cb1c.tar.gz
Update ruby-json and ruby-json-pure package to 1.5.4.
2011-08-31 (1.5.4) * Fix memory leak when used from multiple JRuby. (Patch by jfirebaugh@github). * Apply patch by Eric Wong <nocode@yhbt.net> that fixes garbage collection problem reported in https://github.com/flori/json/issues/46. * Add :quirks_mode option to parser and generator. * Add support for Rational and Complex number additions via json/add/complex and json/add/rational requires.
Diffstat (limited to 'textproc/ruby-json/patches')
-rw-r--r--textproc/ruby-json/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/ruby-json/patches/patch-aa b/textproc/ruby-json/patches/patch-aa
index f5f1cd37946..c8a1bfee952 100644
--- a/textproc/ruby-json/patches/patch-aa
+++ b/textproc/ruby-json/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.8 2011/08/12 17:20:20 taca Exp $
+$NetBSD: patch-aa,v 1.9 2011/09/12 13:42:30 taca Exp $
---- ../json-1.5.3.gemspec.orig 2011-08-04 02:01:16.000000000 +0000
-+++ ../json-1.5.3.gemspec
+--- ../json-1.5.4.gemspec.orig 2011-09-01 06:59:02.000000000 +0000
++++ ../json-1.5.4.gemspec
@@ -47,9 +47,7 @@ dependencies:
version_requirements: *id003
description: This is a JSON implementation as a Ruby extension in C.