diff options
author | taca <taca@pkgsrc.org> | 2011-09-12 13:42:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-09-12 13:42:29 +0000 |
commit | a339575a4dca54e94d948fbac9bd038a642dd514 (patch) | |
tree | a1b9c23c7f2835ef08d8c60eef128c73cca4cfb3 /textproc/ruby-json/patches | |
parent | 1fea860aba8f9a3399813190efd5838a18f1cd0f (diff) | |
download | pkgsrc-a339575a4dca54e94d948fbac9bd038a642dd514.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-aa | 6 |
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. |