From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- devel/rust/libressl-openssl-sys.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/rust/libressl-openssl-sys.patch (limited to 'devel/rust/libressl-openssl-sys.patch') diff --git a/devel/rust/libressl-openssl-sys.patch b/devel/rust/libressl-openssl-sys.patch new file mode 100644 index 0000000..ff53635 --- /dev/null +++ b/devel/rust/libressl-openssl-sys.patch @@ -0,0 +1,11 @@ +--- a/vendor/openssl-sys-0.9.114/build/main.rs ++++ b/vendor/openssl-sys-0.9.114/build/main.rs +@@ -429,6 +429,7 @@ + (4, 1, 0) => ('4', '1', '0'), + (4, 1, _) => ('4', '1', 'x'), + (4, 2, _) => ('4', '2', 'x'), + (4, 3, _) => ('4', '3', 'x'), ++ (_, _, _) => ('x', 'x', 'x'), + _ => version_error(), + }; + -- cgit v1.3.1