Created attachment 253803 [details] extract-msg-0.49.0.patch Description: ChangeLog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.49.0/CHANGELOG.md * Adjusted code for converting time stamps to create null dates for any time stamp beyond a certain point. The point was determined to be close to the existing null dates. * Added basic support for custom attachments that are Windows Metafiles. * Changed tolerance of bitmap custom attachment handler to allow for attachments with only a CONTENT stream. This change was made after seeing an example of a file that only had a CONTENT stream and no other streams for the custom data. The code now also tries to create default values for things previously determined from those other streams. * Fixed an issue in tryGetMimetype were the code didn't properly check if the data type was bytes (it only checked if it had a type). * Corrected some exports. * Added new ErrorBehavior value CUSTOM_ATTACH_TOLERANT to allow skipping checks for unused data that is normally validated. QA: * portlint: - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX. * testport: OK (poudriere: 14.1-RELEASE, amd64, WKHTMLTOPDF tested)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=860b5f61a709480474cf9b746d016c8f902d3cbe commit 860b5f61a709480474cf9b746d016c8f902d3cbe Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-09-25 09:48:13 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-25 09:52:50 +0000 textproc/py-extract-msg: Update 0.48.7 → 0.49.0 Changelog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.49.0/CHANGELOG.md PR: 281697 textproc/py-extract-msg/Makefile | 2 +- textproc/py-extract-msg/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thanks.