Subject: CVS commit: pkgsrc/converters/libabw
From: Nia Alarie
Date: 2020-03-25 11:56:09
Message id: 20200325105609.DBEEBFB27@cvs.NetBSD.org

Log Message:
libabw: Update to 0.1.3

libabw 0.1.3

- Fix a memory access error found by oss-fuzz.
- Configure with --disable-werror by default.
- Disable expanding entities by XML parser as a vulnerability
  prevention measure. Abiword-saved documents do not contain entities,
  so there is no difference in behavior.

libabw 0.1.2

- Fix several issues identified by Coverity.
- Parse paragraph and cell borders.
- Improve parsing of lists.
- Fix build with boost >= 1.59.
- Make the output of abw2* --help more compatible with help2man.
- Fix various problems when parsing broken files found by oss-fuzz.
- Require C++11 for build.
- Parse fields. (tdf#74466)
- Parse floating (not inline) images. (tdf#74463)
- Parse text boxes.
- Drop outdated MSVC project files.
- Set minimal width/height of inline images (which usually do not have
  dimensions set in the file) to 1 inch. (tdf#74462)

Files:
RevisionActionfile
1.30modifypkgsrc/converters/libabw/Makefile
1.6modifypkgsrc/converters/libabw/distinfo
1.1removepkgsrc/converters/libabw/patches/patch-configure