aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-11-09 12:38:16 -0800
committerorbea <orbea@riseup.net>2024-11-09 12:38:16 -0800
commitbf69c96f63971f67ce9b7b44bbef3066f9769146 (patch)
tree33eb8f64ba110003db4bec46535c936c9c0c418f
parentdev-lang/rust: add new slotted versions (diff)
downloadlibressl-bf69c96f63971f67ce9b7b44bbef3066f9769146.tar.gz
libressl-bf69c96f63971f67ce9b7b44bbef3066f9769146.tar.bz2
libressl-bf69c96f63971f67ce9b7b44bbef3066f9769146.zip
dev-lang/rust: update patch for libressl-4.0.0
Signed-off-by: orbea <orbea@riseup.net>
-rw-r--r--dev-lang/rust/files/1.71.0-libressl-openssl-sys.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/files/1.71.0-libressl-openssl-sys.patch b/dev-lang/rust/files/1.71.0-libressl-openssl-sys.patch
index 4869569..bfa3ad2 100644
--- a/dev-lang/rust/files/1.71.0-libressl-openssl-sys.patch
+++ b/dev-lang/rust/files/1.71.0-libressl-openssl-sys.patch
@@ -4,7 +4,7 @@
(3, 7, 0) => ('3', '7', '0'),
(3, 7, 1) => ('3', '7', '1'),
(3, 7, _) => ('3', '7', 'x'),
-+ (3, _, _) => ('3', 'x', 'x'),
++ (_, _, _) => ('x', 'x', 'x'),
_ => version_error(),
};