Bug 251084 - [NEW PORT] www/chisel: Fast TCP tunnel over HTTP
Summary: [NEW PORT] www/chisel: Fast TCP tunnel over HTTP
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: Mikael Urankar
URL: https://github.com/jpillora/chisel
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-12 21:19 UTC by Lewis Cook
Modified: 2020-11-13 09:48 UTC (History)
1 user (show)

See Also:


Attachments
chisel-1.7.2.diff (6.02 KB, patch)
2020-11-12 21:19 UTC, Lewis Cook
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-11-12 21:19:09 UTC
Created attachment 219610 [details]
chisel-1.7.2.diff

Chisel is a fast TCP tunnel, transported
over HTTP, secured via SSH. Single executable
including both client and server. Written in Go
(golang). Chisel is mainly useful for passing
through firewalls, though it can also be used to
provide a secure endpoint into your network.

WWW: https://github.com/jpillora/chisel

QA:

 * portlint: OK (looks fine).
 * testport: OK (poudriere: 12.2-RELEASE, amd64).
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-11-13 09:47:19 UTC
A commit references this bug:

Author: mikael
Date: Fri Nov 13 09:47:11 UTC 2020
New revision: 555010
URL: https://svnweb.freebsd.org/changeset/ports/555010

Log:
  www/chisel: create port

  Chisel is a fast TCP tunnel, transported
  over HTTP, secured via SSH. Single executable
  including both client and server. Written in Go
  (golang). Chisel is mainly useful for passing
  through firewalls, though it can also be used to
  provide a secure endpoint into your network.

  WWW: https://github.com/jpillora/chisel

  PR:		251084
  Submitted by:	Lewis Cook

Changes:
  head/www/Makefile
  head/www/chisel/
  head/www/chisel/Makefile
  head/www/chisel/distinfo
  head/www/chisel/pkg-descr
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2020-11-13 09:48:05 UTC
Thanks!