[oe-commits] [meta-openembedded] 29/31: jansson: update 2.9 -> 2.11

git at git.openembedded.org git at git.openembedded.org
Mon Jun 4 16:17:36 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 92362245d7477ef8b1a334bd6b8514e216daeb6e
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Fri Jun 1 14:07:44 2018 -0700

    jansson: update 2.9 -> 2.11
    
    Version 2.11
    
    ============
    
    Released 2018-02-09
    
    * New features:
    
      - Add `json_pack()` format specifiers s*, o* and O* for values that
        can be omitted if null (#339).
    
      - Add `json_error_code()` to retrieve numeric error codes (#365, #380,
        #381).
    
      - Enable thread safety for `json_dump()` on all systems.  Enable thread
        safe `json_decref()` and `json_incref()` for modern compilers (#389).
    
      - Add `json_sprintf()` and `json_vsprintf()` (#393).
    
    * Bug Fixes:
    
      - Fix incorrect report of success from `json_dump_file()` when an error
        is returned by `fclose()` (#359).
    
      - Make json_equal() const-correct (#344).
    
      - Fix incomplete stealing of references by `json_pack()` (#374).
    
    * Build:
    
      - Work around gcc's -Wimplicit-fallthrough.
    
      - Fix CMake detection of `sys/types.h` header (#375).
    
      - Fix `jansson.pc` generated by CMake to be more consistent with the one
        generated using GNU Autotools (#368).
    
    * Other:
    
      - Miscellaneous documentation fixes (#356, #378, #395).
    
      - Remove unnecessary reference actions from parsers (#377).
    
    Version 2.10
    ============
    
    Released 2017-03-02
    
    * New features:
    
      - Add JSON_EMBED encoding flag allowing arrays and objects to be encoded
        into existing streams (#329).
    
      - Add `json_dumpb()` function for dumping to a pre-allocated buffer (#328).
    
      - Add `json_dumpfd()` and `json_loadfd()` functions for dumping to streaming
        file descriptors (#328).
    
      - Add support for parsing buffers larger than 2GB (#309).
    
    * Build:
    
      - Fix CMake build when LONG_LONG_INT is defined as "" (#321)
    
    * Other:
    
      - Internal code cleanup (#311, #314)
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/jansson/{jansson_2.9.bb => jansson_2.11.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-extended/jansson/jansson_2.9.bb b/meta-oe/recipes-extended/jansson/jansson_2.11.bb
similarity index 69%
rename from meta-oe/recipes-extended/jansson/jansson_2.9.bb
rename to meta-oe/recipes-extended/jansson/jansson_2.11.bb
index 455b374..370fa22 100644
--- a/meta-oe/recipes-extended/jansson/jansson_2.9.bb
+++ b/meta-oe/recipes-extended/jansson/jansson_2.11.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8b70213ec164c7bd876ec2120ba52f61"
 
 SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "84abaefee9502b2f2ff394d758f160c7"
-SRC_URI[sha256sum] = "0ad0d074ca049a36637e7abef755d40849ad73e926b93914ce294927b97bd2a5"
+SRC_URI[md5sum] = "7af071db9970441e1eaaf25662310e33"
+SRC_URI[sha256sum] = "6e85f42dabe49a7831dbdd6d30dca8a966956b51a9a50ed534b82afc3fa5b2f4"
 
 inherit autotools pkgconfig
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list