14
0

- update to 41.0.7 (CVE-2023-49083, bsc#FIXME):

* Fixed compilation when using LibreSSL 3.8.2.
  * Fixed a null-pointer-dereference and segfault that could
    occur when loading certificates from a PKCS#7 bundle.
    Credit to **pkuzco** for reporting the issue. **CVE-2023-49083**

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=202
This commit is contained in:
2023-11-28 09:39:28 +00:00
committed by Git OBS Bridge
parent 35e0fa6aa4
commit ec10c5ca11
6 changed files with 16 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="download_files" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">cryptography-41.0.5/src/rust</param>
<param name="srcdir">cryptography-41.0.7/src/rust</param>
<param name="compression">zst</param>
</service>
<service name="cargo_audit" mode="manual">