diff options
author | taca <taca@pkgsrc.org> | 2013-02-12 13:13:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-12 13:13:08 +0000 |
commit | 5dec487586462004ff2a4db3d3ccae976c4abd10 (patch) | |
tree | e17b349d0f8333152a88f89a0283d346842c1f28 /textproc/ruby-json | |
parent | 94d08ef759a28a59da8a9a998da64506fc8f73bf (diff) | |
download | pkgsrc-5dec487586462004ff2a4db3d3ccae976c4abd10.tar.gz |
Update ruby-json and ruby-json-pure to 1.7.7.
2013-02-04 (1.7.7)
* Security fix for JSON create_additions default value and
JSON::GenericObject. It should not be possible to create additions unless
explicitely requested by setting the create_additions argument to true or
using the JSON.load/dump interface. If JSON::GenericObject is supposed to
be automatically deserialised, this has to be explicitely enabled by
setting
JSON::GenericObject.json_createble = true
as well.
* Remove useless assert in fbuffer implementation.
* Apply patch attached to https://github.com/flori/json/issues#issue/155
provided by John Shahid <jvshahid@gmail.com>, Thx!
* Add license information to rubygems spec data, reported by Jordi Massaguer
Pla <jmassaguerpla@suse.de>.
* Improve documentation, thx to Zachary Scott <zachary@zacharyscott.net>.
Diffstat (limited to 'textproc/ruby-json')
-rw-r--r-- | textproc/ruby-json/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-json/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index 93ffe437e35..4bdb0dab656 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2013/02/11 02:43:26 taca Exp $ +# $NetBSD: Makefile,v 1.24 2013/02/12 13:13:08 taca Exp $ -DISTNAME= json-1.7.6 +DISTNAME= json-1.7.7 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-json/distinfo b/textproc/ruby-json/distinfo index f932decd952..23f3052d38a 100644 --- a/textproc/ruby-json/distinfo +++ b/textproc/ruby-json/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2013/02/11 02:43:26 taca Exp $ +$NetBSD: distinfo,v 1.20 2013/02/12 13:13:08 taca Exp $ -SHA1 (json-1.7.6.gem) = d1bb0fed33232a29481f44609acefda0e5d04d56 -RMD160 (json-1.7.6.gem) = 1e13e63df6c6dd309fbfdfed50cd5dfde0cb6fcd -Size (json-1.7.6.gem) = 146432 bytes +SHA1 (json-1.7.7.gem) = eba67a79ca1590b18db5a73171857a41fd3685f0 +RMD160 (json-1.7.7.gem) = 3b2343b1a99c5d870b08966c5c68a47b1d285c5c +Size (json-1.7.7.gem) = 148480 bytes SHA1 (patch-ab) = c80a2a7a1ae78e98dd7d6982a2e5da8963a214d6 |