From fb6585fdceaa839e667a5e212f43d44dd69e0499 Mon Sep 17 00:00:00 2001 From: Igor Socec Date: Sat, 8 Oct 2016 12:09:50 +0200 Subject: jansson: update to 2.9 Improved build, tests and documentation. New features: functions and macros (*pack, *foreach, *string*, *alloc*) Security fixes: CVE-2013-6401 Bugfixes: - Number parsing and overflows - Fix l_isxdigit() macro (#97). - Check for NULL key in json_object_get() and json_object_del() (#151). - Enhance hashtable seeding on Windows (#162). - json_unpack(): Allow mixing JSON_STRICT with optional keys (#162, #163). - Fix int/int32 mismatch (#142). - Parse subnormal numbers correctly (#202). - Fix a crash when parsing inputs consisting of very deeply nested arrays or objects (#282, #284). - Never convert numbers to integers in the parser when JSON_DECODE_INT_AS_REAL is set (#212). - Handle out-of-memory situations gracefully in the hashtable implementation (#298). The copyright date in the LICENSE file was updated for 2016. Signed-off-by: Igor Socec Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/jansson/jansson_2.4.bb | 12 ------------ meta-oe/recipes-extended/jansson/jansson_2.9.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-oe/recipes-extended/jansson/jansson_2.4.bb create mode 100644 meta-oe/recipes-extended/jansson/jansson_2.9.bb diff --git a/meta-oe/recipes-extended/jansson/jansson_2.4.bb b/meta-oe/recipes-extended/jansson/jansson_2.4.bb deleted file mode 100644 index c235729fec..0000000000 --- a/meta-oe/recipes-extended/jansson/jansson_2.4.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data" -HOMEPAGE = "http://www.digip.org/jansson/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6946b728e700de875e60ebb453cc3a20" - -SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz" - -SRC_URI[md5sum] = "c4629b89bf0432f3158c461e88fe0113" -SRC_URI[sha256sum] = "1fcbd1ac3d8b610644acf86a5731d760bb228c9acbace20a2ad0f23baec79b41" - -inherit autotools pkgconfig - diff --git a/meta-oe/recipes-extended/jansson/jansson_2.9.bb b/meta-oe/recipes-extended/jansson/jansson_2.9.bb new file mode 100644 index 0000000000..455b3744ac --- /dev/null +++ b/meta-oe/recipes-extended/jansson/jansson_2.9.bb @@ -0,0 +1,12 @@ +SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data" +HOMEPAGE = "http://www.digip.org/jansson/" +LICENSE = "MIT" +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" + +inherit autotools pkgconfig + -- cgit 1.2.3-korg