pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libfastjson Update textproc/libfastjson to 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9722b1db0374
branches:  trunk
changeset: 350925:9722b1db0374
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Aug 09 11:48:59 2016 +0000

description:
Update textproc/libfastjson to 0.99.4.

0.99.4 2016-08-03
- fix tautology comparison in tautology in
  `fjson_object_iter_equal`
  Thanks to Andres Stieger for the patch
- improve build system to handle slightly older autoconf versions
- fix build problems with gcc6
  Thanks to Andres Stieger for the patch

0.99.3 2016-07-11
- new dependency: autoconf-archive
- exit() is no longer called in unexpected situations
  The previous code called exit on some occasions and did not
  give the caller a chance to do any cleanup or handling on
  it's own. This has completely been removed. Note that it was
  very unlikely that this problem affected a caller, as exit()
  was only called under very rare circumstances (e.g. OOM).
- fjson_version now returns configure VERSION
  This avoid inconsistency.
- removal of Windows and Android bits
  Thanks to Michael Biebl for the patch.
- fixes of the build system
  Thanks to Michael Biebl for the patch.
- dropped support for Windows and Android as we do not target
  these platforms
- "make distcheck" now works
- fix invalid Unicode representation for some non US-ASCII
  characters when printed as string. Note that this could
  potentially also lead to a segfault

diffstat:

 textproc/libfastjson/Makefile |   4 ++--
 textproc/libfastjson/PLIST    |  13 ++-----------
 textproc/libfastjson/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 18 deletions(-)

diffs (52 lines):

diff -r eaec9ba1c5df -r 9722b1db0374 textproc/libfastjson/Makefile
--- a/textproc/libfastjson/Makefile     Tue Aug 09 09:40:50 2016 +0000
+++ b/textproc/libfastjson/Makefile     Tue Aug 09 11:48:59 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/03/09 20:43:07 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/09 11:48:59 fhajny Exp $
 
-DISTNAME=      libfastjson-0.99.2
+DISTNAME=      libfastjson-0.99.4
 CATEGORIES=    textproc
 MASTER_SITES=  http://download.rsyslog.com/libfastjson/
 
diff -r eaec9ba1c5df -r 9722b1db0374 textproc/libfastjson/PLIST
--- a/textproc/libfastjson/PLIST        Tue Aug 09 09:40:50 2016 +0000
+++ b/textproc/libfastjson/PLIST        Tue Aug 09 11:48:59 2016 +0000
@@ -1,19 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/01 15:25:43 fhajny Exp $
-include/libfastjson/arraylist.h
-include/libfastjson/bits.h
-include/libfastjson/debug.h
+@comment $NetBSD: PLIST,v 1.2 2016/08/09 11:48:59 fhajny Exp $
+include/libfastjson/atomic.h
 include/libfastjson/json.h
-include/libfastjson/json_c_version.h
-include/libfastjson/json_config.h
-include/libfastjson/json_inttypes.h
 include/libfastjson/json_object.h
 include/libfastjson/json_object_iterator.h
 include/libfastjson/json_object_private.h
 include/libfastjson/json_tokener.h
 include/libfastjson/json_util.h
-include/libfastjson/linkhash.h
-include/libfastjson/math_compat.h
-include/libfastjson/printbuf.h
-include/libfastjson/random_seed.h
 lib/libfastjson.la
 lib/pkgconfig/libfastjson.pc
diff -r eaec9ba1c5df -r 9722b1db0374 textproc/libfastjson/distinfo
--- a/textproc/libfastjson/distinfo     Tue Aug 09 09:40:50 2016 +0000
+++ b/textproc/libfastjson/distinfo     Tue Aug 09 11:48:59 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/03/09 20:43:07 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2016/08/09 11:48:59 fhajny Exp $
 
-SHA1 (libfastjson-0.99.2.tar.gz) = b4accb00f15325709728aa2123bf69089a8951ab
-RMD160 (libfastjson-0.99.2.tar.gz) = 7e69ea00d962c8c204eb9845a93eb1234f1f4286
-SHA512 (libfastjson-0.99.2.tar.gz) = 4b57697cbb901bc12a26d98c3d6df998aba373d4f38339189c9bd3e5a32777fa4796039fe82581337e576fa93c6deb87759eba04326134f587064c82e1b3daaf
-Size (libfastjson-0.99.2.tar.gz) = 366602 bytes
+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



Home | Main Index | Thread Index | Old Index