Bug 219332 - [NEW PORT] security/teleport: Gravitational teleport ssh
Summary: [NEW PORT] security/teleport: Gravitational teleport ssh
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL: https://reviews.freebsd.org/D14576
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-16 13:26 UTC by staticwizard
Modified: 2018-04-26 17:33 UTC (History)
3 users (show)

See Also:


Attachments
shar file (2.79 KB, application/x-shar)
2017-05-16 13:26 UTC, staticwizard
no flags Details
shar file with stagedir fix (3.00 KB, text/plain)
2017-05-18 12:15 UTC, staticwizard
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description staticwizard 2017-05-16 13:26:10 UTC
Created attachment 182637 [details]
shar file
Comment 1 staticwizard 2017-05-18 12:15:50 UTC
Created attachment 182695 [details]
shar file with stagedir fix
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2017-11-07 19:07:59 UTC
Thank you for your submission.

> MAINTAINER=	youremail@example.com
Is this your e-mail?

The following changes are needed:
* LICENSE_FILE is missing.
* You need to use USE_GITHUB/GH_ACCOUNT/GH_PROJECT instead of MASTER_SITES/DISTFILES.
* Rename PORTVERSION -> DISTVERSION
* WRKSRC is probably not needed
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2018-02-24 23:54:30 UTC
Timeout expired.
We can't accept a port without the valid maintainer's address. The given address is bogus.
Please reopen once you correct it.
Comment 4 Sean Chittenden freebsd_committer freebsd_triage 2018-03-03 17:52:46 UTC
I iterated on this port and posted it for review:

https://reviews.freebsd.org/D14576
Comment 5 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-03 17:55:50 UTC
New version available.
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2018-04-01 15:28:57 UTC
Updated to 2.5.4, testbuilds are fine. Review has open issues. Please comment.
Comment 7 commit-hook freebsd_committer freebsd_triage 2018-04-26 17:32:37 UTC
A commit references this bug:

Author: seanc
Date: Thu Apr 26 17:32:29 UTC 2018
New revision: 468360
URL: https://svnweb.freebsd.org/changeset/ports/468360

Log:
  Add new port: security/teleport

  Gravitational Teleport ("Teleport") is a modern SSH server for remotely
  accessing clusters of FreeBSD or Linux servers via SSH or HTTPS. It is
  intended to be used instead of sshd. Teleport enables teams to easily
  adopt the best SSH practices like:

  - Integrated SSH credentials with your organization Google Apps identities or
    other OAuth identitiy providers.
  - Teleport uses certificate-based access with automatic expiration time
  - Enforcement of 2nd factor authentication
  - Cluster introspection: every Teleport node becomes a part of a cluster
    and is visible on the Web UI
  - Record and replay SSH sessions for knowledge sharing and auditing purposes
  - Collaboratively troubleshoot issues through session sharing
  - Connect to clusters located behind firewalls without direct Internet
    access via SSH bastions

  Teleport is built on top of the high-quality Golang SSH implementation
  and it is compatible with OpenSSH.

  Initially submitted by:	staticwizard@hotmail.com in ports/219332

  PR:		ports/219332
  Approved by:	swills (mentor)
  Reviewed by:	yuri, swills, pi
  Differential Revision:	https://reviews.freebsd.org/D14576

Changes:
  head/security/Makefile
  head/security/teleport/
  head/security/teleport/Makefile
  head/security/teleport/distinfo
  head/security/teleport/files/
  head/security/teleport/files/pkg-message.in
  head/security/teleport/files/teleport.in
  head/security/teleport/pkg-descr