diff options
author | Jeffery To <jeffery.to@gmail.com> | 2022-03-07 04:01:16 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2022-03-07 04:01:16 +0800 |
commit | 630d6800f284eef77426ad3980977b2e9b7896d3 (patch) | |
tree | ee9134f7c1050d27fbefeb5563f3c8df1969a56e /lang/python | |
parent | 7ea1e7682127592b6485bdeaf8d76f0d29bfce19 (diff) |
python-twisted: Update to 22.2.0
Includes fix for CVE-2022-21716 (The Twisted SSH client and server
implementation naively accepted an infinite amount of data for the
peer's SSH version identifier.)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-twisted/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-twisted/Makefile b/lang/python/python-twisted/Makefile index 19a94b28f..628630db1 100644 --- a/lang/python/python-twisted/Makefile +++ b/lang/python/python-twisted/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-twisted -PKG_VERSION:=22.1.0 +PKG_VERSION:=22.2.0 PKG_RELEASE:=1 PYPI_NAME:=Twisted -PKG_HASH:=b7971ec9805b0f80e1dcb1a3721d7bfad636d5f909de687430ce373979d67b61 +PKG_HASH:=57f32b1f6838facb8c004c89467840367ad38e9e535f8252091345dba500b4f2 PKG_BUILD_DEPENDS:=libtirpc |