]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
jansson: Update to version 2.14.1
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 2 Apr 2025 20:25:38 +0000 (22:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Apr 2025 09:56:31 +0000 (09:56 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/jansson
lfs/jansson

index 3691f1d8e175b4f0ac22ed209453933934e763bf..305123ba0368d55a29104265fb0729840ea48a4c 100644 (file)
@@ -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
index 4effa7f96ea19e7d0cf0ccd7018986d044674a46..c2f40f45319a85f4513ddc669f6036cf75b94f62 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
 
 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)