From: Alexandru Ardelean Date: Thu, 9 Apr 2026 05:25:56 +0000 (+0300) Subject: python3-cryptography: update to 46.0.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1616acb388bee39495988135d95041a06426158f;p=openwrt-packages.git python3-cryptography: update to 46.0.7 Update package to 46.0.7. Security fix: - CVE-2026-39892: Non-contiguous buffers could be passed to Python buffer APIs potentially causing a buffer overflow -- now blocked Wheels recompiled against OpenSSL 3.5.6 on Windows, macOS, and Linux. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-cryptography/Makefile b/lang/python/python-cryptography/Makefile index 93c88a11b..0887efdef 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:=46.0.6 +PKG_VERSION:=46.0.7 PKG_RELEASE:=1 PYPI_NAME:=cryptography -PKG_HASH:=27550628a518c5c6c903d84f637fbecf287f6cb9ced3804838a1295dc1fd0759 +PKG_HASH:=e4cfd68c5f3e0bfdad0d38e023239b96a2fe84146481852dffbcca442c245aa5 PKG_LICENSE:=Apache-2.0 BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD