From patchwork Wed Oct 20 20:29:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4805 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HZMdz4zTCz3wcx for ; Wed, 20 Oct 2021 20:29:11 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HZMdz2sZlzmR; Wed, 20 Oct 2021 20:29:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HZMdz1f9vz2yWh; Wed, 20 Oct 2021 20:29:11 +0000 (UTC) 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HZMdx2dvWz2xMk for ; Wed, 20 Oct 2021 20:29:09 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HZMdx0WNgzRC; Wed, 20 Oct 2021 20:29:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1634761749; 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; bh=XTaT7Zr5dtqavvo0VifICoJt8LIYV2gem/OG79lsOhA=; b=r2pNeXM1akB552DSStkuSFxDYdVrHiYkmjYI9lihPQZEdZivzPPQNpwA/QNLQd+40fTBgw OftJNJrmag7G/KDgLbPbyr2zSblQ0vn++80qKtW8ZSerJZsmqQIlykR/4DnUuwjqn9qTET k47WRJNxpMXK+2T4LMcug4buIQbnfI+30UVtTEtrJrpxiW2tqkHbbOoTN+kT+fanh8B9Pd Totde7m0z8gHkQuYuZ9n9Oj4GrwhdZnps/KqLNVDPIbSLzIcAth5amslPzTapG3v8+Gtb2 Gjwf2I2hM/cEvZu/VZCwBs8Iu+mHR2Y4Zz13uQClwOeLplceq0+87VMslgCLzQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1634761749; 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; bh=XTaT7Zr5dtqavvo0VifICoJt8LIYV2gem/OG79lsOhA=; b=yTYN/BO8KZiDaLk2G3DRWwZ9zCapIAsvYlLQMcl2yI/AP+JklnidRXhJu86UtGFdrdcR4Z PmlPXOErA/W5ofAw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] jansson: Update to version 2.14 Date: Wed, 20 Oct 2021 22:29:05 +0200 Message-Id: <20211020202905.3061837-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 2.12 to 2.14 - Update rootfile - Changelog Version 2.14 Released 2021-09-09 * New Features: - Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and the corresponding `nocheck` functions. (#520, by Maxim Zhukov) * Fixes: - Handle `sprintf` corner cases (#537, by Tobias Stoeckmann) * Build: - Symbol versioning for all exported symbols (#540, by Simon McVittie) - Fix compiler warnings (#555, by Kelvin Lee) * Documentation: - Small fixes (#544, #546, by @i-ky) - Sphinx 3 compatibility (#543, by Pierce Lopez) Version 2.13.1 Released 2020-05-07 * Build: - Include `jansson_version_str()` and `jansson_version_cmp()` in shared library. (#534) - Include ``scripts/`` in tarball. (#535) Version 2.13 Released 2020-05-05 * New Features: - Add `jansson_version_str()` and `jansson_version_cmp()` for runtime version checking (#465). - Add `json_object_update_new()`, `json_object_update_existing_new()` and `json_object_update_missing_new()` functions (#499). - Add `json_object_update_recursive()` (#505). * Build: - Add ``-Wno-format-truncation`` to suppress format truncation warnings (#489). * Bug fixes: - Remove ``strtod`` macro definition for MinGW (#498). - Add infinite loop check in `json_deep_copy()` (#490). - Add ``pipe`` macro definition for MinGW (#500). - Enhance ``JANSSON_ATTRS`` macro to support earlier C standard(C89) (#501). - Update version detection for sphinx-build (#502). * Documentation: - Fix typos (#483, #494). - Document that call the custom free function to free the return value of `json_dumps()` if you have a custom malloc/free (#490). - Add vcpkg installation instructions (#496). - Document that non-blocking file descriptor is not supported on `json_loadfd()` (#503). Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/rootfiles/common/jansson | 2 +- lfs/jansson | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/jansson b/config/rootfiles/common/jansson index 005bd2ce5..3691f1d8e 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.11.1 +usr/lib/libjansson.so.4.14.0 #usr/lib/pkgconfig/jansson.pc diff --git a/lfs/jansson b/lfs/jansson index 2c95c62ef..b2b02ff26 100644 --- a/lfs/jansson +++ b/lfs/jansson @@ -24,7 +24,7 @@ include Config -VER = 2.12 +VER = 2.14 THISAPP = jansson-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0ed1f3a924604aae68067c214b0010ef +$(DL_FILE)_MD5 = 6cbfc54c2ab3b4d7284e188e185c2b0b install : $(TARGET)