python-cryptography: Update to 41.0.7
authorJeffery To <jeffery.to@gmail.com>
Mon, 4 Dec 2023 06:21:20 +0000 (14:21 +0800)
committerTianling Shen <cnsztl@gmail.com>
Thu, 7 Dec 2023 07:07:29 +0000 (15:07 +0800)
41.0.6 included a fix for CVE-2023-49083 (loading certificates from a
PKCS#7 bundle could lead to a null-pointer-dereference and segfault).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-cryptography/Makefile

index bee53fd796d92960ddfa6a99389e77500e114c27..c8b1950d2e21f7e4f9d3f3845767f5cbef909361 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-cryptography
-PKG_VERSION:=41.0.5
+PKG_VERSION:=41.0.7
 PKG_RELEASE:=1
 
 PYPI_NAME:=cryptography
-PKG_HASH:=392cb88b597247177172e02da6b7a63deeff1937fa6fec3bbf902ebd75d97ec7
+PKG_HASH:=13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc
 
 PKG_LICENSE:=Apache-2.0 BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD