diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-06-19 12:23:16 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-06-19 12:23:16 +0000 |
commit | 69f674224aefa2db3b5ddfafe76f4b3b85cc5c7e (patch) | |
tree | d04b368f0bd3c144243140a6a7c3b9f7191eca5a /textproc/libfastjson | |
parent | 7053ba89190392b992786edc1868fec96a75b9b3 (diff) | |
download | pkgsrc-69f674224aefa2db3b5ddfafe76f4b3b85cc5c7e.tar.gz |
Update textproc/libfastjson to 0.99.6.
0.99.6 2017-05-12
- fix a build issue under Solaris
0.99.5 2017-05-03
- fix tautology comparison in tautology in `fjson_object_iter_equal`
- made build under Solaris again
- made to build under AIX
- fix floating point representation when fractional part is missing
- m4: fix detection of atomics
- add fjson_object_dump() and fjson_object_write() functions
Diffstat (limited to 'textproc/libfastjson')
-rw-r--r-- | textproc/libfastjson/Makefile | 4 | ||||
-rw-r--r-- | textproc/libfastjson/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/libfastjson/Makefile b/textproc/libfastjson/Makefile index ed77d5d7b2a..22b9f4c320e 100644 --- a/textproc/libfastjson/Makefile +++ b/textproc/libfastjson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/08/09 11:48:59 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2017/06/19 12:23:16 fhajny Exp $ -DISTNAME= libfastjson-0.99.4 +DISTNAME= libfastjson-0.99.6 CATEGORIES= textproc MASTER_SITES= http://download.rsyslog.com/libfastjson/ diff --git a/textproc/libfastjson/distinfo b/textproc/libfastjson/distinfo index 13841bb185f..94d8f493079 100644 --- a/textproc/libfastjson/distinfo +++ b/textproc/libfastjson/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/08/09 11:48:59 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2017/06/19 12:23:16 fhajny Exp $ -SHA1 (libfastjson-0.99.4.tar.gz) = f8f11a0635c87abde03367fbb4fe13bf3fdb514e -RMD160 (libfastjson-0.99.4.tar.gz) = 07bdf053652e2a518b7bb1be58b48958c2ca682f -SHA512 (libfastjson-0.99.4.tar.gz) = b38f01469021093f21b43550e7574d2bad7b57a28b62f27cb1d2a57e33d2cb29208d20d978bdebe5a82a9736dfcfd7ec0a0fa945762702f4389d69850c2cfeb3 -Size (libfastjson-0.99.4.tar.gz) = 424989 bytes +SHA1 (libfastjson-0.99.6.tar.gz) = 0ae1c3a41cce1cb5c99c2a63e943803ab5dfbcf8 +RMD160 (libfastjson-0.99.6.tar.gz) = b53b75b2230fd299d2d3f44561b672915184bf2d +SHA512 (libfastjson-0.99.6.tar.gz) = b3b4a5ba959723ffbf8d8218c97c696ccbb781e8c2563ede6ffd7bcbdfcf75495deba5c2b8952c6c215b78dd9cfa728c95cf56bde9b1cfa7ebd6ba68b5b8f166 +Size (libfastjson-0.99.6.tar.gz) = 431066 bytes |