python-cryptography: Update to 41.0.4
authorJeffery To <redacted>
Wed, 13 Sep 2023 04:33:51 +0000 (12:33 +0800)
committerRosen Penev <redacted>
Wed, 27 Sep 2023 23:40:55 +0000 (16:40 -0700)
commit9fdff3ea94662653188c3902840e97c35e9f138f
treef8c0a97f7addc1c757a0171736d0782f82e8bdfd
parent4d43be8549c8240f5039040fd1efd44aa2eb61fa
python-cryptography: Update to 41.0.4

This includes a patch to update the version of ouroboros (Rust crate)
used, to fix RUSTSEC-2023-0042[1]. Upstream has switch from ouroboros to
self_cell so this patch should only be necessary for cryptography 41.

[1]: https://rustsec.org/advisories/RUSTSEC-2023-0042.html

Signed-off-by: Jeffery To <redacted>
lang/python/python-cryptography/Makefile
lang/python/python-cryptography/patches/0001-Add-new-ASN1_STRING_get0_data-API.patch [deleted file]
lang/python/python-cryptography/patches/0002-Add-compatibility-for-X509_STORE_set_get_issuer.patch [deleted file]
lang/python/python-cryptography/patches/0003-Add-compatibility-for-deprecated-TLS-methods.patch [deleted file]
lang/python/python-cryptography/patches/0004-disable-rust.patch [deleted file]
lang/python/python-cryptography/patches/0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch [deleted file]
lang/python/python-cryptography/patches/0007-Add-defines-for-totally-deprecated-functions.patch [deleted file]
lang/python/python-cryptography/patches/001-Update-ouroboros.patch [new file with mode: 0644]
lang/python/python-cryptography/test.sh [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT