]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libplist: Update to version 2.3.0
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 31 Dec 2023 20:50:18 +0000 (21:50 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Wed, 3 Jan 2024 21:26:40 +0000 (21:26 +0000)
- 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 <adolf.belka@ipfire.org>
config/rootfiles/packages/libplist
lfs/libplist

index d8b0b092a34e7d7de7dc509f750f0f6fda05e468..8f2d3b9e0521b2117ab25729eb545383a9223486 100644 (file)
 #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
index eb53366f93c5fd03f13fbf4ea79cb44808bc1ef8..dd4df36e6589de1ff37d8925450207f2bc8329c8 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)