From patchwork Sun Sep 13 17:12:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10209 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hjZc83rX4z3xTP for ; Sun, 13 Sep 2026 17:13:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hjZc80GgSz6Rl for ; Sun, 13 Sep 2026 17:13:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbk414Dz379f for ; Sun, 13 Sep 2026 17:12:50 +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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbY5c7xz36WW for ; Sun, 13 Sep 2026 17:12:41 +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 4hjZbW0kP4z8dp; Sun, 13 Sep 2026 17:12:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319559; 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=pQ8ApxTDWPKCOQhRbB8bpipn5J2TnVfhyt4/YgJg2Ww=; b=daLI4Wt8PiFDX3oaIbh7Ny9nZ6BmcQc8QXuQ4kneox1UjOUywQx57n4Ae7nJgRm12SZKet 5X0momN5KkHLlBBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319559; 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=pQ8ApxTDWPKCOQhRbB8bpipn5J2TnVfhyt4/YgJg2Ww=; b=ZFS2Isng2y7qhRoOZHWXX6r84XTQt1SaCfaVTlZ5vnQkZx00KuZfsYjZXWIAbccDt0Txfj Mj2QCDWsX/UWDLlaDcGasGHyYs+6DZWVzpdf3Wtol1nivaW1+t5x6b6OomhfcJIy2itYfC R9hMCU3YWX+0F7+qohNFWqpQ52dyVbIW7R7aDC1aTFB6Cp6M4bHw2lgKUI3D54LQ3CPmEQ c90R0zeLYphJ67NanzrvComkgL/mfOa/+DYduXYeye4RYfz+ErC6lQnDtUUbj9YAcB0spK GrP8g4TP96S/Hx3ifpEJKQklEXfHThu3iirW+xGN/S4+wy45LbfsYswn5cLA5g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] jansson: Update to version 2.15.1 Date: Sun, 13 Sep 2026 19:12:17 +0200 Message-ID: <20260913171230.3920551-18-adolf.belka@ipfire.org> In-Reply-To: <20260913171230.3920551-1-adolf.belka@ipfire.org> References: <20260913171230.3920551-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.15.0 to 2.15.1 - Update of rootfile - Changelog 2.15.1 * Fixes: - Include the object key or array index in unpack type mismatch error messages (@cwalther in #731) - Reject negative string length in the `json_pack` `s#` and `+#` formats (@akheron in #740) - Limit recursion depth in dump, equal and deep copy to prevent stack overflow (@akheron in #741) * Build: - Only export symbols starting with `json_` and `jansson_` from the CMake build (@shyjun in #705) - Include `jansson_private_config.h` only if `HAVE_CONFIG_H` is enabled (@jaeyoonjung in #704) - Add a configurable pkg-config install path to the CMake build (@akallabeth in #721) - Only use `--default-symver` when the linker supports it (@kraj in #744) Signed-off-by: Adolf Belka --- config/rootfiles/common/jansson | 2 +- lfs/jansson | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/jansson b/config/rootfiles/common/jansson index b8877564d..aa20dcf2c 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.15.0 +usr/lib/libjansson.so.4.15.1 #usr/lib/pkgconfig/jansson.pc diff --git a/lfs/jansson b/lfs/jansson index 1d7a0fca2..3ddf3e1e5 100644 --- a/lfs/jansson +++ b/lfs/jansson @@ -24,7 +24,7 @@ include Config -VER = 2.15.0 +VER = 2.15.1 THISAPP = jansson-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d83046024949fd9dda9ae74f78595d11522cb9be12ab585c95d211dc750afa0d06458dad5f1e18307209fbdeebdf27ed5f3ae2ab9d10aa82e2dfacc1113e6341 +$(DL_FILE)_BLAKE2 = d5c2cae07425d01f51ce6f73d703c011683f934bde206c9137753bc61c32932fe1fe7c670df3215f65fab5b9db9c96b668aff3b6635fb383d6bd9acea1076bb4 install : $(TARGET) @@ -73,7 +73,8 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure \ + --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)