pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/jansson
Module Name: pkgsrc
Committed By: adam
Date: Thu May 7 09:20:13 UTC 2020
Modified Files:
pkgsrc/textproc/jansson: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/jansson/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/jansson/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/jansson/Makefile
diff -u pkgsrc/textproc/jansson/Makefile:1.7 pkgsrc/textproc/jansson/Makefile:1.8
--- pkgsrc/textproc/jansson/Makefile:1.7 Sun Dec 9 20:33:12 2018
+++ pkgsrc/textproc/jansson/Makefile Thu May 7 09:20:12 2020
@@ -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
Index: pkgsrc/textproc/jansson/distinfo
diff -u pkgsrc/textproc/jansson/distinfo:1.5 pkgsrc/textproc/jansson/distinfo:1.6
--- pkgsrc/textproc/jansson/distinfo:1.5 Sun Dec 9 20:33:12 2018
+++ pkgsrc/textproc/jansson/distinfo Thu May 7 09:20:12 2020
@@ -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