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)
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(-)
Committed, thanks!