Update to 46.0.7
- SECURITY ISSUE: Fixed an issue where non-contiguous buffers could be passed to APIs that accept Python buffers, which could lead to buffer overflow. CVE-2026-39892
This commit is contained in:
parent
a9ab9d1bf7
commit
afdec09840
3 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -81,3 +81,5 @@
|
|||
/cryptography-46.0.5.tar.gz
|
||||
/cryptography-46.0.6.tar.gz
|
||||
/cryptography-46.0.6-vendor.tar.bz2
|
||||
/cryptography-46.0.7.tar.gz
|
||||
/cryptography-46.0.7-vendor.tar.bz2
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%global srcname cryptography
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 46.0.6
|
||||
Version: 46.0.7
|
||||
Release: %autorelease
|
||||
Summary: PyCA's cryptography library
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (cryptography-46.0.6.tar.gz) = b95414373ffbb9e36f6989c43fd897ea7f7f727af023787846abcc03ec08388a0076b8238d47788bdfbe1c190dcb271bb72bab5b7d4cbc10029ca7b858f47ee5
|
||||
SHA512 (cryptography-46.0.6-vendor.tar.bz2) = bdf0ebcc207de80c1e1783b488eb06612e05b108487927c5b418c5cb154b19b180cf3db851f846fdce397153b1c56c0c0d930f3898ceedf327aed642c63e8735
|
||||
SHA512 (cryptography-46.0.7.tar.gz) = dea8eaae15d1053e0aa22391c8a4ff84bf002e01e85bb2d694629f74abd5876ba492e982f49c3e928eecc6e1d21376f640d9ca88b4892f05981159e793ec344b
|
||||
SHA512 (cryptography-46.0.7-vendor.tar.bz2) = bdf0ebcc207de80c1e1783b488eb06612e05b108487927c5b418c5cb154b19b180cf3db851f846fdce397153b1c56c0c0d930f3898ceedf327aed642c63e8735
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue