diff options
author | ryoon <ryoon> | 2014-04-20 00:09:04 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2014-04-20 00:09:04 +0000 |
commit | b0d88d106b60e9a11e948058f87815823a5e9da2 (patch) | |
tree | 33243818ae57a70b26843870b95b3669e49fe197 /textproc/json-c/PLIST | |
parent | 0d476ae3e54d3706b772e4e87979ec19562e01b6 (diff) | |
download | pkgsrc-b0d88d106b60e9a11e948058f87815823a5e9da2.tar.gz |
Update to 0.12
* Security update for CVE-2013-6370 and CVE-2013-6371
* Update API version
0.12
* Address security issues:
* CVE-2013-6371: hash collision denial of service
* CVE-2013-6370: buffer overflow if size_t is larger than int
* Avoid potential overflow in json_object_get_double
* Eliminate the mc_abort() function and MC_ABORT macro.
* Make the json_tokener_errors array local. It has been deprecated for
a while, and json_tokener_error_desc() should be used instead.
* change the floating point output format to %.17g so values with
more than 6 digits show up in the output.
* Remove the old libjson.so name compatibility support. The library is
only created as libjson-c.so now and headers are only installed
into the ${prefix}/json-c directory.
* When supported by the linker, add the -Bsymbolic-functions flag.
* Various changes to fix the build on MSVC.
* Make strict mode more strict:
* number must not start with 0
* no single-quote strings
* no comments
* trailing char not allowed
* only allow lowercase literals
* Added a json_object_new_double_s() convenience function to allow
an exact string representation of a double to be specified when
creating the object and use it in json_tokener_parse_ex() so
a re-serialized object more exactly matches the input.
* Add support NaN and Infinity
Diffstat (limited to 'textproc/json-c/PLIST')
-rw-r--r-- | textproc/json-c/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/json-c/PLIST b/textproc/json-c/PLIST index eac4285f759..b641edd43a2 100644 --- a/textproc/json-c/PLIST +++ b/textproc/json-c/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/11/29 17:45:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/04/20 00:09:04 ryoon Exp $ include/json-c/arraylist.h include/json-c/bits.h include/json-c/debug.h @@ -13,5 +13,6 @@ include/json-c/json_tokener.h include/json-c/json_util.h include/json-c/linkhash.h include/json-c/printbuf.h +include/json-c/random_seed.h lib/libjson-c.la lib/pkgconfig/json-c.pc |