aboutsummaryrefslogtreecommitdiff
path: root/security/py-asyncssh
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for security/nettle shlib changeSunpoet Po-Chuan Hsieh2020-05-161-1/+1
| | | | Notes: svn path=/head/; revision=535391
* Fix typoSunpoet Po-Chuan Hsieh2020-01-271-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=524424
* Add NETTLE optionSunpoet Po-Chuan Hsieh2020-01-261-1/+3
| | | | Notes: svn path=/head/; revision=524196
* Update to 1.16.1Sunpoet Po-Chuan Hsieh2020-01-113-12/+23
| | | | | | | | | | | | - Update COMMENT - Update version requirement of RUN_DEPENDS - Add BRCYPT, GSSAPI, LIBNACL and PYOPENSSL options - Update pkg-descr Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst Notes: svn path=/head/; revision=522653
* Take maintainershipSunpoet Po-Chuan Hsieh2019-09-011-1/+1
| | | | Notes: svn path=/head/; revision=510705
* - Reset maintainer due to fata email bouncesRyan Steinmetz2019-09-011-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=510700
* security/py-asyncssh: Update to 1.14.0Steve Wills2018-12-092-5/+8
| | | | | | | | | | | | | While here, add test target PR: 230151 Submitted by: Nathan <ndowens@yahoo.com> Approved by: maintainer timeout (bartosz@ixsystems.com, >2 months) MFH: 2018Q4 Security: 0e8f496a-b498-11e8-bdcf-74d435e60b7c Notes: svn path=/head/; revision=487009
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* security/py-asyncssh: Python asnycio SSH protocol libraryWilliam Grzybowski2018-02-233-0/+31
AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework. It requires Python 3.4 or later and the Python cryptography library for some cryptographic functions. WWW: https://github.com/ronf/asyncssh Submitted by: Bartosz Prokop Notes: svn path=/head/; revision=462692