Mageia Bugzilla – Attachment 13481 Details for
Bug 31066
quictls OpenSSL fork should not have been imported
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
fix for quictls patch 5/6
openssl-3.0.5+quic-change-staticname.patch (text/plain), 726 bytes, created by
Giuseppe Ghibò
on 2022-11-04 14:28:47 CET
(
hide
)
Description:
fix for quictls patch 5/6
Filename:
MIME Type:
Creator:
Giuseppe Ghibò
Created:
2022-11-04 14:28:47 CET
Size:
726 bytes
patch
obsolete
>diff -up openssl-openssl-3.0.5-quic1/Configurations/platform/Unix.pm.staticname openssl-openssl-3.0.5-quic1/Configurations/platform/Unix.pm >--- openssl-openssl-3.0.5-quic1/Configurations/platform/Unix.pm.staticname 2022-11-04 12:37:02.764573127 +0100 >+++ openssl-openssl-3.0.5-quic1/Configurations/platform/Unix.pm 2022-11-04 12:38:53.004368581 +0100 >@@ -50,7 +50,8 @@ sub staticname { > > # We currently return the same name anyway... but we might choose to > # append '_static' or '_a' some time in the future. >- return platform::BASE->staticname($_[1]); >+# return platform::BASE->staticname($_[1]); >+ return platform::BASE::__concat(platform::BASE->staticname($_[1]),("-quic" // '')); > } > > sub sharedname {
diff -up openssl-openssl-3.0.5-quic1/Configurations/platform/Unix.pm.staticname openssl-openssl-3.0.5-quic1/Configurations/platform/Unix.pm --- openssl-openssl-3.0.5-quic1/Configurations/platform/Unix.pm.staticname 2022-11-04 12:37:02.764573127 +0100 +++ openssl-openssl-3.0.5-quic1/Configurations/platform/Unix.pm 2022-11-04 12:38:53.004368581 +0100 @@ -50,7 +50,8 @@ sub staticname { # We currently return the same name anyway... but we might choose to # append '_static' or '_a' some time in the future. - return platform::BASE->staticname($_[1]); +# return platform::BASE->staticname($_[1]); + return platform::BASE::__concat(platform::BASE->staticname($_[1]),("-quic" // '')); } sub sharedname {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31066
:
13476
|
13477
|
13478
|
13479
|
13480
| 13481 |
13482
|
13498