diff options
author | adam <adam@pkgsrc.org> | 2017-10-30 18:21:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-30 18:21:20 +0000 |
commit | 2747e23344ab10af710c7546e3f184316e1a0c7f (patch) | |
tree | c4ea1863287f11f34847e2a4b6dae2f7b91399d2 /security/Makefile | |
parent | 6f5728ab8d77cede5c234bf971edc750d62918a2 (diff) | |
download | pkgsrc-2747e23344ab10af710c7546e3f184316e1a0c7f.tar.gz |
py-asyncssh: added version 1.11.0
AsyncSSH is a Python package which provides an asynchronous client and server
implementation of the SSHv2 protocol on top of the Python 3.4+ asyncio
framework.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 9e196203465..b66df5e1760 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.655 2017/10/17 19:39:19 minskim Exp $ +# $NetBSD: Makefile,v 1.656 2017/10/30 18:21:20 adam Exp $ # COMMENT= Security tools @@ -384,6 +384,7 @@ SUBDIR+= py-argon2_cffi SUBDIR+= py-asn1 SUBDIR+= py-asn1-modules SUBDIR+= py-asn1crypto +SUBDIR+= py-asyncssh SUBDIR+= py-backports.ssl_match_hostname SUBDIR+= py-bcrypt SUBDIR+= py-certbot |