Bug 267961

Summary: net/rospo: update to 0.10.1
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: --- Flags: fernape: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/ferama/rospo/releases/tag/v0.10.1
Attachments:
Description Flags
net/rospo: update to 0.10.1 fuz: maintainer-approval+

Description Robert Clausecker freebsd_committer freebsd_triage 2022-11-24 12:30:08 UTC
Created attachment 238298 [details]
net/rospo: update to 0.10.1

A patch release.  While we are at it:

 - switch to GO_MODULE, simplifying the Makefile
 - ensure binaries are stripped unless WITH_DEBUG is active

Changelog: https://github.com/ferama/rospo/releases/tag/v0.10.1

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
The test suite passes.
Please MFH if possible.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-25 06:59:12 UTC
(In reply to Robert Clausecker from comment #0)
Hi Robert,

What is the reason for the MFH request?
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2022-11-25 09:18:02 UTC
(In reply to Fernando Apesteguía from comment #1)

As indicated in the release notes, this is a bugfix release.  It fixes “some issue with SSH keys” by bumping a number of dependencies.  There do not seem to be any other changes to the code.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-11-25 16:44:08 UTC
A commit in branch main references this bug:

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

commit f7f64527287859605f48f360e7f68dc04e4177a5
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-11-25 06:54:34 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-25 16:39:56 +0000

    net/rospo: update to 0.10.1

    ChangeLog: https://github.com/ferama/rospo/releases/tag/v0.10.1

    PR:             267961
    Reported by:    fuz@fuz.su (maintainer)

 net/rospo/Makefile | 44 ++---------------------------
 net/rospo/distinfo | 82 +++++-------------------------------------------------
 2 files changed, 10 insertions(+), 116 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-11-25 16:45:09 UTC
A commit in branch 2022Q4 references this bug:

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

commit b3352cc5f97b2c2013595f57c38324c7b280074e
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-11-25 06:54:34 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-25 16:41:03 +0000

    net/rospo: update to 0.10.1

    ChangeLog: https://github.com/ferama/rospo/releases/tag/v0.10.1

    PR:             267961
    Reported by:    fuz@fuz.su (maintainer)

    (cherry picked from commit f7f64527287859605f48f360e7f68dc04e4177a5)

 net/rospo/Makefile | 44 ++---------------------------
 net/rospo/distinfo | 82 +++++-------------------------------------------------
 2 files changed, 10 insertions(+), 116 deletions(-)
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-25 16:45:26 UTC
Committed and merged to 2022Q4,

Thanks!