From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 19:40:10 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C8E167989A; Tue, 21 Sep 2021 19:40:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HDWwp3l1Kz3vWm; Tue, 21 Sep 2021 19:40:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5308D1C51; Tue, 21 Sep 2021 19:40:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18LJeAvL009787; Tue, 21 Sep 2021 19:40:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18LJeAQO009784; Tue, 21 Sep 2021 19:40:10 GMT (envelope-from git) Date: Tue, 21 Sep 2021 19:40:10 GMT Message-Id: <202109211940.18LJeAQO009784@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 8dfb953d04a4 - main - net/rospo: Update to 0.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8dfb953d04a45eb0e121225d02f899cb93d47171 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 19:40:10 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=8dfb953d04a45eb0e121225d02f899cb93d47171 commit 8dfb953d04a45eb0e121225d02f899cb93d47171 Author: Robert Clausecker AuthorDate: 2021-09-21 19:36:58 +0000 Commit: Rainer Hurling CommitDate: 2021-09-21 19:36:58 +0000 net/rospo: Update to 0.7.1 Fixed reverse shell missing flags regression. PR: 258401 (reopened by maintainer) MFH: No (not in 2021Q3) --- net/rospo/Makefile | 4 +++- net/rospo/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/net/rospo/Makefile b/net/rospo/Makefile index 7c88ac321228..5f2d2c69107c 100644 --- a/net/rospo/Makefile +++ b/net/rospo/Makefile @@ -1,6 +1,6 @@ PORTNAME= rospo DISTVERSIONPREFIX= v -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.1 CATEGORIES= net net-vpn sysutils MASTER_SITES= https://github.com/ferama/rospo/releases/download/v${DISTVERSION}/ui-artifacts.tar.gz?dummy=/:artifacts DISTFILES= ${PORTNAME}-ui-artifacts-${DISTVERSION}.tar.gz:artifacts @@ -41,6 +41,7 @@ GO_BUILDFLAGS= -ldflags="-X github.com/ferama/rospo/cmd.Version=${DISTVERSION}" PLIST_FILES= bin/rospo PORTDOCS= README.md \ + configs/config_template.yaml \ img/home.png \ img/pipes.png \ img/tunnels.png @@ -51,6 +52,7 @@ post-extract: @${MV} ${WRKDIR}/pkg/web/ui/build ${WRKSRC}/pkg/web/ui/build post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR}/configs ${MKDIR} ${STAGEDIR}${DOCSDIR}/img .for doc in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}/`dirname ${doc}` diff --git a/net/rospo/distinfo b/net/rospo/distinfo index 92aaf939a781..1bca108bc436 100644 --- a/net/rospo/distinfo +++ b/net/rospo/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1631272691 -SHA256 (rospo-ui-artifacts-0.7.0.tar.gz) = e9898db40252e352578362746f872de3354a2123b9c4204e1f3b3dcab2f3f904 -SIZE (rospo-ui-artifacts-0.7.0.tar.gz) = 1503546 -SHA256 (ferama-rospo-v0.7.0_GH0.tar.gz) = 390c6b7df864a9612312a71c64ab783fe8617681f3330487bb934224d8bb9f1a -SIZE (ferama-rospo-v0.7.0_GH0.tar.gz) = 3930091 +TIMESTAMP = 1631713673 +SHA256 (rospo-ui-artifacts-0.7.1.tar.gz) = c3259afadd6b0db2f46e7f47161a1d5cf7d59320793b8e83a719225350244688 +SIZE (rospo-ui-artifacts-0.7.1.tar.gz) = 1503556 +SHA256 (ferama-rospo-v0.7.1_GH0.tar.gz) = 286be250c870405c7918df5fee3bdd4a712e36dfd96f6ff1bc7c714d2062cd82 +SIZE (ferama-rospo-v0.7.1_GH0.tar.gz) = 3929660 SHA256 (creack-pty-v1.1.14_GH0.tar.gz) = 091cdd3a8c8440525aa56ed3762f527baa91debbbf3cef7557c8bed5e4202fdf SIZE (creack-pty-v1.1.14_GH0.tar.gz) = 9937 SHA256 (gin-contrib-cors-v1.3.1_GH0.tar.gz) = 1e6a11076de6e4c0608e2b1167cee319a89761a233c85c8402d2432656096edc