aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-07-21 22:10:01 -0700
committerorbea <orbea@riseup.net>2024-07-21 22:10:01 -0700
commit8a61f594a7cd1c58a1ae60363776ed66df42f552 (patch)
tree0cbc449fdc7b9edcddad4dae99d298963e91e0d5 /dev-python/cryptography/files/cryptography-42.0.8-libressl-openssl-sys.patch
parentdev-util/maturin: drop 1.4.0, 1.5.1-r1 (diff)
downloadlibressl-8a61f594a7cd1c58a1ae60363776ed66df42f552.tar.gz
libressl-8a61f594a7cd1c58a1ae60363776ed66df42f552.tar.bz2
libressl-8a61f594a7cd1c58a1ae60363776ed66df42f552.zip
dev-python/cryptography: add 42.0.8, 43.0.0
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'dev-python/cryptography/files/cryptography-42.0.8-libressl-openssl-sys.patch')
-rw-r--r--dev-python/cryptography/files/cryptography-42.0.8-libressl-openssl-sys.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/cryptography/files/cryptography-42.0.8-libressl-openssl-sys.patch b/dev-python/cryptography/files/cryptography-42.0.8-libressl-openssl-sys.patch
new file mode 100644
index 0000000..e211eb5
--- /dev/null
+++ b/dev-python/cryptography/files/cryptography-42.0.8-libressl-openssl-sys.patch
@@ -0,0 +1,10 @@
+--- a/build/main.rs.orig
++++ b/build/main.rs
+@@ -304,6 +304,7 @@
+ (3, 8, _) => ('3', '8', 'x'),
+ (3, 9, 0) => ('3', '9', '0'),
+ (3, 9, _) => ('3', '9', 'x'),
++ (_, _, _) => ('x', 'x', 'x'),
+ _ => version_error(),
+ };
+