libinih: Update to version 58

Message ID 20240809100538.4079-3-adolf.belka@ipfire.org
State Staged
Commit 42d514370a4ebf063f8153e36dcc045f645d075e
Headers
Series libinih: Update to version 58 |

Commit Message

Adolf Belka Aug. 9, 2024, 10:05 a.m. UTC
  - Update from version 56 to 58
- Update of rootfile not required
- Changelog
    58
	    [oss-fuzz] fuzzing support by @0x34d in #153
	    [Fuzzing] fix harness by @0x34d in #156
	    [Fuzzing] using cifuzz for PR by @0x34d in #154
	    Specify C++11 std in meson build by @DownerCase in #157
	    Add ini_ prefix even to static names so inih can be used as an #include by
	     @benhoyt in #164
    57
	    MSVC throws C4244 by @AbsintheScripting in #142
	    Added a GetUnsigned function for getting unsigned values. by @jcormier in #147
	    meson.build: fix start-of-line_comment_prefix variable name by @ihilt in #149
	    Added GetInteger64 and GetUnsigned64 to read 64-bit integers by @natcat256
	     in #151

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 6cd9d353a..2df1d7799 100644
--- a/lfs/libinih
+++ b/lfs/libinih
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  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        = 56
+VER        = 58
 
 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 = 51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d
+$(DL_FILE)_BLAKE2 = ba71b21b30c039df026adbd29b422b064934046ced21a37479421e866b73969826dc1fea4e3bc0c5ea427248c774d8f80b83056c54769d454bafa2f336d08024
 
 install : $(TARGET)