public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] jansson: Update to version 2.14.1
Date: Wed,  2 Apr 2025 22:25:38 +0200	[thread overview]
Message-ID: <20250402202540.3373627-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250402202540.3373627-1-adolf.belka@ipfire.org>

- 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>
---
 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 3691f1d8e..305123ba0 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 4effa7f96..c2f40f453 100644
--- a/lfs/jansson
+++ b/lfs/jansson
@@ -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        #
@@ -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.49.0



  parent reply	other threads:[~2025-04-02 20:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-02 20:25 [PATCH] ffmpeg: Update to version 7.1.1 Adolf Belka
2025-04-02 20:25 ` [PATCH] gdbm: Update to version 1.25 Adolf Belka
2025-04-02 20:25 ` Adolf Belka [this message]
2025-04-02 20:25 ` [PATCH] kmod: Update to version 34.2 Adolf Belka
2025-04-02 20:25 ` [PATCH] libarchive: Update to version 3.7.9 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250402202540.3373627-3-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox