diff options
author | orbea <orbea@riseup.net> | 2024-10-30 10:45:43 -0700 |
---|---|---|
committer | orbea <orbea@riseup.net> | 2024-10-30 10:58:24 -0700 |
commit | 665ce736b959607432136613500201dc13a0c5b0 (patch) | |
tree | e5ef458ff97d7384f3cb7daf0e0b232bfe6be220 /dev-python/cryptography/files | |
parent | dev-python/cryptography: stabilize 43.0.0 for ppc64 (diff) | |
download | libressl-665ce736b959607432136613500201dc13a0c5b0.tar.gz libressl-665ce736b959607432136613500201dc13a0c5b0.tar.bz2 libressl-665ce736b959607432136613500201dc13a0c5b0.zip |
dev-python/cryptography: add 43.0.1, 43.0.3
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'dev-python/cryptography/files')
-rw-r--r-- | dev-python/cryptography/files/cryptography-43.0.3-libressl-openssl-sys.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/cryptography/files/cryptography-43.0.3-libressl-openssl-sys.patch b/dev-python/cryptography/files/cryptography-43.0.3-libressl-openssl-sys.patch new file mode 100644 index 0000000..7e40720 --- /dev/null +++ b/dev-python/cryptography/files/cryptography-43.0.3-libressl-openssl-sys.patch @@ -0,0 +1,10 @@ +--- a/build/main.rs.orig ++++ b/build/main.rs +@@ -382,6 +382,7 @@ + (3, 9, _) => ('3', '9', 'x'), + (4, 0, 0) => ('4', '0', '0'), + (4, 0, _) => ('4', '0', 'x'), ++ (_, _, _) => ('x', 'x', 'x'), + _ => version_error(), + }; + |