diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-15 00:39:58 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-15 01:15:49 +0800 |
commit | dcd570adaeb52fed4925a53c9101dea9f35c9078 (patch) | |
tree | a971e3b48c83394b1df20bfe30fc2e132540d268 /security/py-asyncssh/Makefile | |
parent | print/py-glyphsets: Update to 0.6.5 (diff) |
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
Diffstat (limited to 'security/py-asyncssh/Makefile')
-rw-r--r-- | security/py-asyncssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile index 52e51845c760..e930102a4874 100644 --- a/security/py-asyncssh/Makefile +++ b/security/py-asyncssh/Makefile @@ -1,5 +1,5 @@ PORTNAME= asyncssh -PORTVERSION= 2.14.0 +PORTVERSION= 2.14.1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |