Created attachment 251255 [details] gmid-2.0.4.diff This supersedes bug #276588 since in the meantime I had to make two other minor releases for some bugs. 2.0.4 is particularly important for FreeBSD since previous releases could end up calling strnvis(3) with the argument in a different order. While here, it would be nice to commit the diff in bug 278507 too. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3f8da66b18bdc46953c707cc1fcaef6c4b19f4b commit f3f8da66b18bdc46953c707cc1fcaef6c4b19f4b Author: Omar Polo <freebsd@omarpolo.com> AuthorDate: 2024-06-06 15:59:35 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-06 19:05:49 +0000 net/gmid: Update to 2.0.4 Changelog: https://github.com/omar-polo/gmid/releases/tag/2.0.4 PR: 279557 net/gmid/Makefile | 3 +-- net/gmid/distinfo | 6 +++--- net/gmid/files/gmid.conf.sample | 5 +++-- 3 files changed, 7 insertions(+), 7 deletions(-)
Committed, thanks!