From 5f829ad1625901054c75eee0cd6bc970f57e04b7 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 4 Dec 2023 14:21:20 +0800 Subject: [PATCH] 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 --- lang/python/python-cryptography/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-cryptography/Makefile b/lang/python/python-cryptography/Makefile index bee53fd796..c8b1950d2e 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