Port details |
- py-asyncssh Asynchronous SSHv2 client and server library
- 2.20.0 security
=2 2.19.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2018-02-23 13:02:09
- Last Update: 2025-02-20 07:59:08
- Commit Hash: e5cc48e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: EPL
- WWW:
- https://github.com/ronf/asyncssh
- Description:
- AsyncSSH is a Python package which provides an asynchronous client and server
implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio
framework.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}asyncssh>0:security/py-asyncssh@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-asyncssh/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-asyncssh
- pkg install py311-asyncssh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-asyncssh listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-asyncssh
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1739962486
SHA256 (asyncssh-2.20.0.tar.gz) = 020b6e384b2328ef8683908ad8e73de9ec2b9b62fd964571ea957bba98412983
SIZE (asyncssh-2.20.0.tar.gz) = 534719
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-typing-extensions>=4.0.0 : devel/py-typing-extensions@py311
- py311-bcrypt>=3.1.3 : security/py-bcrypt@py311
- py311-fido2>=0.9.2 : security/py-fido2@py311
- py311-openssl>=23.0.0,1 : security/py-openssl@py311
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/spyder
- security/caldera
- security/caldera4
Configuration Options:
- ===> The following configuration options are available for py311-asyncssh-2.20.0:
BCRYPT=on: OpenSSH private key encryption
FIDO2=on: FIDO2 support
GSSAPI=off: GSSAPI key exchange and authentication
LIBNACL=off: Curve25519, Ed25519 and Chacha20-Poly1305 support
PKCS11=off: PKCS #11 support
PYOPENSSL=on: X.509 certificate authentication
===> Use 'make config' to modify these settings
- Options name:
- security_py-asyncssh
- USES:
- cpe python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.20.0 20 Feb 2025 07:59:08
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.20.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.19.0 25 Dec 2024 19:15:47
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.19.0
- Remove NETTLE option
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.18.0 29 Oct 2024 14:38:38
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.18.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.17.0 08 Sep 2024 18:37:46
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.17.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.15.0 07 Jul 2024 17:21:17
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.15.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.14.2_1 13 May 2024 14:07:10
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
2.14.2 25 Dec 2023 09:00:47
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.14.2
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
Security: CVE-2023-48795 |
2.14.1 14 Nov 2023 17:15:49
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.14.1
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
Security: CVE-2023-46445, CVE-2023-46446 |
2.14.0 05 Oct 2023 02:00:24
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.14.0
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.13.2 29 Sep 2023 14:19:56
    |
Po-Chuan Hsieh (sunpoet)  |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
2.13.2 31 Jul 2023 16:40:12
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Sort USES |
2.13.2 22 Jul 2023 07:46:38
    |
Tobias C. Berner (tcberner)  |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
2.13.2 09 Jul 2023 10:20:04
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.13.2
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.13.1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.13.1 21 Mar 2023 19:21:16
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.13.1
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.13.0 30 Jan 2023 13:00:15
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.13.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.12.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
2.12.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
2.12.0 31 Aug 2022 11:41:13
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.12.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.11.0 09 Jun 2022 10:59:26
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.11.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.10.1 03 Jun 2022 16:57:49
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Convert to USE_PYTHON=unittest |
2.10.1 17 Apr 2022 23:58:23
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.10.1
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.10.0 16 Apr 2022 04:19:26
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.10.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.9.0 25 Jan 2022 19:50:25
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.9.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.8.1 21 Nov 2021 18:21:08
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.8.1
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.8.0 05 Nov 2021 19:14:25
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.8.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.7.2 13 Oct 2021 19:14:33
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Cosmetic change |
2.7.2 13 Oct 2021 13:13:55
    |
Stefan Eßer (se)  |
security/py-asyncssh: Add CPE information
Approved by: portmgr (blanket) |
2.7.2 21 Sep 2021 03:44:55
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.7.2
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.7.0 20 Jun 2021 16:16:03
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.7.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.6.0 07 May 2021 09:39:09
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-asyncssh: Update to 2.6.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.5.0_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.5.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.5.0_1 03 Mar 2021 18:12:35
  |
sunpoet  |
Update do-test:
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. |
2.5.0_1 06 Jan 2021 20:32:32
  |
sunpoet  |
Add FIDO2 and PKCS11 options
- Bump PORTREVISION for dependency change |
2.5.0 03 Jan 2021 20:16:09
  |
sunpoet  |
Update to 2.5.0
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst |
2.4.2 10 Dec 2020 21:59:46
  |
sunpoet  |
Update to 2.4.2
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
PR: 250337
Submitted by: pi |
1.16.1_2 16 May 2020 10:51:33
  |
sunpoet  |
Bump PORTREVISION for security/nettle shlib change |
1.16.1_1 27 Jan 2020 20:09:16
  |
sunpoet  |
Fix typo
- Bump PORTREVISION for dependency change |
1.16.1 26 Jan 2020 16:12:47
  |
sunpoet  |
Add NETTLE option |
1.16.1 11 Jan 2020 10:41:44
  |
sunpoet  |
Update to 1.16.1
- 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 |
1.14.0 01 Sep 2019 16:15:03
  |
sunpoet  |
Take maintainership |
1.14.0 01 Sep 2019 15:47:46
  |
zi  |
- Reset maintainer due to fata email bounces
Reported by: portscout |
1.14.0 09 Dec 2018 01:47:38
  |
swills  |
security/py-asyncssh: Update to 1.14.0
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 |
1.12.0 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.12.0 23 Feb 2018 13:01:43
  |
wg  |
security/py-asyncssh: Python asnycio SSH protocol library
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 |