Bug 267491 - net/gmid: update to 1.8.5
Summary: net/gmid: update to 1.8.5
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: Nuno Teixeira
URL: https://gmid.omarpolo.com/changelog.html
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-01 11:03 UTC by Omar Polo
Modified: 2022-11-01 14:29 UTC (History)
1 user (show)

See Also:
eduardo: merge-quarterly+


Attachments
update to 1.8.5 (776 bytes, patch)
2022-11-01 11:03 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 2022-11-01 11:03:14 UTC
Created attachment 237780 [details]
update to 1.8.5

Hello,

please find attached a diff to update net/gmid to hte latest version.
The changelog is:

 - remove OpenBSD' rc file because now is maintained in the ports tree
 - (hopefully) fix build on DragonflyBSD
 - call tzset(3) to fix times in logs (this affects FreeBSD)
 - always send custom list of fcgi parameters (alex)

Thanks,

Omar Polo
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-01 12:50:51 UTC
A commit in branch main references this bug:

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

commit 315a41c0b7da15fa53af36599469c65ea01ebd4f
Author:     Omar Polo <freebsd@omarpolo.com>
AuthorDate: 2022-11-01 12:48:37 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-11-01 12:50:29 +0000

    net/gmid: Update to 1.8.5

    ChangeLog:      https://gmid.omarpolo.com/changelog.html
    PR:             267491
    MFH:            2022Q4 (bugfixes)

 net/gmid/Makefile | 2 +-
 net/gmid/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-11-01 12:54:52 UTC
A commit in branch 2022Q4 references this bug:

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

commit 5ed9b3d53a6fb63c821c1c30fc3297d3aba81081
Author:     Omar Polo <freebsd@omarpolo.com>
AuthorDate: 2022-11-01 12:48:37 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-11-01 12:51:34 +0000

    net/gmid: Update to 1.8.5

    ChangeLog:      https://gmid.omarpolo.com/changelog.html
    PR:             267491
    MFH:            2022Q4 (bugfixes)
    (cherry picked from commit 315a41c0b7da15fa53af36599469c65ea01ebd4f)

 net/gmid/Makefile | 2 +-
 net/gmid/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-11-01 12:55:29 UTC
Committed, thanks!
Comment 4 Omar Polo 2022-11-01 14:29:49 UTC
Thank you!