pkgsrc-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.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a96d429e5021
branches:  trunk
changeset: 316280:a96d429e5021
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 09 20:33:12 2018 +0000

description:
jansson: updated to 2.12

Version 2.12

* Bug fixes:
  - Fix error message in `json_pack()` for NULL object.
  - Avoid invalid memory read in `json_pack()`.
  - Call va_end after va_copy in `json_vsprintf()`.
  - Improve handling of formats with '?' and '*' in `json_pack()`.
  - Remove inappropriate `jsonp_free()` which caused segmentation fault in
    error handling.

* Build:
  - Add function attributes for GCC and CLANG to provide warnings on improper
    use of jansson routines.
  - Many CMake fixes.
  - Enable -Bsymbolic-functions linker flag whenever possible.
  - Resolve various compiler warnings.
  - Fix code coverage ignored paths.

* Other:
  - Test coverage improvements.
  - Add VS 2017 to appveyor, update Visual Studio documentation.
  - Update copyright for 2018.
  - Update install instructions in README

diffstat:

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

diffs (27 lines):

diff -r af70174cc2cc -r a96d429e5021 textproc/jansson/Makefile
--- a/textproc/jansson/Makefile Sun Dec 09 20:29:13 2018 +0000
+++ b/textproc/jansson/Makefile Sun Dec 09 20:33:12 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/10/04 12:53:07 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/12/09 20:33:12 adam Exp $
 
-DISTNAME=      jansson-2.11
+DISTNAME=      jansson-2.12
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.digip.org/jansson/releases/
 EXTRACT_SUFX=  .tar.bz2
diff -r af70174cc2cc -r a96d429e5021 textproc/jansson/distinfo
--- a/textproc/jansson/distinfo Sun Dec 09 20:29:13 2018 +0000
+++ b/textproc/jansson/distinfo Sun Dec 09 20:33:12 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/10/04 12:53:07 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/12/09 20:33:12 adam Exp $
 
-SHA1 (jansson-2.11.tar.bz2) = 02eedcc641c5770da423a0ea05e3a104bafd7ef1
-RMD160 (jansson-2.11.tar.bz2) = 3bcee164d2cfb3432aa129988bac86b19109d8d6
-SHA512 (jansson-2.11.tar.bz2) = 3a9ef8c470d203ef65f214d979d0a8dfc034ff1417b2af7071564c804e33d51f7b30915c7d62ac2156092aef756e4cdc3298a67205b913ffc312dcafeeefc1dc
-Size (jansson-2.11.tar.bz2) = 399179 bytes
+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



Home | Main Index | Thread Index | Old Index