From patchwork Wed Apr 2 20:25:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8598 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZSbwc5TJfz3xRf for ; Wed, 2 Apr 2025 20:25:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZSbwY3Trvz5KH for ; Wed, 2 Apr 2025 20:25:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZSbwX431Hz3362 for ; Wed, 2 Apr 2025 20:25:48 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZSbwT4NRPz3364 for ; Wed, 2 Apr 2025 20:25:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZSbwT2yCSzjj; Wed, 2 Apr 2025 20:25:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743625545; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/neWQHASyMSP8iYJW5sH1IqTOc9LfsG05T+lzGZL+Bw=; b=2HGOEYthYBgWdXcXtfVF+iqU1KWxbR5XnaRZn3Q5NPVDM6gd08n/qyisHm/GdvRa4T/RJX 2aFknV8/KtOPPrAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743625545; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/neWQHASyMSP8iYJW5sH1IqTOc9LfsG05T+lzGZL+Bw=; b=q8SRsxZPDRWTCGoczLsBp61GxvfYVlJi0zvc3cxqDg9I24gyCdjIqhhYgE+5BEx5319p4h /2GABQD150MfnhqZ+cA0+qpdm4fA6CmmPolL26OQVKOLvQtwb1vjeyyqwpdNpG/uvtdD59 tacJ7TsGQ3tay5+dcQODpgWSA8Akly7gG1FHuIIhWUN+5xSNBqwdH23q04ICoPKiAcJEFC P96c1r5ZOKAcFA+fOFbBCPtzb803DGqBblI2EjShiuX73H6c/sOqtpKwTaUheKw8eN8RKW VSB7LMuQT3FidwlgEawdOS61t2Y66zwcuSBuzBGubYSUtI+lvbkghnN4nr0tkw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] jansson: Update to version 2.14.1 Date: Wed, 2 Apr 2025 22:25:38 +0200 Message-ID: <20250402202540.3373627-3-adolf.belka@ipfire.org> In-Reply-To: <20250402202540.3373627-1-adolf.belka@ipfire.org> References: <20250402202540.3373627-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- 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 # +# 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)