From owner-svn-ports-head@freebsd.org Sun Jan 3 16:46:36 2021 Return-Path: Delivered-To: svn-ports-head@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 D220D4D69F8; Sun, 3 Jan 2021 16:46:36 +0000 (UTC) (envelope-from ashish@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D84R05XqTz3PPJ; Sun, 3 Jan 2021 16:46:36 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A237A2B76; Sun, 3 Jan 2021 16:46:36 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 103GkaNl067120; Sun, 3 Jan 2021 16:46:36 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 103GkZSt067114; Sun, 3 Jan 2021 16:46:35 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <202101031646.103GkZSt067114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 3 Jan 2021 16:46:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560019 - in head/security: . assh X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: in head/security: . assh X-SVN-Commit-Revision: 560019 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2021 16:46:36 -0000 Author: ashish Date: Sun Jan 3 16:46:35 2021 New Revision: 560019 URL: https://svnweb.freebsd.org/changeset/ports/560019 Log: A transparent wrapper that adds support for regex, aliases, gateways, dynamic hostnames, graphviz, json output, yaml configuration, and more to SSH. WWW: https://manfred.life/assh Added: head/security/assh/ head/security/assh/Makefile (contents, props changed) head/security/assh/Makefile~ (contents, props changed) head/security/assh/distinfo (contents, props changed) head/security/assh/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Jan 3 16:43:10 2021 (r560018) +++ head/security/Makefile Sun Jan 3 16:46:35 2021 (r560019) @@ -32,6 +32,7 @@ SUBDIR += arirang SUBDIR += arpCounterattack SUBDIR += asignify + SUBDIR += assh SUBDIR += autossh SUBDIR += aws-iam-authenticator SUBDIR += aws-vault Added: head/security/assh/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/assh/Makefile Sun Jan 3 16:46:35 2021 (r560019) @@ -0,0 +1,95 @@ +# $FreeBSD$ + +PORTNAME= assh +DISTVERSIONPREFIX= v +DISTVERSION= 2.10.0 +CATEGORIES= security + +MAINTAINER= ashish@FreeBSD.org +COMMENT= Smart SSH client wrapper + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules +USE_GITHUB= yes +GH_ACCOUNT= moul +GH_TUPLE= Masterminds:goutils:v1.1.0:masterminds_goutils/vendor/github.com/Masterminds/goutils \ + Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ + Masterminds:sprig:v2.22.0:masterminds_sprig/vendor/github.com/Masterminds/sprig \ + StackExchange:wmi:cbe66965904d:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ + awalterschulze:gographviz:v2.0.1:awalterschulze_gographviz/vendor/github.com/awalterschulze/gographviz \ + bugsnag:osext:0dd3f918b21b:bugsnag_osext/vendor/github.com/bugsnag/osext \ + cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man/v2 \ + deckarep:gosx-notifier:e127226297fb:deckarep_gosx_notifier/vendor/github.com/deckarep/gosx-notifier \ + moby:moby:v1.13.1:docker_docker/vendor/github.com/docker/docker \ + docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \ + docker:libcompose:v0.4.0:docker_libcompose/vendor/github.com/docker/libcompose \ + dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ + flynn:go-shlex:3f9db97f8568:flynn_go_shlex/vendor/github.com/flynn/go-shlex \ + fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ + gin-contrib:sse:v0.1.0:gin_contrib_sse/vendor/github.com/gin-contrib/sse \ + gin-gonic:gin:v1.6.3:gin_gonic_gin/vendor/github.com/gin-gonic/gin \ + go-ini:ini:v1.57.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ + go-ole:go-ole:v1.2.4:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ + go-playground:locales:v0.13.0:go_playground_locales/vendor/github.com/go-playground/locales \ + go-playground:universal-translator:v0.17.0:go_playground_universal_translator/vendor/github.com/go-playground/universal-translator \ + go-playground:validator:v10.3.0:go_playground_validator/vendor/github.com/go-playground/validator/v10 \ + go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ + golang:crypto:70a84ac30bf9:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \ + golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:sys:6fdc65e7d980:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ + golang:time:89c76fbcd5d1:golang_time/vendor/golang.org/x/time \ + google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ + gopherjs:gopherjs:0766667cb4d1:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \ + guelfey:go.dbus:f6a3a2366cc3:guelfey_go_dbus/vendor/github.com/guelfey/go.dbus \ + haklop:gnotifier:0de36badf601:haklop_gnotifier/vendor/github.com/haklop/gnotifier \ + hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ + huandu:xstrings:v1.3.1:huandu_xstrings/vendor/github.com/huandu/xstrings \ + imdario:mergo:v0.3.9:imdario_mergo/vendor/github.com/imdario/mergo \ + inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ + json-iterator:go:v1.1.9:json_iterator_go/vendor/github.com/json-iterator/go \ + jtolds:gls:v4.20.0:jtolds_gls/vendor/github.com/jtolds/gls \ + leodido:go-urn:v1.2.0:leodido_go_urn/vendor/github.com/leodido/go-urn \ + magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ + mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ + mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ + mattn:go-zglob:v0.0.2:mattn_go_zglob/vendor/github.com/mattn/go-zglob \ + mgutz:ansi:9520e82c474b:mgutz_ansi/vendor/github.com/mgutz/ansi \ + mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ + mitchellh:mapstructure:v1.3.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ + mitchellh:reflectwalk:v1.0.1:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ + modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ + modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ + moul:flexyaml:f458bfa8afe2:moul_flexyaml/vendor/github.com/moul/flexyaml \ + pelletier:go-toml:v1.8.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ + pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ + russross:blackfriday:v2.0.1:russross_blackfriday/vendor/github.com/russross/blackfriday/v2 \ + shirou:gopsutil:v2.20.5:shirou_gopsutil/vendor/github.com/shirou/gopsutil \ + shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ + smartystreets:assertions:b2de0cb4f26d:smartystreets_assertions/vendor/github.com/smartystreets/assertions \ + smartystreets:goconvey:v1.6.4:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \ + spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \ + spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ + spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ + spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ + spf13:viper:v1.7.0:spf13_viper/vendor/github.com/spf13/viper \ + subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ + uber-go:atomic:v1.6.0:uber_go_atomic/vendor/go.uber.org/atomic \ + uber-go:multierr:v1.5.0:uber_go_multierr/vendor/go.uber.org/multierr \ + uber-go:zap:v1.15.0:uber_go_zap/vendor/go.uber.org/zap \ + ugorji:go:v1.1.7:ugorji_go/vendor/github.com/ugorji/go/codec \ + urfave:cli:v1.22.4:urfave_cli/vendor/github.com/urfave/cli \ + protocolbuffers:protobuf-go:v1.24.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf + +PLIST_FILES= bin/assh + +post-patch: + ${REINPLACE_CMD} -e '/Version/s,n/a,${DISTVERSION},' \ + -e '/VcsRef/s,n/a,${DISTVERSIONPREFIX}${DISTVERSION},' \ + ${WRKSRC}/pkg/version/version.go + +.include Added: head/security/assh/Makefile~ ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/assh/Makefile~ Sun Jan 3 16:46:35 2021 (r560019) @@ -0,0 +1,95 @@ +# $FreeBSD$ + +PORTNAME= assh +DISTVERSIONPREFIX= v +DISTVERSION= 2.10.0 +CATEGORIES= security + +MAINTAINER= ashish@FreeBSD.org +COMMENT= Smart SSH wrapper + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules +USE_GITHUB= yes +GH_ACCOUNT= moul +GH_TUPLE= Masterminds:goutils:v1.1.0:masterminds_goutils/vendor/github.com/Masterminds/goutils \ + Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ + Masterminds:sprig:v2.22.0:masterminds_sprig/vendor/github.com/Masterminds/sprig \ + StackExchange:wmi:cbe66965904d:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ + awalterschulze:gographviz:v2.0.1:awalterschulze_gographviz/vendor/github.com/awalterschulze/gographviz \ + bugsnag:osext:0dd3f918b21b:bugsnag_osext/vendor/github.com/bugsnag/osext \ + cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man/v2 \ + deckarep:gosx-notifier:e127226297fb:deckarep_gosx_notifier/vendor/github.com/deckarep/gosx-notifier \ + moby:moby:v1.13.1:docker_docker/vendor/github.com/docker/docker \ + docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \ + docker:libcompose:v0.4.0:docker_libcompose/vendor/github.com/docker/libcompose \ + dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ + flynn:go-shlex:3f9db97f8568:flynn_go_shlex/vendor/github.com/flynn/go-shlex \ + fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ + gin-contrib:sse:v0.1.0:gin_contrib_sse/vendor/github.com/gin-contrib/sse \ + gin-gonic:gin:v1.6.3:gin_gonic_gin/vendor/github.com/gin-gonic/gin \ + go-ini:ini:v1.57.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ + go-ole:go-ole:v1.2.4:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ + go-playground:locales:v0.13.0:go_playground_locales/vendor/github.com/go-playground/locales \ + go-playground:universal-translator:v0.17.0:go_playground_universal_translator/vendor/github.com/go-playground/universal-translator \ + go-playground:validator:v10.3.0:go_playground_validator/vendor/github.com/go-playground/validator/v10 \ + go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ + golang:crypto:70a84ac30bf9:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \ + golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:sys:6fdc65e7d980:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ + golang:time:89c76fbcd5d1:golang_time/vendor/golang.org/x/time \ + google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ + gopherjs:gopherjs:0766667cb4d1:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \ + guelfey:go.dbus:f6a3a2366cc3:guelfey_go_dbus/vendor/github.com/guelfey/go.dbus \ + haklop:gnotifier:0de36badf601:haklop_gnotifier/vendor/github.com/haklop/gnotifier \ + hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ + huandu:xstrings:v1.3.1:huandu_xstrings/vendor/github.com/huandu/xstrings \ + imdario:mergo:v0.3.9:imdario_mergo/vendor/github.com/imdario/mergo \ + inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ + json-iterator:go:v1.1.9:json_iterator_go/vendor/github.com/json-iterator/go \ + jtolds:gls:v4.20.0:jtolds_gls/vendor/github.com/jtolds/gls \ + leodido:go-urn:v1.2.0:leodido_go_urn/vendor/github.com/leodido/go-urn \ + magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ + mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ + mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ + mattn:go-zglob:v0.0.2:mattn_go_zglob/vendor/github.com/mattn/go-zglob \ + mgutz:ansi:9520e82c474b:mgutz_ansi/vendor/github.com/mgutz/ansi \ + mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ + mitchellh:mapstructure:v1.3.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ + mitchellh:reflectwalk:v1.0.1:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ + modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ + modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ + moul:flexyaml:f458bfa8afe2:moul_flexyaml/vendor/github.com/moul/flexyaml \ + pelletier:go-toml:v1.8.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ + pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ + russross:blackfriday:v2.0.1:russross_blackfriday/vendor/github.com/russross/blackfriday/v2 \ + shirou:gopsutil:v2.20.5:shirou_gopsutil/vendor/github.com/shirou/gopsutil \ + shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ + smartystreets:assertions:b2de0cb4f26d:smartystreets_assertions/vendor/github.com/smartystreets/assertions \ + smartystreets:goconvey:v1.6.4:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \ + spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \ + spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ + spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ + spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ + spf13:viper:v1.7.0:spf13_viper/vendor/github.com/spf13/viper \ + subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ + uber-go:atomic:v1.6.0:uber_go_atomic/vendor/go.uber.org/atomic \ + uber-go:multierr:v1.5.0:uber_go_multierr/vendor/go.uber.org/multierr \ + uber-go:zap:v1.15.0:uber_go_zap/vendor/go.uber.org/zap \ + ugorji:go:v1.1.7:ugorji_go/vendor/github.com/ugorji/go/codec \ + urfave:cli:v1.22.4:urfave_cli/vendor/github.com/urfave/cli \ + protocolbuffers:protobuf-go:v1.24.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf + +PLIST_FILES= bin/assh + +post-patch: + ${REINPLACE_CMD} -e '/Version/s,n/a,${DISTVERSION},' \ + -e '/VcsRef/s,n/a,${DISTVERSIONPREFIX}${DISTVERSION},' \ + ${WRKSRC}/pkg/version/version.go + +.include Added: head/security/assh/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/assh/distinfo Sun Jan 3 16:46:35 2021 (r560019) @@ -0,0 +1,143 @@ +TIMESTAMP = 1609621776 +SHA256 (moul-assh-v2.10.0_GH0.tar.gz) = 7cc2ff54c5fc04d2b5cbe0b073ef2fef112e5b3ef9185408b708625e572c83c1 +SIZE (moul-assh-v2.10.0_GH0.tar.gz) = 368384 +SHA256 (Masterminds-goutils-v1.1.0_GH0.tar.gz) = 053a61c4b0d78e6978600c99562f04d053993c428d549a20b627151cf1aabbae +SIZE (Masterminds-goutils-v1.1.0_GH0.tar.gz) = 14610 +SHA256 (Masterminds-semver-v1.5.0_GH0.tar.gz) = c9140eddfb03dc862f826e7761561260b9a840afa7519cc0919e89a43b5be5ba +SIZE (Masterminds-semver-v1.5.0_GH0.tar.gz) = 21188 +SHA256 (Masterminds-sprig-v2.22.0_GH0.tar.gz) = c6d0f6e2a3b2aecc888b62c15defcccf16a44e7435c47c7f158b98946c5ee970 +SIZE (Masterminds-sprig-v2.22.0_GH0.tar.gz) = 42051 +SHA256 (StackExchange-wmi-cbe66965904d_GH0.tar.gz) = 14dbc4af6952acdb1b941d002cd36fd2299aa6b3144cbcbddbb032c47f816da5 +SIZE (StackExchange-wmi-cbe66965904d_GH0.tar.gz) = 11279 +SHA256 (awalterschulze-gographviz-v2.0.1_GH0.tar.gz) = 846d6bedf6c8b0ad0fec86c7d057d865a42c4254cfac387d3e6332aaf63d8ef0 +SIZE (awalterschulze-gographviz-v2.0.1_GH0.tar.gz) = 170181 +SHA256 (bugsnag-osext-0dd3f918b21b_GH0.tar.gz) = 164c7c6d6e45fa84bfdf22c276ddb34ab475186df33da2f946df02167dd31983 +SIZE (bugsnag-osext-0dd3f918b21b_GH0.tar.gz) = 2791 +SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576 +SIZE (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 52021 +SHA256 (deckarep-gosx-notifier-e127226297fb_GH0.tar.gz) = 371fee190f76a8578aa3bd10836cf06e6965677d15b5e38685a8a0aa0bc0566a +SIZE (deckarep-gosx-notifier-e127226297fb_GH0.tar.gz) = 1010063 +SHA256 (moby-moby-v1.13.1_GH0.tar.gz) = 0d24e814f7adf19dc281b29fef69d0dfec7994966de9aaed7d4207d3034b9ee0 +SIZE (moby-moby-v1.13.1_GH0.tar.gz) = 7788124 +SHA256 (docker-go-units-v0.4.0_GH0.tar.gz) = b411f15ca9b419880006f3944b8ec87dc3fe15cbba3beb6e04f2c03f9ea8370b +SIZE (docker-go-units-v0.4.0_GH0.tar.gz) = 11514 +SHA256 (docker-libcompose-v0.4.0_GH0.tar.gz) = 17b35023f90df510651900f70f715e9f1c7de74357d673ff30234f9bb00e54f2 +SIZE (docker-libcompose-v0.4.0_GH0.tar.gz) = 805493 +SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba +SIZE (dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260 +SHA256 (flynn-go-shlex-3f9db97f8568_GH0.tar.gz) = fbe293093bb4dbb07985d7ee5f6cd975fe4065d7c7106d711cb48d6bf480c7e8 +SIZE (flynn-go-shlex-3f9db97f8568_GH0.tar.gz) = 7677 +SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb +SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900 +SHA256 (gin-contrib-sse-v0.1.0_GH0.tar.gz) = e92addababc6e94d319606d45fa9ed7fe7b0e0748d8a918ae8acf5b0b87d7889 +SIZE (gin-contrib-sse-v0.1.0_GH0.tar.gz) = 6109 +SHA256 (gin-gonic-gin-v1.6.3_GH0.tar.gz) = 3d89db8a45f56ee85c18ac21d5ba39bf26f498a39d7d04f8b8a289bc95548fe1 +SIZE (gin-gonic-gin-v1.6.3_GH0.tar.gz) = 132438 +SHA256 (go-ini-ini-v1.57.0_GH0.tar.gz) = e612924cffa395825f32e65db18cff0366705952433e52c6efc81fc1c3adfd2a +SIZE (go-ini-ini-v1.57.0_GH0.tar.gz) = 48424 +SHA256 (go-ole-go-ole-v1.2.4_GH0.tar.gz) = 1f30df494ffc50c133c5f276f64c94820046b1a3a660c0cca49a5c3a8106db11 +SIZE (go-ole-go-ole-v1.2.4_GH0.tar.gz) = 51655 +SHA256 (go-playground-locales-v0.13.0_GH0.tar.gz) = 046a2f8c6011d050bedc67a34f8c577238abe4db91f3da9dfdd3d74565f08512 +SIZE (go-playground-locales-v0.13.0_GH0.tar.gz) = 4225718 +SHA256 (go-playground-universal-translator-v0.17.0_GH0.tar.gz) = a029ec247ca60b39bbc7d447b845a604a7ad00a8b7e52abea9e362db1b4fae88 +SIZE (go-playground-universal-translator-v0.17.0_GH0.tar.gz) = 36838 +SHA256 (go-playground-validator-v10.3.0_GH0.tar.gz) = d90e3f39dd7d6e0f1895cb379760f215ffe70ece97e15d17574d185f556a2189 +SIZE (go-playground-validator-v10.3.0_GH0.tar.gz) = 158005 +SHA256 (go-yaml-yaml-v2.3.0_GH0.tar.gz) = 42027002bf258009d498600b04b8c9cbb29d2193185ea7bfa8fefe194fe72a07 +SIZE (go-yaml-yaml-v2.3.0_GH0.tar.gz) = 72816 +SHA256 (golang-crypto-70a84ac30bf9_GH0.tar.gz) = 715165cbb952e6f78f59379404fb3d9b0db2f077b65173b2fea0d5a3b950cf89 +SIZE (golang-crypto-70a84ac30bf9_GH0.tar.gz) = 1729991 +SHA256 (golang-net-627f9648deb9_GH0.tar.gz) = a171ecd3ca1ca546c82806d7ddba1985b18da28530cb7479ea62d90ea1f81041 +SIZE (golang-net-627f9648deb9_GH0.tar.gz) = 1177189 +SHA256 (golang-protobuf-v1.4.2_GH0.tar.gz) = a1e486b3ed6f502c43e10cb28bde4e8f020a420ef9958d3fbe61801492c07c87 +SIZE (golang-protobuf-v1.4.2_GH0.tar.gz) = 171778 +SHA256 (golang-sys-6fdc65e7d980_GH0.tar.gz) = 5c36375f2b9646fecf7a7f146be0780fe7ae1b030e10fb1a0ff75794569d07b7 +SIZE (golang-sys-6fdc65e7d980_GH0.tar.gz) = 1054144 +SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22 +SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069 +SHA256 (golang-time-89c76fbcd5d1_GH0.tar.gz) = 376a3855d3a951c848f1d3dc8eddf4b91b035f0e7ec3577359aa490b7b056abb +SIZE (golang-time-89c76fbcd5d1_GH0.tar.gz) = 9605 +SHA256 (google-uuid-v1.1.1_GH0.tar.gz) = bebd4b0b4ea152a9793615ef23c83f688876d8c284a2092264d20a4bf4ffc423 +SIZE (google-uuid-v1.1.1_GH0.tar.gz) = 13543 +SHA256 (gopherjs-gopherjs-0766667cb4d1_GH0.tar.gz) = bc4d58aabc0e9958a9b8f9ebd835f1deabe5061750d070fc1e2e41fe6e6d643a +SIZE (gopherjs-gopherjs-0766667cb4d1_GH0.tar.gz) = 217279 +SHA256 (guelfey-go.dbus-f6a3a2366cc3_GH0.tar.gz) = 96fb416626cef227da5bce965aab2298e3fd4896346fb16a76e0454ff346a62c +SIZE (guelfey-go.dbus-f6a3a2366cc3_GH0.tar.gz) = 37286 +SHA256 (haklop-gnotifier-0de36badf601_GH0.tar.gz) = 43f2e2da5f7ecf8fbf8ebf91bd38972c34a3c5f9edaa7e1771e9e3b998ec0f6b +SIZE (haklop-gnotifier-0de36badf601_GH0.tar.gz) = 2907 +SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2 +SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658 +SHA256 (huandu-xstrings-v1.3.1_GH0.tar.gz) = d399f03735391073441145bac6b8d06b36f3b59e005db77ebafde130ddf215bf +SIZE (huandu-xstrings-v1.3.1_GH0.tar.gz) = 17797 +SHA256 (imdario-mergo-v0.3.9_GH0.tar.gz) = 962a8392b47ab758009c94bcb0b7cd7e345026954f893f90f28f2791523206ca +SIZE (imdario-mergo-v0.3.9_GH0.tar.gz) = 18910 +SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 +SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 +SHA256 (json-iterator-go-v1.1.9_GH0.tar.gz) = ca1fee8594ea5b4f41bce678c09a7b4b8300bf185701930cc5fcb1758e98dab1 +SIZE (json-iterator-go-v1.1.9_GH0.tar.gz) = 79624 +SHA256 (jtolds-gls-v4.20.0_GH0.tar.gz) = 5223a689f315fc53c5bc271b3a8259032cc74f5311a6d7c1f700a1c65d40c2b2 +SIZE (jtolds-gls-v4.20.0_GH0.tar.gz) = 7306 +SHA256 (leodido-go-urn-v1.2.0_GH0.tar.gz) = c5aee85151ad7ca482f5b0a63dea1f47e89300d7ac9d66c45e992c77e857fa1c +SIZE (leodido-go-urn-v1.2.0_GH0.tar.gz) = 1102396 +SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 4449df3d2be86608bfc997228f66f1cff57bf620cc5bf9ba44339c7e4c5612dd +SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735 +SHA256 (mattn-go-colorable-v0.1.6_GH0.tar.gz) = e313129503025c383b5e69082fb1144e83a864d12ec45bb7a224d3fc4a635fbc +SIZE (mattn-go-colorable-v0.1.6_GH0.tar.gz) = 9472 +SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c +SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 +SHA256 (mattn-go-zglob-v0.0.2_GH0.tar.gz) = 4b368205f9edc2b9eab91603c90197aebdf87c3e639b846220753b90969950dd +SIZE (mattn-go-zglob-v0.0.2_GH0.tar.gz) = 8485 +SHA256 (mgutz-ansi-9520e82c474b_GH0.tar.gz) = f9203c71aceb8b7ffa87181fd8f51dc69acce3d2161c4c017ea92c6840f85093 +SIZE (mgutz-ansi-9520e82c474b_GH0.tar.gz) = 4876 +SHA256 (mitchellh-copystructure-v1.0.0_GH0.tar.gz) = 0e04d8fe1065459ab234507b9a4b7164b05eda970fee6ffdf0219423c357fda8 +SIZE (mitchellh-copystructure-v1.0.0_GH0.tar.gz) = 8903 +SHA256 (mitchellh-mapstructure-v1.3.1_GH0.tar.gz) = 889ff894c134c160ad94056fb4cb8f1ec58e616633174985e8666dba80234f7c +SIZE (mitchellh-mapstructure-v1.3.1_GH0.tar.gz) = 24984 +SHA256 (mitchellh-reflectwalk-v1.0.1_GH0.tar.gz) = c81ed165d0250541655304973d5379a61e00ef074c471b6a6be2c38b204a2afd +SIZE (mitchellh-reflectwalk-v1.0.1_GH0.tar.gz) = 6449 +SHA256 (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = d673e902118a6ece63198dc7e0961e904d0410f142726df0936ec1a52035a60f +SIZE (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = 7526 +SHA256 (modern-go-reflect2-v1.0.1_GH0.tar.gz) = d24e856d9aa8fd51b9e6c2cdd712a44c8d18cb8b72802f1bd16e0470322363fd +SIZE (modern-go-reflect2-v1.0.1_GH0.tar.gz) = 14394 +SHA256 (moul-flexyaml-f458bfa8afe2_GH0.tar.gz) = bf81b3bfb7ebb286584227ea3e2db2f3b090d5d4373c88217e2b0ec0a3c9b741 +SIZE (moul-flexyaml-f458bfa8afe2_GH0.tar.gz) = 2425 +SHA256 (pelletier-go-toml-v1.8.0_GH0.tar.gz) = 535241212044f52bc40c8eb08d15342c75cef8e6c887ceb1e18d25aad4ab3633 +SIZE (pelletier-go-toml-v1.8.0_GH0.tar.gz) = 96286 +SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 +SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 +SHA256 (russross-blackfriday-v2.0.1_GH0.tar.gz) = 5a0f38a36b6f3b2d59b72d713451a895a4d3a4406b3533882483782e37797cff +SIZE (russross-blackfriday-v2.0.1_GH0.tar.gz) = 79613 +SHA256 (shirou-gopsutil-v2.20.5_GH0.tar.gz) = 350472e4c878076b9fbcd2ff077d906d11ad4d9d353d1810c69efe11cc0dd08d +SIZE (shirou-gopsutil-v2.20.5_GH0.tar.gz) = 138796 +SHA256 (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 7e11964980f9b8595c17bc8970f0174621afe464920e38df7f8d77e45058388f +SIZE (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 2143 +SHA256 (smartystreets-assertions-b2de0cb4f26d_GH0.tar.gz) = f9a1971c377083f255d18faedf07aba988e9d14780c5ef398db15c6f2281c4d6 +SIZE (smartystreets-assertions-b2de0cb4f26d_GH0.tar.gz) = 52225 +SHA256 (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 88714f84d0a989c4ba60e1f2b65e426dc7e23058ca0b9f06cb77613cb22b010b +SIZE (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 1478622 +SHA256 (spf13-afero-v1.2.2_GH0.tar.gz) = b577afca7e9839aa7cf0ddd712af553aec671b74f97fe0c88c63f911d1020570 +SIZE (spf13-afero-v1.2.2_GH0.tar.gz) = 46157 +SHA256 (spf13-cast-v1.3.1_GH0.tar.gz) = 4fa8d06903b490ae6f1316e55c5446d5648eea2b450671ebc54d4bbe79bc46b1 +SIZE (spf13-cast-v1.3.1_GH0.tar.gz) = 11102 +SHA256 (spf13-cobra-v1.0.0_GH0.tar.gz) = 58dbfe1b4dbc6751575e94d1e62d073098e0b41790bc1c7a7a95ec6b870ac697 +SIZE (spf13-cobra-v1.0.0_GH0.tar.gz) = 128897 +SHA256 (spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 4fd850a792c5738954c4801cf549d8d0bf53edd17139cd39d179aa5abf7ec68d +SIZE (spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 6871 +SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 +SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 +SHA256 (spf13-viper-v1.7.0_GH0.tar.gz) = 95ce28f25d50b0a484479d46ec1576e786b92c70efdc2ad58089505c4ee0850d +SIZE (spf13-viper-v1.7.0_GH0.tar.gz) = 82340 +SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5 +SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359 +SHA256 (uber-go-atomic-v1.6.0_GH0.tar.gz) = 34abb632809f28d4106660d0211dfa624968c4d021717a2e16e1c6bf2606f34a +SIZE (uber-go-atomic-v1.6.0_GH0.tar.gz) = 9678 +SHA256 (uber-go-multierr-v1.5.0_GH0.tar.gz) = 15fdd69d5f35e1c5c472d02b58fe3e229795d930398f9017c6c43a108504eaf1 +SIZE (uber-go-multierr-v1.5.0_GH0.tar.gz) = 12336 +SHA256 (uber-go-zap-v1.15.0_GH0.tar.gz) = 947479b8ecf1d2c618675f12da02dcd36eab04c889e4d7b38312029114f73a6e +SIZE (uber-go-zap-v1.15.0_GH0.tar.gz) = 128221 +SHA256 (ugorji-go-v1.1.7_GH0.tar.gz) = a696a597d24c4743e125a00f771778a3cc8701c8bd9c3e31345524f61b560259 +SIZE (ugorji-go-v1.1.7_GH0.tar.gz) = 293690 +SHA256 (urfave-cli-v1.22.4_GH0.tar.gz) = 83d628fdd261accd4dc0b232bfc8ff06e734ec5137e134a8cee916693a8bb117 +SIZE (urfave-cli-v1.22.4_GH0.tar.gz) = 78034 +SHA256 (protocolbuffers-protobuf-go-v1.24.0_GH0.tar.gz) = 318e54ee12d09e9c76fc11cf85f6297360e6444b74a6a7882450501bb952ba56 +SIZE (protocolbuffers-protobuf-go-v1.24.0_GH0.tar.gz) = 1227640 Added: head/security/assh/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/assh/pkg-descr Sun Jan 3 16:46:35 2021 (r560019) @@ -0,0 +1,5 @@ +A transparent wrapper that adds support for regex, aliases, gateways, +dynamic hostnames, graphviz, json output, yaml configuration, and more +to SSH. + +WWW: https://manfred.life/assh