Bug 267445 - textproc/py-extract-msg: Update to 0.36.4
Summary: textproc/py-extract-msg: Update to 0.36.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/TeamMsgExtractor/m...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-30 23:27 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2022-10-31 21:59 UTC (History)
1 user (show)

See Also:


Attachments
py-extract-msg-0.36.4 (2.12 KB, patch)
2022-10-30 23:27 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 2022-10-30 23:27:14 UTC
Created attachment 237733 [details]
py-extract-msg-0.36.4

Description:

ChangeLog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.36.4/CHANGELOG.md

* Fixed typo in MSGFile.saveRaw that may have existed for a significant amount of time. It was using the wrong function (same name, but with different capitalization)>
* Added logging code to MessageBase.getSavePdfBody to log the list that is going to be used to run wkhtmltopdf. This is mainly for debugging purposes, to allow users >
* Updating funding information on GitHub and the README with more ways to support the module's development.
* Fixed one of the exceptions in MessageBase.getSavePdfBody not using an fstring which caused it to omit information.
* Changed the way wkhtmltopdf is called to patch a possible security vulnerability.

QA:

* portlint:
  - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX.
* testport: OK (poudriere: 13.1-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-31 21:57:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1441b8233d6bb1e1cc095ac52d7fb3b735712d33

commit 1441b8233d6bb1e1cc095ac52d7fb3b735712d33
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2022-10-31 21:53:59 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-31 21:57:24 +0000

    textproc/py-extract-msg: Update to 0.36.4

     - fix typo in pkg-descr

    ChangeLog:
    https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.36.4/CHANGELOG.md

    PR:             267441, 267445
    Reported by:    grahamperrin in 267441

 textproc/py-extract-msg/Makefile  | 2 +-
 textproc/py-extract-msg/distinfo  | 6 +++---
 textproc/py-extract-msg/pkg-descr | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-10-31 21:59:06 UTC
Committed, thanks!