]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
libinih: Update to version 58
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 9 Aug 2024 10:05:37 +0000 (12:05 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2024 10:40:03 +0000 (10:40 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libinih

index 6cd9d353aca6bd23e563ef85f5f29b9ed1f3572e..2df1d7799dd9e4545426721c7cd18cd6f6b6b7b3 100644 (file)
@@ -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)