aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-cryptography/patches
Commit message (Collapse)AuthorAge
* python-cryptography: Update to 41.0.4Jeffery To2023-09-27
| | | | | | | | | | 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 <jeffery.to@gmail.com>
* python-cryptography: Update patch to disable RustJeffery To2023-04-24
| | | | | | This extends the patch to also apply for pyproject.toml-based builds. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: Fix failing buildJeffery To2022-07-07
| | | | | | | Fixes https://github.com/openwrt/packages/issues/18876. Fixes https://github.com/openwrt/packages/issues/18879. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: bump to version 3.4.7Alexandru Ardelean2021-06-17
| | | | | | | | | | | | | | | | | | | | | | | Dropped patches: 0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch 0005-Switch-get_-Update-APIs-to-get0.patch Reworked patches: 0001-Add-new-ASN1_STRING_get0_data-API.patch 0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch These 2 require that we keep only the CUSTOMIZATIONS stuff for now. Maybe later we can drop this. Ran 'make package/python-cryptography/refresh'. Added patch: 0004-disable-rust.patch upstream did a sloppy job with the CRYPTOGRAPHY_DONT_BUILD_RUST logic; we need to patch it, to make sure the setuptools-rust isn't installed. We may need to carry this patch in our tree for a bit longer than upstream, because in newer versions, CRYPTOGRAPHY_DONT_BUILD_RUST logic gets removed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cryptography: bump to version 3.3.1Alexandru Ardelean2020-12-16
| | | | | | | | | | Regenerated patches from: https://github.com/pyca/cryptography/pull/4920 The patch names were kept as generated via 'git format-patch 3.3.1..' And ran through quilt. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cryptography: bump to version 3.2.1Alexandru Ardelean2020-11-02
| | | | | | Also refreshed patches. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cryptography: fix compilation without deprecated OpenSSL APIsRosen Penev2020-09-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-cryptography: Update to 3.0Jeffery To2020-07-27
| | | | | | | | | Also: * Remove patches that are included in the update * Replace the python3 dependency with a smaller list (python3-urllib is needed because it is a dependency of python3-email) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: Update to 2.9, remove setup patchJeffery To2020-04-06
| | | | | | | Since cffi is installed by HOST_PYTHON3_PACKAGE_BUILD_DEPENDS, it shouldn't be necessary to clear setup_requirements anymore. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: Remove NPNRosen Penev2019-07-02
| | | | | | | | | Upstream backport. It seems the holdup is on python-twisted. Without this, it fails with SSL_get0_next_proto_negotiated: symbol not found Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-cryptography: bump to version 2.5Alexandru Ardelean2019-02-12
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-crypgoraphy: Update to 2.4.2Rosen Penev2018-12-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-cryptography: Update to 2.4.1Rosen Penev2018-11-18
| | | | | | Replaced DTLS patch with upstreamed one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-cryptography: bump to version 2.2.2Alexandru Ardelean2018-06-11
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cryptography: update to 2.1.4, refresh patchesJeffery To2018-01-10
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: bump to version 2.0.3Alexandru Ardelean2017-08-11
| | | | | | | | The dependency has changed from needing `pyasn1` to needing `asn1crypto`. Oh well... Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python packages: move all things python under lang/pythonAlexandru Ardelean2017-05-17
I admit this may be be a bit aggressive, but the lang folder is getting cluttered/filled up with Python, PHP, Perl, Ruby, etc. packages. Makes sense to try to group them into per-lang folders. I took the Pythons. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>