aboutsummaryrefslogtreecommitdiff
path: root/security/py-asyncssh
Commit message (Collapse)AuthorAgeFilesLines
* security/py-asyncssh: Cosmetic changePo-Chuan Hsieh2021-10-131-1/+2
|
* security/py-asyncssh: Add CPE informationStefan Eßer2021-10-131-1/+2
| | | | Approved by: portmgr (blanket)
* security/py-asyncssh: Update to 2.7.2Po-Chuan Hsieh2021-09-212-4/+4
| | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
* security/py-asyncssh: Update to 2.7.0Po-Chuan Hsieh2021-06-202-4/+4
| | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
* security/py-asyncssh: Update to 2.6.0Po-Chuan Hsieh2021-05-072-6/+5
| | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update do-test:Sunpoet Po-Chuan Hsieh2021-03-031-1/+1
| | | | | | | | It removes the warning message: WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. Notes: svn path=/head/; revision=567183
* Add FIDO2 and PKCS11 optionsSunpoet Po-Chuan Hsieh2021-01-061-2/+7
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=560605
* Update to 2.5.0Sunpoet Po-Chuan Hsieh2021-01-032-4/+4
| | | | | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst Notes: svn path=/head/; revision=560138
* Update to 2.4.2Sunpoet Po-Chuan Hsieh2020-12-102-8/+7
| | | | | | | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst PR: 250337 Submitted by: pi Notes: svn path=/head/; revision=557685
* 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