Bug 224423 - [NEW PORT] security/py-scp: scp protocol for paramiko transport
Summary: [NEW PORT] security/py-scp: scp protocol for paramiko transport
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: Yuri Victorovich
URL:
Keywords: feature
Depends on:
Blocks: 224343 227088 227092 227098
  Show dependency treegraph
 
Reported: 2017-12-18 11:35 UTC by Sergey Akhmatov
Modified: 2018-04-05 04:54 UTC (History)
2 users (show)

See Also:


Attachments
py-scp (1.43 KB, patch)
2017-12-18 11:35 UTC, Sergey Akhmatov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Akhmatov 2017-12-18 11:35:29 UTC
Created attachment 188926 [details]
py-scp

The scp.py module uses a paramiko transport to send and recieve files via the
scp1 protocol. This is the protocol as referenced from the openssh scp program,
and has only been tested with this implementation.

QA:
- portlint -ANC: OK
- poudriere: OK with @py27 and py@36 FLAVORS
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-04-05 03:32:11 UTC
A commit references this bug:

Author: yuri
Date: Thu Apr  5 03:32:07 UTC 2018
New revision: 466526
URL: https://svnweb.freebsd.org/changeset/ports/466526

Log:
  New port: security/py-scp: Scp module for paramiko

  PR:		224423
  Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>

Changes:
  head/security/Makefile
  head/security/py-scp/
  head/security/py-scp/Makefile
  head/security/py-scp/distinfo
  head/security/py-scp/pkg-descr
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2018-04-05 03:32:23 UTC
Committed.
Thank you for your contribution!