Date: Fri, 3 Nov 2023 21:18:01 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4023bed4fae5 - main - net/rospo: update to 0.11.5 Message-ID: <202311032118.3A3LI1gf098260@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=4023bed4fae50f1f71c489f22f29a83f2c4dd95d commit 4023bed4fae50f1f71c489f22f29a83f2c4dd95d Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-11-01 23:08:00 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-03 21:09:41 +0000 net/rospo: update to 0.11.5 Support for the Web UI has been dropped it seems. Changelog: https://github.com/ferama/rospo/releases/tag/v0.11.5 --- net/rospo/Makefile | 3 +-- net/rospo/distinfo | 10 +++++----- net/rospo/pkg-descr | 4 ---- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/net/rospo/Makefile b/net/rospo/Makefile index 7895d3b87229..40da34ea7b52 100644 --- a/net/rospo/Makefile +++ b/net/rospo/Makefile @@ -1,7 +1,6 @@ PORTNAME= rospo DISTVERSIONPREFIX= v -DISTVERSION= 0.11.4 -PORTREVISION= 2 +DISTVERSION= 0.11.5 CATEGORIES= net net-vpn sysutils MAINTAINER= fuz@FreeBSD.org diff --git a/net/rospo/distinfo b/net/rospo/distinfo index 848d68a406e8..006796ed7627 100644 --- a/net/rospo/distinfo +++ b/net/rospo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1685524601 -SHA256 (go/net_rospo/rospo-v0.11.4/v0.11.4.mod) = 92f067e0cadd30ba8adfc81d4ac0294510fbd1563294eca28e91d9f3e0031814 -SIZE (go/net_rospo/rospo-v0.11.4/v0.11.4.mod) = 1883 -SHA256 (go/net_rospo/rospo-v0.11.4/v0.11.4.zip) = 2c6f6794f7eb264e3bf121609f2ebcc04297d4af57e163a9edeec20ee05a042b -SIZE (go/net_rospo/rospo-v0.11.4/v0.11.4.zip) = 84458 +TIMESTAMP = 1698879998 +SHA256 (go/net_rospo/rospo-v0.11.5/v0.11.5.mod) = 911e209de2146db31a6ee94b6b8d1802af39c0eb4942f7d7b4721bd483515ec8 +SIZE (go/net_rospo/rospo-v0.11.5/v0.11.5.mod) = 1039 +SHA256 (go/net_rospo/rospo-v0.11.5/v0.11.5.zip) = 1cbe04ae171de86265887007067206a70310f92326e1a5f875f5bed5fdc83e94 +SIZE (go/net_rospo/rospo-v0.11.5/v0.11.5.zip) = 79455 diff --git a/net/rospo/pkg-descr b/net/rospo/pkg-descr index 4d8c6b95a2bf..57984f8fb4e6 100644 --- a/net/rospo/pkg-descr +++ b/net/rospo/pkg-descr @@ -2,7 +2,3 @@ Rospo is a tool meant to create reliable ssh tunnels. It embeds an SSH server too if you want to reverse proxy a secured shell. It's meant to make ssh tunnels fun and understandable again. - -Rospo supports a cool UI, too. The UI lets you handle tunnel and -pipe configuration at runtime through a web interface. You can -start/stop new tunnels and pipes at runtime.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311032118.3A3LI1gf098260>