Subject: CVS commit: pkgsrc/devel/libowfat
From: Amitai Schleier
Date: 2023-11-09 20:26:01
Message id: 20231109192601.28F85FA2F@cvs.NetBSD.org

Log Message:
libowfat: update to 0.33. Changes:

- 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

Files:
RevisionActionfile
1.12modifypkgsrc/devel/libowfat/Makefile
1.7modifypkgsrc/devel/libowfat/PLIST
1.14modifypkgsrc/devel/libowfat/distinfo
1.2modifypkgsrc/devel/libowfat/patches/patch-io_io__sendfile.c
1.2modifypkgsrc/devel/libowfat/patches/patch-mmap_mmap__readat.c
1.2modifypkgsrc/devel/libowfat/patches/patch-socket_socket__quickack.c
1.1addpkgsrc/devel/libowfat/patches/patch-socket_socket__accept4__flags.c
1.1addpkgsrc/devel/libowfat/patches/patch-socket_socket__accept6__flags.c
1.2removepkgsrc/devel/libowfat/patches/patch-io_iom__init.c
1.2removepkgsrc/devel/libowfat/patches/patch-io_iom__wait.c