aboutsummaryrefslogtreecommitdiff
path: root/libs/libowfat
Commit message (Collapse)AuthorAge
* libowfat: update to version 0.33Daniel Golle2022-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove no longer needed downstream patches. Changes since 0.32: add byte_start, byte_starts add a man page for byte_equal_notimingattack buffer_seek is no longer limited to the current buffer contents add automated way to run unit test: make check add parse.h add bytestream abstraction for parsing data from a buffer or a file add compiler.h to abstract gcc attributes add fmt_strm_malloc add cross references to open_* and mmap_* man pages add fmt_strm_alloca and fmt_strm_malloc man pages add buffer_init_allocbuf, buffer_init_read, buffer_init_write, buffer_init_read_allocbuf, buffer_init_write_allocbuf fix buffer overread for len=0 in scan_longn (Martin Castillo) add iob_write2 with sendfile callback so caller can use OpenSSL's SSL_sendfile Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libowfat: Fix compile with glibc 2.36Hauke Mehrtens2022-11-06
| | | | | | | | | | This fixes the following error message seen when compiling against glibc 2.36: from scan/scan_httpdate.c:3: include/sys/cdefs.h:338:65: error: macro "__has_attribute" requires an identifier 338 | #if __GNUC_PREREQ (3,2) || __glibc_has_attribute (__deprecated__) Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* libowfat: fix glibc compilationRosen Penev2022-09-23
| | | | | | Ported Fedora patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libowfat: try to fix compilation under ARCRosen Penev2022-06-20
| | | | | | CFLAGS are not being passed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libowfat: fix build on macosSergey V. Lobanov2022-01-31
| | | | | | | | | | | | | | libowfat target-build fails on macos due to using system `ar` and `ranlib` tools not compatible with the objects generated by OpenWrt GCC toolchain. This patch specifies CROSS= make flag that is used as a prefix for `ar` and `ranlib` tools. This patch also specifies CCC= make flag due to CCC= has invalid value after specifying CROSS= make flag (CCC=$(CROSS)$(CC)) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* treewide: add missing BUILDONLYRosen Penev2020-10-12
| | | | | | | | Fixes Makefile warnings: WARNING: skipping X -- package has no install section Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libowfat: fix compilation under GCC10Rosen Penev2020-07-04
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libowfat: Update to 0.32Rosen Penev2018-11-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libowfat: update to version 0.31Daniel Golle2017-06-19
| | | | | | | now requires host-build to provide the 'ent' build-tool which generates entities.h for use in scan_html. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libowfat: fix download URLDaniel Golle2015-05-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libowfat: update sourceDaniel Golle2015-05-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libowfat: bump version to 0.29Daniel Golle2014-11-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libowfat: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libowfat: fix a build error (havescope.h)Etienne CHAMPETIER2014-06-30
| | | | | | this fixes #63 Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* Import libowfatDaniel Golle2014-06-13
Signed-off-by: Daniel Golle <daniel@makrotopia.org>