aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-10-30 10:45:43 -0700
committerorbea <orbea@riseup.net>2024-10-30 10:58:24 -0700
commit665ce736b959607432136613500201dc13a0c5b0 (patch)
treee5ef458ff97d7384f3cb7daf0e0b232bfe6be220 /dev-python/cryptography/files
parentdev-python/cryptography: stabilize 43.0.0 for ppc64 (diff)
downloadlibressl-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.patch10
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(),
+ };
+