Bug 279740 - graphics/zathura-pdf-mupdf: Update to 0.4.3
Summary: graphics/zathura-pdf-mupdf: Update to 0.4.3
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: Zsolt Udvari
URL: https://pwmt.org/projects/zathura-pdf...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-14 18:32 UTC by mew14930xvi
Modified: 2024-06-15 17:21 UTC (History)
0 users

See Also:
uzsolt: maintainer-feedback+


Attachments
update to 0.4.3 (1.31 KB, patch)
2024-06-14 18:32 UTC, mew14930xvi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mew14930xvi 2024-06-14 18:32:49 UTC
Created attachment 251456 [details]
update to 0.4.3

Fix crash due to multi-threading issues
Various fixes and improvements
    Fix memory leak on error
    Add error handling
    Add mutex to protect access to mupdf context

add USES=localbase
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-15 17:21:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89db077b796633d884230d7371ca9affda4acb99

commit 89db077b796633d884230d7371ca9affda4acb99
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2024-06-15 17:12:47 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-06-15 17:19:41 +0000

    graphics/zathura-pdf-mupdf: update to 0.4.3

    Change compiler option to c++17-lang.
    Add USES=localbase.

    Changelog:
    https://pwmt.org/projects/zathura-pdf-mupdf/changelog/0.4.3/index.html

    PR:             279740

 graphics/zathura-pdf-mupdf/Makefile | 6 +++---
 graphics/zathura-pdf-mupdf/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-06-15 17:21:57 UTC
Committed, thanks!