[openwrt/openwrt] jansson: update to 2.14

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 10 15:59:13 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5ab22c8b992fc4dbaa522baa5d31cb6d797a145e

commit 5ab22c8b992fc4dbaa522baa5d31cb6d797a145e
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Jul 3 21:08:55 2022 +0200

    jansson: update to 2.14
    
    Changes (2021-09-09):
    * New Features:
      - Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and the
        corresponding `nocheck` functions.
    * Fixes:
      - Handle `sprintf` corner cases
    * Build:
      - Symbol versioning for all exported symbols
      - Fix compiler warnings
    * Documentation:
      - Small fixes
      - Sphinx 3 compatibility
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/jansson/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/jansson/Makefile b/package/libs/jansson/Makefile
index 07bab58a54..4b0b7601c9 100644
--- a/package/libs/jansson/Makefile
+++ b/package/libs/jansson/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=jansson
-PKG_VERSION:=2.13.1
+PKG_VERSION:=2.14
 PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/akheron/$(PKG_NAME)/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=f22901582138e3203959c9257cf83eba9929ac41d7be4a42557213a22ebcc7a0
+PKG_HASH:=c739578bf6b764aa0752db9a2fdadcfe921c78f1228c7ec0bb47fa804c55d17b
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
@@ -33,7 +33,7 @@ define Package/jansson
   CATEGORY:=Libraries
   TITLE:=Jansson library
   URL:=http://www.digip.org/jansson/
-  ABI_VERSION:=4
+  ABI_VERSION:=5
 endef
 
 define Package/jansson/description




More information about the lede-commits mailing list