pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/libfastjson



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Jun 19 12:23:16 UTC 2017

Modified Files:
        pkgsrc/textproc/libfastjson: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/libfastjson/Makefile \
    pkgsrc/textproc/libfastjson/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/libfastjson/Makefile
diff -u pkgsrc/textproc/libfastjson/Makefile:1.3 pkgsrc/textproc/libfastjson/Makefile:1.4
--- pkgsrc/textproc/libfastjson/Makefile:1.3    Tue Aug  9 11:48:59 2016
+++ pkgsrc/textproc/libfastjson/Makefile        Mon Jun 19 12:23:16 2017
@@ -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/
 
Index: pkgsrc/textproc/libfastjson/distinfo
diff -u pkgsrc/textproc/libfastjson/distinfo:1.3 pkgsrc/textproc/libfastjson/distinfo:1.4
--- pkgsrc/textproc/libfastjson/distinfo:1.3    Tue Aug  9 11:48:59 2016
+++ pkgsrc/textproc/libfastjson/distinfo        Mon Jun 19 12:23:16 2017
@@ -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



Home | Main Index | Thread Index | Old Index