libowfat: update to version 0.33
authorDaniel Golle <daniel@makrotopia.org>
Mon, 19 Dec 2022 22:32:54 +0000 (22:32 +0000)
committerRosen Penev <rosenp@gmail.com>
Tue, 20 Dec 2022 00:12:22 +0000 (16:12 -0800)
commit0d9af0e001334d7dfd2628fe76c5e574791fdaad
tree3ab289a2afee55278b8fd2809a43bdd9542e85e4
parent06a0ad47a0becf9b06336c902fd780c09388e6c2
libowfat: update to version 0.33

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>
libs/libowfat/Makefile
libs/libowfat/patches/001-fixbuild.patch
libs/libowfat/patches/010-gcc10.patch [deleted file]
libs/libowfat/patches/012-remove-deprecated.patch [deleted file]
libs/libowfat/patches/020-cflags.patch
libs/libowfat/patches/030-pure.patch [deleted file]