Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/jansson jansson: updated to 2.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f776723b7f70
branches:  trunk
changeset: 430987:f776723b7f70
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 07 09:20:12 2020 +0000

description:
jansson: updated to 2.13

Version 2.13

* New Features:
  - Add `jansson_version_str()` and `jansson_version_cmp()` for runtime
    version checking
  - Add `json_object_update_new()`, `json_object_update_existing_new()`
    and `json_object_update_missing_new()` functions
  - Add `json_object_update_recursive()`

* Build:
  - Add ``-Wno-format-truncation`` to suppress format truncation warnings

* Bug fixes:
  - Remove ``strtod`` macro definition for MinGW
  - Add infinite loop check in `json_deep_copy()`
  - Add ``pipe`` macro definition for MinGW
  - Enhance ``JANSSON_ATTRS`` macro to support earlier C standard(C89)
  - Update version detection for sphinx-build

* Documentation:
  - Fix typos
  - Document that call the custom free function to free the return value
    of `json_dumps()` if you have a custom malloc/free
  - Add vcpkg installation instructions
  - Document that non-blocking file descriptor is not supported on

diffstat:

 textproc/jansson/Makefile |   4 ++--
 textproc/jansson/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ddcb348b62d1 -r f776723b7f70 textproc/jansson/Makefile
--- a/textproc/jansson/Makefile Thu May 07 09:19:16 2020 +0000
+++ b/textproc/jansson/Makefile Thu May 07 09:20:12 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/12/09 20:33:12 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/07 09:20:12 adam Exp $
 
-DISTNAME=      jansson-2.12
+DISTNAME=      jansson-2.13
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.digip.org/jansson/releases/
 EXTRACT_SUFX=  .tar.bz2
diff -r ddcb348b62d1 -r f776723b7f70 textproc/jansson/distinfo
--- a/textproc/jansson/distinfo Thu May 07 09:19:16 2020 +0000
+++ b/textproc/jansson/distinfo Thu May 07 09:20:12 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/12/09 20:33:12 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/05/07 09:20:12 adam Exp $
 
-SHA1 (jansson-2.12.tar.bz2) = 77ed68c3aad79bec666996cbcf2c93216123a5e9
-RMD160 (jansson-2.12.tar.bz2) = 514b3510a77056f4f66fa0f211a084efdd1b483f
-SHA512 (jansson-2.12.tar.bz2) = 6ed665a441c789cdf7eb22b6e69d02575746c81b00e0a81ced90d30aaf2badc93fac32e5841fd4e07751a27726a327a63fe28bb0689c6bef5b6164b435bbc30d
-Size (jansson-2.12.tar.bz2) = 404669 bytes
+SHA1 (jansson-2.13.tar.bz2) = 44669d49ed554e3b231c3051710330a23cf0f429
+RMD160 (jansson-2.13.tar.bz2) = 79385b525ad0af34ebe5766dba7513dc39cadabf
+SHA512 (jansson-2.13.tar.bz2) = b010dde53dac25f6501cdd28d42be61b096081a73e350c48902e6b037c4a80894fcf0d67f65d520fa6cf2e69774c5480f3893b468d8e6ea4cc39b6481bff041f
+Size (jansson-2.13.tar.bz2) = 429451 bytes



Home | Main Index | Thread Index | Old Index