libinih: Update to version 62

Message ID 20260405120354.137211-34-adolf.belka@ipfire.org
State Staged
Commit 245131fa6fa1682a579e05a80a68982de39c3bdd
Headers
Series libinih: Update to version 62 |

Commit Message

Adolf Belka 5 Apr 2026, 12:03 p.m. UTC
- Update from version 61 to 62
- No chgange to rootfile
- Changelog
    62
	This release adds INIReader::ParseErrorMessage() to the C++ wrapper, to return
	 a human-readable error string when there's a parse error. There are also
	 other minor fixes. Thanks @DimitriPapadopoulos and @msquire for your
	 contributions.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/libinih | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/libinih b/lfs/libinih
index 7a0eca385..2c9718024 100644
--- a/lfs/libinih
+++ b/lfs/libinih
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  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        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 61
+VER        = 62
 
 THISAPP    = inih-r$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 6e0d5c3976db52c2a49c56026be79e00ff21fd92a96c37e13478c0e70ed955ec555af66f9737beb4e1338bb286418d86ae401098a6e7b9f599e05619458fea29
+$(DL_FILE)_BLAKE2 = be78e6ea6f8af2357544756c8774a5360d8fd86c1f2a450381c944ee0f8b51bf330e850f72a895ccdc6fe669f443b8ffd48da8b475ba95529c97e5890d859802
 
 install : $(TARGET)