From: Jeffery To Date: Mon, 4 Dec 2023 06:21:20 +0000 (+0800) Subject: python-cryptography: Update to 41.0.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5f829ad1625901054c75eee0cd6bc970f57e04b7;p=openwrt-packages.git python-cryptography: Update to 41.0.7 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 --- diff --git a/lang/python/python-cryptography/Makefile b/lang/python/python-cryptography/Makefile index bee53fd79..c8b1950d2 100644 --- a/lang/python/python-cryptography/Makefile +++ b/lang/python/python-cryptography/Makefile @@ -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