libowfat: update to version 0.34
authorDaniel Golle <redacted>
Thu, 24 Apr 2025 00:51:10 +0000 (01:51 +0100)
committerDaniel Golle <redacted>
Sat, 26 Apr 2025 14:26:23 +0000 (15:26 +0100)
commit9b31532f544aeaac094188ba3b61c6d9005fca61
treeaa35b0a89c164be5282e1803096f259a1f3d652c
parent8aa1f77169ce751a0db7b998b0006c4e45a3f0b8
libowfat: update to version 0.34

changes since 0.33:
 * be more C99 compliant (Florian Weimer)
 * add C++ convenience overloads to uint*.h
 * remove unaligned memory access behind #ifdef i386 from uint*.h
   (compilers are now smart enough so they are no longer needed and they
   were technically undefined behavior so the sanitizer complained)

OpenWrt package changes:
 * The newly introduced 'json' build tool is added to the host build and
   staged as 'libowfat-json'.
 * DEBUG option is now set by global CONFIG_DEBUG option
 * fixed duplicate CROSS prefix of RANLIB

Signed-off-by: Daniel Golle <redacted>
libs/libowfat/Makefile
libs/libowfat/patches/001-fixbuild.patch
git clone https://git.99rst.org/PROJECT