[Bug 281697] textproc/py-extract-msg: Update to 0.49.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 24 Sep 2024 20:15:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281697

            Bug ID: 281697
           Summary: textproc/py-extract-msg: Update to 0.49.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/TeamMsgExtractor/msg-extractor/blob
                    /v0.49.0/CHANGELOG.md
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: DtxdF@disroot.org
 Attachment #253803 maintainer-approval+
             Flags:

Created attachment 253803
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253803&action=edit
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)

-- 
You are receiving this mail because:
You are the assignee for the bug.