FreeBSD Bugzilla – Attachment 251577 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.79 libressl patch
patch-libressl (text/plain), 327 bytes, created by
jakub_lach
on 2024-06-19 18:36:35 UTC
(
hide
)
Description:
rust 1.79 libressl patch
Filename:
MIME Type:
Creator:
jakub_lach
Created:
2024-06-19 18:36:35 UTC
Size:
327 bytes
patch
obsolete
>--- 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, 9, _) => ('3', '9', '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