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] libconfig: Update to version 1.7.3
Date: Tue, 27 Dec 2022 12:59:56 +0100	[thread overview]
Message-ID: <20221227120002.12161-5-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20221227120002.12161-1-adolf.belka@ipfire.org>

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

- Update from version 1.7.2 to 1.7.3
- Update of rootfile
- Changelog
    version 1.7.3 ------
	2021-06-19  Mark Lindner  <markl(a)avalon>
		* lib/libconfig.c - Fixed double-free of config->filenames;
		  fixed implementation of config_setting_lookup() to correctly return
		  NULL instead of the passed-in setting if the specified path was not
		  found
		* configure.ac, lib/Makefile.am - bump version numbers
	2021-04-28  Mark Lindner  <markl(a)avalon>
		* lib/CMakeLists.txt - misc. fixes
	2021-04-22  Mark Lindner  <markl(a)avalon>
		* Makefile.am, configure.ac - Added --disable-tests configure option
	2021-01-09  Mark Lindner  <markl(a)avalon>
		* lib/CMakeLists.txt - misc. fixes
	2020-11-12  Mark Lindner  <markl(a)avalon>
		* contrib/ls-config/README.md - typo corrections
	2020-10-03  Mark Lindner  <markl(a)avalon>
		* *.vcxproj, *.sln - Updated for building x64 configuration.
	2020-07-02  Mark Lindner  <markl(a)avalon>
		* lib/libconfig.h++, doc/libconfig.texi - added isString() convenience
		  method
	2019-12-18  Mark Lindner  <markl(a)avalon>
		* lib/libconfig.c, lib/libconfig.h, lib/libconfig.h++,
		  tests/testdata/override_setting.cfg, tests/tests.c,
		  doc/libconfig.texi - Added new ALLOW_OVERRIDES option.
	2019-12-17  Mark Lindner  <markl(a)avalon>
		* CMakeLists.txt, tests/CMakeList.txt - various fixes
		* lib/libconfig.c, lib/scanctx.c, lib/scanner.h, lib/scanner.l,
		  lib/strvec.c, lib/strvec.h, lib/util.c, lib/util.h - prefix more
		  internal functions with 'libconfig_'
		* lib/scanner.c, lib/scanner.h - regenerated
	2019-12-14  Mark Lindner  <markl(a)avalon>
		* lib/grammar.y, lib/scanner.l, lib/libconfig.c, lib/parsectx.h,
		  lib/scanctx.h, lib/scanctx.c, lib/strbuf.c, lib/strbuf.h,
		  lib/strvec.c, lib/strvec.h - prefix all internal functions with
		  'libconfig_'
		* lib/grammar.c, lib/grammar.h, lib/scanner.c, lib/scanner.h - regenerated
		* lib/wincompat.h - Fix #define for snprintf for Visual Studio 2013
		* lib/libconfig.h++, lib/libconfigcpp.c++ - Use noexcept in C++17

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/libconfig | 4 ++--
 lfs/libconfig                     | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/common/libconfig b/config/rootfiles/common/libconfig
index 633e1baf9..6c1e245ca 100644
--- a/config/rootfiles/common/libconfig
+++ b/config/rootfiles/common/libconfig
@@ -9,12 +9,12 @@
 #usr/lib/libconfig++.la
 #usr/lib/libconfig++.so
 usr/lib/libconfig++.so.11
-usr/lib/libconfig++.so.11.0.2
+usr/lib/libconfig++.so.11.1.0
 #usr/lib/libconfig.a
 #usr/lib/libconfig.la
 #usr/lib/libconfig.so
 usr/lib/libconfig.so.11
-usr/lib/libconfig.so.11.0.2
+usr/lib/libconfig.so.11.1.0
 #usr/lib/pkgconfig/libconfig++.pc
 #usr/lib/pkgconfig/libconfig.pc
 #usr/share/info/libconfig.info
diff --git a/lfs/libconfig b/lfs/libconfig
index 58dbd8bff..4a34a878e 100644
--- a/lfs/libconfig
+++ b/lfs/libconfig
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2022  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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.7.2
+VER        = 1.7.3
 
 THISAPP    = libconfig-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 1b8bc54857feff506d5cd62312a35f0f8a123380567881bdb8241f2232c5281399e4283687a3254b8f43a92b8f7d5ff3f72ec4fd875bf1b9d5d6c7703014cc3c
+$(DL_FILE)_BLAKE2 = 05d43022a937ed5ba35120170eca506051310cd7386b0a6a6c2f30186a079a02803c3d7ecb8dd49b50b5a706b282704605c250a306ada76b5241788eb1c575e6
 
 install : $(TARGET)
 
-- 
2.39.0


  parent reply	other threads:[~2022-12-27 11:59 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-27 11:59 [PATCH] curl: Update to version 7.87.0 Adolf Belka
2022-12-27 11:59 ` [PATCH] harfbuzz: Update to version 6.0.0 Adolf Belka
2022-12-29 11:21   ` Peter Müller
2022-12-27 11:59 ` [PATCH] libcap: Update to version 2.66 Adolf Belka
2022-12-29 11:20   ` Peter Müller
2022-12-27 11:59 ` [PATCH] libcdada: Update to version 0.4.0 Adolf Belka
2022-12-29 11:19   ` Peter Müller
2022-12-27 11:59 ` Adolf Belka [this message]
2022-12-27 11:59 ` [PATCH] libexif: Update to version 0.6.24 Adolf Belka
2022-12-27 16:15   ` Peter Müller
2022-12-27 11:59 ` [PATCH] libffi: Update to version 3.4.4 Adolf Belka
2022-12-27 16:13   ` Peter Müller
2022-12-27 11:59 ` [PATCH] libgpg-error: Update to version 1.46 Adolf Belka
2022-12-29 11:19   ` Peter Müller
2022-12-27 12:00 ` [PATCH] libidn: Update to version 1.41 Adolf Belka
2022-12-27 16:17   ` Peter Müller
2022-12-27 12:00 ` [PATCH] libinih: Update to version r56 Adolf Belka
2022-12-27 16:16   ` Peter Müller
2022-12-27 12:00 ` [PATCH] libjpeg: Update to version 2.1.4 Adolf Belka
2022-12-27 16:12   ` Peter Müller
2022-12-29 11:21 ` [PATCH] curl: Update to version 7.87.0 Peter Müller

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=20221227120002.12161-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