fwtool: update to latest Git head
authorPetr Štetiar <ynezz@true.cz>
Sat, 9 Nov 2019 13:33:13 +0000 (14:33 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 11 Nov 2019 15:37:13 +0000 (16:37 +0100)
commit4ba8f7b1ef1e4c0607185a41c06b51928c625d8b
treefa0d31cfe601301c0b900850131f59c808f832ba
parente97113d5e18c31050bc06f7c6b7a5c663b5f31a4
fwtool: update to latest Git head

Includes following changes:

 9d9d4c284786 fix possible garbage in unitialized char* struct members
 dbc1b1b71b24 fix possible copy of null buffer and validation of unitialized header
 76d53deef8bb crc32: add missing stdint.h dependency
 e5666ed3b47c add cram based unit tests
 abe0cf7de053 add initial GitLab CI support
 e43042507b4f iron out extra compiler warnings
 5df0cd6e1523 convert into CMake project
 a7dc0526f819 refactor into separate Git project

adds missing PKG_LICENSE field and converts the package build to utilize
CMake.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/system/fwtool/Makefile
package/system/fwtool/src/crc32.h [deleted file]
package/system/fwtool/src/fwimage.h [deleted file]
package/system/fwtool/src/fwtool.c [deleted file]
package/system/fwtool/src/utils.h [deleted file]