FreeBSD Bugzilla – Attachment 249461 Details for
Bug 266670
lang/rust: fix build with libressl 3.7+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rust 1.77.0 libressl patch
patch-libressl (text/plain), 718 bytes, created by
jakub_lach
on 2024-03-24 22:12:58 UTC
(
hide
)
Description:
rust 1.77.0 libressl patch
Filename:
MIME Type:
Creator:
jakub_lach
Created:
2024-03-24 22:12:58 UTC
Size:
718 bytes
patch
obsolete
>--- vendor/openssl-sys/build/cfgs.rs >+++ vendor/openssl-sys/build/cfgs.rs >@@ -62,6 +62,9 @@ > if libressl_version >= 0x3_08_02_00_0 { > cfgs.push("libressl382"); > } >+ if libressl_version >= 0x3_08_03_00_0 { >+ cfgs.push("libressl383"); >+ } > if libressl_version >= 0x3_09_00_00_0 { > cfgs.push("libressl390"); > } > >--- vendor/openssl-sys-0.9.92/build/main.rs >+++ vendor/openssl-sys-0.9.92/build/main.rs >@@ -273,6 +273,7 @@ > (3, 7, 1) => ('3', '7', '1'), > (3, 7, _) => ('3', '7', 'x'), > (3, 8, 0) => ('3', '8', '0'), >+ (3, 8, _) => ('3', '8', 'x'), > _ => version_error(), > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266670
:
236898
|
237869
|
240956
|
241050
|
242702
|
243073
|
244725
|
246136
|
246529
|
246931
|
247053
|
247536
|
249461
|
251577
|
254621