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:           Sun Dec  9 20:33:12 UTC 2018

Modified Files:
        pkgsrc/textproc/jansson: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/jansson/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/textproc/jansson/Makefile:1.7
--- pkgsrc/textproc/jansson/Makefile:1.6        Thu Oct  4 12:53:07 2018
+++ pkgsrc/textproc/jansson/Makefile    Sun Dec  9 20:33:12 2018
@@ -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

Index: pkgsrc/textproc/jansson/distinfo
diff -u pkgsrc/textproc/jansson/distinfo:1.4 pkgsrc/textproc/jansson/distinfo:1.5
--- pkgsrc/textproc/jansson/distinfo:1.4        Thu Oct  4 12:53:07 2018
+++ pkgsrc/textproc/jansson/distinfo    Sun Dec  9 20:33:12 2018
@@ -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