Resend with [OpenWrt-Devel] in subject
---------- Forwarded message ---------- From: Roman Yeryomin <[email protected]> Date: 11 December 2011 01:47 Subject: [PATCH] jansson library update To: OpenWrt Development List <[email protected]> Bump version to 2.2.1 Add json_object_deep_update() definition to jansson.h Signed-off-by: Roman Yeryomin <[email protected]> Index: feeds/packages/libs/jansson/patches/01-jansson-add-jason_object_deep_update.patch =================================================================== --- a/feeds/packages/libs/jansson/patches/01-jansson-add-jason_object_deep_update.patch (revision 29420) +++ b/feeds/packages/libs/jansson/patches/01-jansson-add-jason_object_deep_update.patch (working copy) @@ -48,3 +48,13 @@ void *json_object_iter(json_t *json) { json_object_t *object; +--- a/src/jansson.h 2011-10-06 21:23:09.000000000 +0300 ++++ b/src/jansson.h 2011-12-11 01:06:46.000000000 +0200 +@@ -126,6 +126,7 @@ + int json_object_del(json_t *object, const char *key); + int json_object_clear(json_t *object); + int json_object_update(json_t *object, json_t *other); ++int json_object_deep_update(json_t *object, json_t *other); + void *json_object_iter(json_t *object); + void *json_object_iter_at(json_t *object, const char *key); + void *json_object_iter_next(json_t *object, void *iter); Index: feeds/packages/libs/jansson/Makefile =================================================================== --- a/feeds/packages/libs/jansson/Makefile (revision 29420) +++ b/feeds/packages/libs/jansson/Makefile (working copy) @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jansson -PKG_VERSION:=2.2 +PKG_VERSION:=2.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.digip.org/jansson/releases/ -PKG_MD5SUM:=198fbff8265686894b6d088dca22896d +PKG_MD5SUM:=ebf4ebc7af47de27f7b9d79ad5853176 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
