Bug 279557 - net/gmid: update to 2.0.4
Summary: net/gmid: update to 2.0.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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-06 14:34 UTC by Omar Polo
Modified: 2024-06-06 19:22 UTC (History)
1 user (show)

See Also:


Attachments
gmid-2.0.4.diff (1.36 KB, patch)
2024-06-06 14:34 UTC, Omar Polo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Omar Polo 2024-06-06 14:34:06 UTC
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!
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-06 19:08:58 UTC
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(-)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-06-06 19:22:57 UTC
Committed, thanks!