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.
(In reply to Robert Clausecker from comment #0) Hi Robert, What is the reason for the MFH request?
(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.
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(-)
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(-)
Committed and merged to 2022Q4, Thanks!