From 7d1d55e92590e33dddeae3f45914bea0d1c6e241 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Wed, 2 Apr 2025 22:25:38 +0200 Subject: [PATCH] jansson: Update to version 2.14.1 - Update from version 2.14 to 2.14.1 - Update of rootfile - Changelog 2.14.1 Fixes: - Fix thread safety of encoding and decoding when `uselocale` or `newlocale` is used to switch locales inside the threads (#674, #675, #677. Thanks to Bruno Haible for the report and help with fixing.) - Use David M. Gay's `dtoa()` algorithm to avoid misprinting issues of real numbers that are not exactly representable as a `double` (#680). If this is not desirable, use `./configure --disable-dtoa` or `cmake -DUSE_DTOA=OFF .` Build: - Make test output nicer in CMake based builds (#683) - Simplify tests (#685) Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- config/rootfiles/common/jansson | 2 +- lfs/jansson | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/jansson b/config/rootfiles/common/jansson index 3691f1d8e1..305123ba03 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.0 +usr/lib/libjansson.so.4.14.1 #usr/lib/pkgconfig/jansson.pc diff --git a/lfs/jansson b/lfs/jansson index 4effa7f96e..c2f40f4531 100644 --- a/lfs/jansson +++ b/lfs/jansson @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2025 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,10 +24,10 @@ include Config -VER = 2.14 +VER = 2.14.1 THISAPP = jansson-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = eb514ff222444d4c0d1ef6b99150e3e43bd4d7a1bec3d66e5ece8bc59ac19a0898d9eb061cacad52afda7fe172ec6df46b5a90952707422f56daae53f82c9427 +$(DL_FILE)_BLAKE2 = b3efb1cbe018bb88664167249edca65c5194922c69fa82a0514d5bbcd24324464ddcc30ae57f8ab0f9c43f28d2364adc973f87146ceff0889ea2b6eafb91b1ea install : $(TARGET) -- 2.39.5