public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] libplist: Update to version 2.4.0
Date: Tue, 12 Mar 2024 11:07:08 +0100	[thread overview]
Message-ID: <20240312100710.92028-5-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240312100710.92028-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3225 bytes --]

- 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 <adolf.belka(a)ipfire.org>
---
 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  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info(a)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.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)
 
-- 
2.44.0


  parent reply	other threads:[~2024-03-12 10:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-12 10:07 [PATCH] elfutils: Update to version 0.191 Adolf Belka
2024-03-12 10:07 ` [PATCH] gdb: Update to version 14.2 Adolf Belka
2024-03-12 10:07 ` [PATCH] ghostscript: Update to version 10.03.0 Adolf Belka
2024-03-12 10:07 ` [PATCH] knot: Update to version 3.3.5 Adolf Belka
2024-03-12 10:07 ` Adolf Belka [this message]
2024-03-12 10:07 ` [PATCH] newt: Update to version 0.52.24 Adolf Belka
2024-03-12 10:14   ` Michael Tremer
2024-03-12 12:11     ` Adolf Belka
2024-03-12 14:57       ` Michael Tremer
2024-03-12 10:07 ` [PATCH] openjpeg: Update to version 2.5.2 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240312100710.92028-5-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox