diff options
Diffstat (limited to 'security/py-cryptography/files')
| -rw-r--r-- | security/py-cryptography/files/patch-libressl | 12 | ||||
| -rw-r--r-- | security/py-cryptography/files/patch-pyproject.toml | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/security/py-cryptography/files/patch-libressl b/security/py-cryptography/files/patch-libressl new file mode 100644 index 000000000000..619f0e53e8dd --- /dev/null +++ b/security/py-cryptography/files/patch-libressl @@ -0,0 +1,12 @@ +Obtained from: https://github.com/rust-openssl/rust-openssl/commit/12800873a0255b61a9e08a4d47095b1b2529835c + +--- cargo-crates/openssl-sys-0.9.108/build/main.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/openssl-sys-0.9.108/build/main.rs +@@ -451,6 +451,7 @@ See rust-openssl documentation for more information: + (4, 0, _) => ('4', '0', 'x'), + (4, 1, 0) => ('4', '1', '0'), + (4, 1, _) => ('4', '1', 'x'), ++ (4, 2, _) => ('4', '2', 'x'), + _ => version_error(), + }; + diff --git a/security/py-cryptography/files/patch-pyproject.toml b/security/py-cryptography/files/patch-pyproject.toml new file mode 100644 index 000000000000..13bd298738a5 --- /dev/null +++ b/security/py-cryptography/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-05-18 02:39:52 UTC ++++ pyproject.toml +@@ -21,8 +21,7 @@ readme = "README.rst" + ] + description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." + readme = "README.rst" +-license = "Apache-2.0 OR BSD-3-Clause" +-license-files = [ "LICENSE", "LICENSE.APACHE", "LICENSE.BSD" ] ++license = { text = "Apache-2.0 OR BSD-3-Clause" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", |
