From patchwork Tue Mar 12 10:07:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7607 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Tv8TB6lLRz3wvx for ; Tue, 12 Mar 2024 10:07:26 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Tv8T80TyWzZY; Tue, 12 Mar 2024 10:07:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Tv8T76yZ8z30Ws; Tue, 12 Mar 2024 10:07:23 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Tv8T00gGcz32lb for ; Tue, 12 Mar 2024 10:07:16 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Tv8Sz40rjz3B; Tue, 12 Mar 2024 10:07:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1710238035; 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=lHK0E6pODiO/NxdUlZF4gbx4bBW9lNZhoqfb8J7dOHA=; b=HEL2Cfc0stmhjfbHQhjPP1yVHZCh9y8UbenFgGuetl2/27zH6oKG9anJw3CGVBLS37LpqO kTcjMLSiv4lwAiBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1710238035; 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=lHK0E6pODiO/NxdUlZF4gbx4bBW9lNZhoqfb8J7dOHA=; b=n0BkZl+F3ppxGADw9Jim1J+V3svz9bOIyqxwV3stxXserys91XpyGYWp5CSzw+qXbKYJSm GnVqnWHl/zTSRPZ8ofLU3Bc5rCS/m5VmIIqIlfstFTH5tU4YA0xeqc8hysqM8VsSu6w4+F yJUV7KmmMU+JYsIT7lcysgzP+F8QZ8QHXysxEAVlWmauKk+6/Z6FIeqnbnL6SygUwtt/Nh 5akYTjZbDUpvYHELO0xW83UL6WWZhZtutOD/ussWn/2uCI1XmLKYxC+jOSSP6CA4mM1IOX mOm1hiKpOZZr7oARPVC/3jIFUqMgBlFLmGYiYEy+NENZ0SmxtatfW/uoSsXzYw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libplist: Update to version 2.4.0 Date: Tue, 12 Mar 2024 11:07:08 +0100 Message-ID: <20240312100710.92028-5-adolf.belka@ipfire.org> In-Reply-To: <20240312100710.92028-1-adolf.belka@ipfire.org> References: <20240312100710.92028-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: TAP6LZ4KJO3AW4F4EOKNHXE32ATZ5BK4 X-Message-ID-Hash: TAP6LZ4KJO3AW4F4EOKNHXE32ATZ5BK4 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 2.3.0 to 2.4.0 - Update of rootfile - Changelog 2.4.0 - Changes: * Add a PLIST_OPT_NONE value to plist_write_options_t * autoconf: Allow disabling build of test suite * Update doxygen config and document undocumented macros * Add an explicit PLIST_FORMAT_NONE value * Add a libplist_version() function to the interface * docs: Use README.md to generate mainpage with doxygen - Bugfixes: * Several compiler-related fixes and code improvements * Plug memory leak in plist_write_to_stream() * Prevent adding NULL items to array/dictionary nodes * Fix parallel running of test suite * Fix cython bindings * Fix OOB read in plist_from_memory() Signed-off-by: Adolf Belka --- config/rootfiles/packages/libplist | 5 +++-- lfs/libplist | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/libplist b/config/rootfiles/packages/libplist index 8f2d3b9e0..065f24280 100644 --- a/config/rootfiles/packages/libplist +++ b/config/rootfiles/packages/libplist @@ -17,11 +17,12 @@ #usr/lib/libplist++-2.0.la #usr/lib/libplist++-2.0.so usr/lib/libplist++-2.0.so.4 -usr/lib/libplist++-2.0.so.4.3.0 +usr/lib/libplist++-2.0.so.4.4.0 #usr/lib/libplist-2.0.la #usr/lib/libplist-2.0.so usr/lib/libplist-2.0.so.4 -usr/lib/libplist-2.0.so.4.3.0 +usr/lib/libplist-2.0.so.4.4.0 #usr/lib/pkgconfig/libplist++-2.0.pc #usr/lib/pkgconfig/libplist-2.0.pc #usr/share/man/man1/plistutil.1 + diff --git a/lfs/libplist b/lfs/libplist index dd4df36e6..8cf4f5470 100644 --- a/lfs/libplist +++ b/lfs/libplist @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 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 # @@ -26,7 +26,7 @@ include Config SUMMARY = A library to handle Apple Property List format in binary or XML -VER = 2.3.0 +VER = 2.4.0 THISAPP = libplist-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libplist -PAK_VER = 2 +PAK_VER = 3 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = e8c8fc59e7d694b1d69f0da3538ff313eb84d3c9ecad966c514d098e14308cc0bf9f67bfb4fe5b27c2638d1fc71294ed34fc9f881204e9c009f30c68a89b1a38 +$(DL_FILE)_BLAKE2 = b12d929d4451389dfab4a2eaef2b8e85c5695a17feedad80f7dfbee7238f6b78b5d3819b9b59593612bb8f39b887147403a8de469b2d44ad26b8fa8c35b8fbef install : $(TARGET)