Bug 281697 - textproc/py-extract-msg: Update to 0.49.0
Summary: textproc/py-extract-msg: Update to 0.49.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/TeamMsgExtractor/m...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-24 20:15 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-09-25 09:55 UTC (History)
1 user (show)

See Also:


Attachments
extract-msg-0.49.0.patch (2.25 KB, patch)
2024-09-24 20:15 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-09-24 20:15:52 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-09-25 09:54:57 UTC
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(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-25 09:55:29 UTC
Thanks.