Bug 262299 - net/rospo: update to 0.9.1
Summary: net/rospo: update to 0.9.1
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: Fernando Apesteguía
URL: https://github.com/ferama/rospo/releases
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2022-03-02 15:38 UTC by Robert Clausecker
Modified: 2022-03-09 14:29 UTC (History)
1 user (show)

See Also:


Attachments
net/rospo: update to 0.9.1 (11.20 KB, patch)
2022-03-02 15:38 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff
net/rospo: update to 0.9.1 (9.96 KB, patch)
2022-03-09 09:48 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-03-02 15:38:37 UTC
Created attachment 232209 [details]
net/rospo: update to 0.9.1

- generate and package shell completion files

Selected upstream changes:

 - improved documentation
 - implemented a tunnel throughput system:
   now you can view stats into the ui
 - removed no more needed pipe concept and related command.
   You can do almost all with the tunnel concept.

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

Tested with Poudriere on armv7 arm64 FreeBSD 13.
Do not MFH as this is a feature release.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-03-09 07:16:57 UTC
Hi Robert,

Thanks for the patch. However, it has changes for devel/libcircllhist too. Is this intended?

Cheers.
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2022-03-09 09:48:24 UTC
Created attachment 232337 [details]
net/rospo: update to 0.9.1

Thank you for noticing.  There must have been some sort of git mishap.  The attached patch fixes these problems.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-03-09 14:28:49 UTC
A commit in branch main references this bug:

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

commit 719ab1d0c0433c1d398b1e21dde89ae5f8906ed2
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-03-09 13:15:47 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-03-09 14:26:52 +0000

    net/rospo: update to 0.9.1

    ChangeLog: https://github.com/ferama/rospo/releases

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

 net/rospo/Makefile | 32 ++++++++++++++++++++++++--------
 net/rospo/distinfo | 32 +++++++++++++++++---------------
 2 files changed, 41 insertions(+), 23 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2022-03-09 14:29:38 UTC
Committed,

Thanks!