Bug 257954
| Summary: | Update boringssl to M115 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | youenn fablet <youennf> |
| Component: | WebRTC | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
youenn fablet
Update boringssl to M115
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/110642341>
youenn fablet
Pull request: https://github.com/WebKit/WebKit/pull/14861
EWS
Committed 265072@main (58e50904f156): <https://commits.webkit.org/265072@main>
Reviewed commits have been landed. Closing PR #14861 and removing active labels.
Diego Pino
Afte this change, building WPE or WebKitGTK fail when using LibWebRTC. For instance, the WPE-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004 bot is now failing with the following build error:
```
CMake Error at Source/ThirdParty/libwebrtc/CMakeLists.txt:2095 (add_library):
Cannot find source file:
Source/third_party/boringssl/src/crypto/asn1/a_enum.c
```
So this build failure is similar to the recent build failure after 'abseil' upgrade https://github.com/WebKit/WebKit/pull/14611.
Diego Pino
Re-opening for pull request https://github.com/webkit/webkit/pull/14943
EWS
Committed 265185@main (e9638b2839e0): <https://commits.webkit.org/265185@main>
Reviewed commits have been landed. Closing PR #14943 and removing active labels.