Package: python-cryptography / 38.0.4-3+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
python-cryptography | 38.0.4-3+deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Use local python3 doc inventory.patch | (download) |
docs/conf.py |
5 4 + 1 - 0 ! |
use local python3-doc inventory. |
Upgrade to pyo3 0.16.patch | (download) |
MANIFEST.in |
2 2 + 0 - 0 ! |
upgrade to pyo3 0.16 Ported from upstream PR: https://github.com/pyca/cryptography/pull/6935 |
Upgrade to pyo3 0.17.patch | (download) |
src/rust/Cargo.lock |
30 20 + 10 - 0 ! |
upgrade to pyo3 0.17 Ported from upstream PR: https://github.com/pyca/cryptography/pull/6935 |
ease asn1 version from 0.12.1 to 0.12.patch | (download) |
src/rust/Cargo.toml |
2 1 + 1 - 0 ! |
ease asn1 version from 0.12.1 to 0.12 |
allow pem version 1.0.patch | (download) |
src/rust/Cargo.toml |
2 1 + 1 - 0 ! |
allow pem version 1.0 |
ease chrono dependency from 0.4.22 to 0.4.patch | (download) |
src/rust/Cargo.toml |
2 1 + 1 - 0 ! |
ease chrono dependency from 0.4.22 to 0.4 |
drop cffi dep.patch | (download) |
setup.cfg |
1 0 + 1 - 0 ! |
remove run-time dependency on cffi On Debian we ship a separate cffi-backend package (without the cffi .egg-info), that just contains the run-time backend. This is all that cryptography requires at runtime. However, pkg_resources is pedantic and complains if it can't find expected run-time dependency's .egg-info. To, avoid the problem, we drop the dependency. Bug-Debian: https://bugs.debian.org/1026537 |
Don t allow update_into to mutate immutable objects .patch | (download) |
src/cryptography/hazmat/backends/openssl/ciphers.py |
2 1 + 1 - 0 ! |
don't allow update_into to mutate immutable objects (#8230) |
0001 Fixed crash when loading a PKCS 7 bundle with no cer.patch | (download) |
src/cryptography/hazmat/backends/openssl/backend.py |
5 4 + 1 - 0 ! |
fixed crash when loading a pkcs#7 bundle with no certificates (#9926) |
0002 Fixes 10422 don t crash when a PKCS 12 key and cert .patch | (download) |
src/cryptography/hazmat/backends/openssl/backend.py |
9 9 + 0 - 0 ! |
fixes #10422 -- don't crash when a pkcs#12 key and cert don't match (#10423) (#10425) |