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/Makefile | |
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/Makefile')
-rw-r--r-- | textproc/ruby-json/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |