Commit Graph

6 Commits

Author SHA1 Message Date
Samanta Navarro f2ab775123 abuild: avoid calculations with void pointers
Arithmetic operations with void pointers are an extension by some
compilers and not part of the C standard, which does not specify the
size of void.

CFLAGS with -pedantic reveals this during compile time. I have adjusted
the usage of ?: so CFLAGS can contain -pedantic now.
2021-10-11 18:34:27 +00:00
Natanael Copa 634c81180c abuild-gzsplit: fix handling of pax headers
fixes #9999
2020-07-08 12:44:40 +02:00
Natanael Copa 62913a287d abuild-gzsplit: use meaningful error messages 2020-07-08 12:44:19 +02:00
Natanael Copa 529904eade abuild-gzsplit: fix compiler warnings 2020-07-06 10:59:56 +00:00
Max Rees b5549436df abuild-gzsplit: support libarchive pax format tar archives 2020-07-06 10:43:48 +00:00
Timo Teräs 6926e206a8 abuild-gzsplit: new tool to split .apk to it's base components
required tool for re-signing packages
2017-01-10 14:16:16 +02:00