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 | 5ef69dda88fa8764e7c28559742b2716b9ea3577 (patch) | |
tree | e17b349d0f8333152a88f89a0283d346842c1f28 /textproc/ruby-json-pure | |
parent | e21641ff1ea154cfdcda43a5587d82a8221c9b3e (diff) | |
download | pkgsrc-5ef69dda88fa8764e7c28559742b2716b9ea3577.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-pure')
-rw-r--r-- | textproc/ruby-json-pure/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-json-pure/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-json-pure/Makefile b/textproc/ruby-json-pure/Makefile index d3f0bbe7471..1a4e4e4e102 100644 --- a/textproc/ruby-json-pure/Makefile +++ b/textproc/ruby-json-pure/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2013/02/11 02:43:26 taca Exp $ +# $NetBSD: Makefile,v 1.21 2013/02/12 13:13:08 taca Exp $ -DISTNAME= json_pure-1.7.6 +DISTNAME= json_pure-1.7.7 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= textproc diff --git a/textproc/ruby-json-pure/distinfo b/textproc/ruby-json-pure/distinfo index 9d5414bce8f..ca3cd7bd686 100644 --- a/textproc/ruby-json-pure/distinfo +++ b/textproc/ruby-json-pure/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_pure-1.7.6.gem) = cd2e3a42b46cddb3956fbbaa6cf31ab097b5bdad -RMD160 (json_pure-1.7.6.gem) = b54d493122fb851e308f1aee1a30c6caa300358c -Size (json_pure-1.7.6.gem) = 146432 bytes +SHA1 (json_pure-1.7.7.gem) = 7e1368bb90aeabd5eb578bdc234e7d5d80369329 +RMD160 (json_pure-1.7.7.gem) = 3727776bf6d05df46c386e68917e98dc1c8f7d0b +Size (json_pure-1.7.7.gem) = 148480 bytes SHA1 (patch-aa) = c80a2a7a1ae78e98dd7d6982a2e5da8963a214d6 |