aboutsummaryrefslogtreecommitdiff
path: root/security/py-asyncssh
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* security/py-asyncssh: Update to 2.12.0Po-Chuan Hsieh2022-08-312-4/+4
| | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
* security/py-asyncssh: Update to 2.11.0Po-Chuan Hsieh2022-06-092-4/+4
| | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
* security/py-asyncssh: Convert to USE_PYTHON=unittestPo-Chuan Hsieh2022-06-031-4/+1
|
* security/py-asyncssh: Update to 2.10.1Po-Chuan Hsieh2022-04-172-5/+5
| | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
* security/py-asyncssh: Update to 2.10.0Po-Chuan Hsieh2022-04-162-5/+5
| | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
* security/py-asyncssh: Update to 2.9.0Po-Chuan Hsieh2022-01-252-5/+6
| | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
* security/py-asyncssh: Update to 2.8.1Po-Chuan Hsieh2021-11-212-4/+4
| | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
* security/py-asyncssh: Update to 2.8.0Po-Chuan Hsieh2021-11-052-4/+4
| | | | Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
* 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