Bug 258468 - devel/notcurses: Update to 2.4.1
Summary: devel/notcurses: Update to 2.4.1
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: Nuno Teixeira
URL: https://github.com/dankamongmen/notcu...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-13 02:56 UTC by nick black
Modified: 2021-09-13 10:34 UTC (History)
1 user (show)

See Also:


Attachments
git diff 2.4.0 -> 2.4.1 (1.32 KB, patch)
2021-09-13 02:56 UTC, nick black
nickblack: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nick black 2021-09-13 02:56:11 UTC
Created attachment 227865 [details]
git diff 2.4.0 -> 2.4.1

https://github.com/dankamongmen/notcurses/releases/tag/v2.4.1

note that the "nasty NCBLIT_PIXEL memory leak" mentioned in the release notes as being fixed in 2.4.1 never applied to FreeBSD, where we use pure realloc rather than mmap+mremap.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-13 10:27:31 UTC
A commit in branch main references this bug:

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

commit aa565413e601ce569fd81544343caaaece4f70b5
Author:     Nick Black <nickblack@linux.com>
AuthorDate: 2021-09-13 10:24:21 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2021-09-13 10:26:41 +0000

    devel/notcurses: Update to 2.4.1

    ChangeLog: https://github.com/dankamongmen/notcurses/releases/tag/v2.4.1

    PR:             258468

 devel/notcurses/Makefile |  2 +-
 devel/notcurses/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2021-09-13 10:34:39 UTC
Committed thanks!