From patchwork Sun Dec 31 20:50:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7429 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 4T3B8Q2mQjz3wtL for ; Sun, 31 Dec 2023 20:50:30 +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 4T3B8N6RRQz1qd; Sun, 31 Dec 2023 20:50:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4T3B8N5pt5z3038; Sun, 31 Dec 2023 20:50:28 +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 4T3B8H31pKz2xHK for ; Sun, 31 Dec 2023 20:50:23 +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 4T3B8H1QYQz9d; Sun, 31 Dec 2023 20:50:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1704055823; 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=y99rDacmAvSczYSAKiFSMC5JgSCTpkbAW0ylc8CaDOE=; b=iTHmrF7YaMcpx4TEIS3skMwKkRo2Zf1A4KCpFmGwgP6mQ32kk26EuS63+9wE5YTGMp5fos IvNFAdlBBGOp7nBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1704055823; 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=y99rDacmAvSczYSAKiFSMC5JgSCTpkbAW0ylc8CaDOE=; b=Rza3DXx7LzKhOlYcaokKz07L5Cgx0wJCbG01w/rqzWyUOAMEPG9QzkT0bFExZcdDEK8KNm ilFRhVIb84XF9IQPprNhPWq55qlefexQK3J/dKXh8rocK/M+J6e+C2IdX7EEPY6KTQLvAC RwIYe1af1qON9jwwBixxTrVp8ZmppT7yyyd1crDorLrwtCilimmxONu2uPH4j78oIaiJbQ raGqxdgbdp3yPc8n58TLkcIUGu2/xDCv7oOzNSvZQAvqUWnEuc7yNWPCQ9qqOR07R/yq46 6IoNZ/EeWf3NmeTfVYy4Fw1gGa6jkCH0f6PswThc6Xkau5Pyf/Wk86vlohvtMQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] libplist: Update to version 2.3.0 Date: Sun, 31 Dec 2023 21:50:18 +0100 Message-ID: <20231231205018.3367319-3-adolf.belka@ipfire.org> In-Reply-To: <20231231205018.3367319-1-adolf.belka@ipfire.org> References: <20231231205018.3367319-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: J4V2XQDGKKO7VOG73CZI6DWUALHIEQEW X-Message-ID-Hash: J4V2XQDGKKO7VOG73CZI6DWUALHIEQEW 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.2.0 to 2.3.0 - Update of rootfile 2.3.0 - Changes: * Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val() * Add support for JSON format * Add support for OpenStep format * Introduce error codes and format constants * Add return value to import/export functions to allow returning error codes * Add new plist_sort function * Add several human-readable output-only formats * Add new plist_write_to_string/_stream/_file functions * Add new plist_print function * Add new plist_read_from_file function * Add new plist_mem_free() function * Add a few C++ methods * Add C++ interface test * Add PLIST_NULL type * Some code housekeeping (mostly clang-tidy) - Breaking: * plist_from_memory() gets additional parameter - Bugfixes: * Fix multiple bugs in all of the parsers * Fix handling of PLIST_UID nodes Signed-off-by: Adolf Belka --- config/rootfiles/packages/libplist | 8 ++++---- lfs/libplist | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/packages/libplist b/config/rootfiles/packages/libplist index d8b0b092a..8f2d3b9e0 100644 --- a/config/rootfiles/packages/libplist +++ b/config/rootfiles/packages/libplist @@ -16,12 +16,12 @@ #usr/include/plist/plist.h #usr/lib/libplist++-2.0.la #usr/lib/libplist++-2.0.so -usr/lib/libplist++-2.0.so.3 -usr/lib/libplist++-2.0.so.3.3.0 +usr/lib/libplist++-2.0.so.4 +usr/lib/libplist++-2.0.so.4.3.0 #usr/lib/libplist-2.0.la #usr/lib/libplist-2.0.so -usr/lib/libplist-2.0.so.3 -usr/lib/libplist-2.0.so.3.3.0 +usr/lib/libplist-2.0.so.4 +usr/lib/libplist-2.0.so.4.3.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 eb53366f9..dd4df36e6 100644 --- a/lfs/libplist +++ b/lfs/libplist @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2023 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.2.0 +VER = 2.3.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 = 1 +PAK_VER = 2 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d161fc2963d58235a41a9aafcac56f428000a5e95f627163ec73639a5b291d4ba33073f048b5e402107723e7e15c1f7efac7cf9941258caa60eb496ec3696dbb +$(DL_FILE)_BLAKE2 = e8c8fc59e7d694b1d69f0da3538ff313eb84d3c9ecad966c514d098e14308cc0bf9f67bfb4fe5b27c2638d1fc71294ed34fc9f881204e9c009f30c68a89b1a38 install : $(TARGET)