From: Adolf Belka Date: Thu, 29 Jan 2026 11:05:26 +0000 (+0100) Subject: jansson: Update to version 2.15.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=956fd9dc03bbd10456c08bef1bf66899e4e8ccb3;p=ipfire-2.x.git jansson: Update to version 2.15.0 - Update from version 2.14.1 to 2.15.0 - Update of rootfile - Changelog 12.15.0 * New features: - Add support for realloc by adding `json_set_alloc_funcs2`, `json_get_alloc_funcs2` (@WilhelmWiens in #717) * Fixes: - Optimize serialization (@WilhelmWiens in #658 and #719) - Fix docstrings in hashtable.h (@WilhelmWiens in #718) * Build - Use target-based cmake settings (@Andrew-Au in #692) Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/jansson b/config/rootfiles/common/jansson index 305123ba0..b8877564d 100644 --- a/config/rootfiles/common/jansson +++ b/config/rootfiles/common/jansson @@ -4,5 +4,5 @@ #usr/lib/libjansson.la #usr/lib/libjansson.so usr/lib/libjansson.so.4 -usr/lib/libjansson.so.4.14.1 +usr/lib/libjansson.so.4.15.0 #usr/lib/pkgconfig/jansson.pc diff --git a/lfs/jansson b/lfs/jansson index c2f40f453..1d7a0fca2 100644 --- a/lfs/jansson +++ b/lfs/jansson @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.14.1 +VER = 2.15.0 THISAPP = jansson-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = b3efb1cbe018bb88664167249edca65c5194922c69fa82a0514d5bbcd24324464ddcc30ae57f8ab0f9c43f28d2364adc973f87146ceff0889ea2b6eafb91b1ea +$(DL_FILE)_BLAKE2 = d83046024949fd9dda9ae74f78595d11522cb9be12ab585c95d211dc750afa0d06458dad5f1e18307209fbdeebdf27ed5f3ae2ab9d10aa82e2dfacc1113e6341 install : $(TARGET)